git: ed93436abfc3 - main - net/samba419: opt out from Features/fortify.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Feb 2026 19:58:57 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed93436abfc34d4423e93e29b911285890d43bce
commit ed93436abfc34d4423e93e29b911285890d43bce
Author: Evgenii Khramtsov <2khramtsov@gmail.com>
AuthorDate: 2026-01-12 10:41:15 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-02-26 19:58:34 +0000
net/samba419: opt out from Features/fortify.mk
[...]
Checking for freebsd sendfile support : not found
sendfile support not found but it was requested !
(complete log in /wrkdirs/usr/ports/net/samba419/work/samba-4.19.9/bin/config.log)
===> Script "configure" failed unexpectedly.
[...]
PR: 292389
---
net/samba419/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/samba419/Makefile b/net/samba419/Makefile
index da7acb4b0756..4add2789455f 100644
--- a/net/samba419/Makefile
+++ b/net/samba419/Makefile
@@ -97,6 +97,7 @@ CONFIGURE_ARGS= --mandir="${PREFIX}/share/man" \
# XXX: Flags
CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \
PYTHONHASHSEED=1
+FORTIFY_UNSAFE= yes
MAKE_ENV= PYTHONHASHSEED=1
USES= compiler:c++11-lang iconv localbase:ldflags \