git: b513719c8cf7 - main - net/samba420: opt out from Features/fortify.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Feb 2026 19:58:58 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b513719c8cf79f08de8e396458000feb01302f1b
commit b513719c8cf79f08de8e396458000feb01302f1b
Author: Evgenii Khramtsov <2khramtsov@gmail.com>
AuthorDate: 2026-01-12 10:41:20 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-02-26 19:58:35 +0000
net/samba420: 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/samba420/work/samba-4.20.8/bin/config.log)
===> Script "configure" failed unexpectedly.
[...]
PR: 292390
---
net/samba420/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/samba420/Makefile b/net/samba420/Makefile
index 7c7c69257e3d..0994a8fff54a 100644
--- a/net/samba420/Makefile
+++ b/net/samba420/Makefile
@@ -98,6 +98,7 @@ CONFIGURE_ARGS= --mandir="${PREFIX}/share/man" \
# XXX: Flags
CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \
PYTHONHASHSEED=1
+FORTIFY_UNSAFE= yes
MAKE_ENV= PYTHONHASHSEED=1
USES= bison compiler:c++11-lang iconv localbase:ldflags \