Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:07 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: 16155a5e633c - main - lang/gnat12: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8N7hl085701@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=16155a5e633c3c4c7165b9ff45f3ad854a01f6a2

commit 16155a5e633c3c4c7165b9ff45f3ad854a01f6a2
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:57:37 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:26 +0000

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

diff --git a/lang/gnat12/Makefile b/lang/gnat12/Makefile
index 4d83bde70caf..6edbd2da5ca0 100644
--- a/lang/gnat12/Makefile
+++ b/lang/gnat12/Makefile
@@ -58,6 +58,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.4BD8N7hl085701>