git: 474158c595b4 - main - security/openssh-askpass: Mark MAKE_JOBS_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jun 2026 13:52:53 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=474158c595b4d65103a05a3d4a0f0a6f268e4dcc
commit 474158c595b4d65103a05a3d4a0f0a6f268e4dcc
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-06-27 13:51:05 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-27 13:52:44 +0000
security/openssh-askpass: Mark MAKE_JOBS_UNSAFE
--- x11-ssh-askpass.pieo ---
x11-ssh-askpass.c:71:10: fatal error: 'SshAskpass_ad.h' file not found
71 | #include "SshAskpass_ad.h"
| ^~~~~~~~~~~~~~~~~
---
security/openssh-askpass/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile
index 4753d80671f5..e4e9eef8f8ff 100644
--- a/security/openssh-askpass/Makefile
+++ b/security/openssh-askpass/Makefile
@@ -22,6 +22,8 @@ PLIST_FILES= bin/x11-ssh-askpass \
share/man/man1/x11-ssh-askpass.1.gz
PORTDOCS= README TODO ChangeLog
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS_DEFINE= DOCS
post-extract: