SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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)