SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/git-cola/patches/patch-cola_app_py
Normal file
14
devel/git-cola/patches/patch-cola_app_py
Normal file
|
@ -0,0 +1,14 @@
|
|||
Use ssh-askpass implementation from xenocara.
|
||||
|
||||
Index: cola/app.py
|
||||
--- cola/app.py.orig
|
||||
+++ cola/app.py
|
||||
@@ -109,7 +109,7 @@ def setup_environment():
|
||||
elif sys.platform == 'darwin':
|
||||
askpass = resources.package_command('ssh-askpass-darwin')
|
||||
else:
|
||||
- askpass = resources.package_command('ssh-askpass')
|
||||
+ askpass = '${X11BASE}/bin/ssh-askpass'
|
||||
|
||||
compat.setenv('GIT_ASKPASS', askpass)
|
||||
compat.setenv('SSH_ASKPASS', askpass)
|
Loading…
Add table
Add a link
Reference in a new issue