Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:08 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b22bf9796ea5 - main - lang/gnat13: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8N8D7085743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit b22bf9796ea5fa9a922398fc0e8784c1ee94da35
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:58:01 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:27 +0000

    lang/gnat13: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 lang/gnat13/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/gnat13/Makefile b/lang/gnat13/Makefile
index 04e485915608..87741b23030e 100644
--- a/lang/gnat13/Makefile
+++ b/lang/gnat13/Makefile
@@ -56,6 +56,8 @@ PLIST_SUB=	ASSET_FILE=${_ASSET_FILE} \
 		CONFTRGT=${CONFIGURE_TARGET} \
 		VER=${DISTVERSION}
 
+PIE_UNSAFE=	yes
+
 OPTIONS_DEFINE=			ASSETS NLS
 .if exists(/usr/lib32/libc.so)
 OPTIONS_DEFINE_amd64+=	MULTILIB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130823.4BD8N8D7085743>