Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2026 19:58:59 +0000
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Evgenii Khramtsov <2khramtsov@gmail.com>
Subject:   git: d46b32111f16 - main - net/samba422: opt out from Features/fortify.mk
Message-ID:  <69a0a603.21181.2ac4829c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d46b32111f161e5abda81e6c7000a7547baf3767

commit d46b32111f161e5abda81e6c7000a7547baf3767
Author:     Evgenii Khramtsov <2khramtsov@gmail.com>
AuthorDate: 2026-01-12 10:41:24 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-02-26 19:58:36 +0000

    net/samba422: 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/samba422/work/samba-4.22.6/bin/config.log)
    ===>  Script "configure" failed unexpectedly.
    [...]
    
    PR:     292391
---
 net/samba422/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/samba422/Makefile b/net/samba422/Makefile
index 1370764f8550..660595513d67 100644
--- a/net/samba422/Makefile
+++ b/net/samba422/Makefile
@@ -124,6 +124,7 @@ CFLAGS+=			${_CFLAGS_${CHOSEN_COMPILER_TYPE}}
 _CFLAGS_clang=			-fno-color-diagnostics
 .endif
 CONFIGURE_ENV+=			NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s'
+FORTIFY_UNSAFE=			yes
 MAKE_ENV+=			NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s'
 # for libexecinfo: (so that __builtin_frame_address() finds the top of the stack)
 CFLAGS_amd64+=			-fno-omit-frame-pointer


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a0a603.21181.2ac4829c>