Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2026 19:59:00 +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: 46aed1f0dce4 - main - net/samba423: opt out from Features/fortify.mk
Message-ID:  <69a0a604.1f2ff.15178c0e@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=46aed1f0dce41c747942572635c10cf28dee50ae

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

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

diff --git a/net/samba423/Makefile b/net/samba423/Makefile
index d118d4f26de3..df05b4a2362f 100644
--- a/net/samba423/Makefile
+++ b/net/samba423/Makefile
@@ -123,6 +123,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?69a0a604.1f2ff.15178c0e>