Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:54 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: 75c620848a43 - main - devel/ucpp: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MsRH085128@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=75c620848a43eeab22bbd1eac6dded2a34fae156

commit 75c620848a43eeab22bbd1eac6dded2a34fae156
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:48:11 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:18 +0000

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

diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile
index 91ea80fef4d5..ead03939b929 100644
--- a/devel/ucpp/Makefile
+++ b/devel/ucpp/Makefile
@@ -18,6 +18,8 @@ USE_GITHUB=	yes
 PLIST_FILES=	bin/ucpp share/man/man1/ucpp.1.gz
 USES=		gmake
 
+PIE_UNSAFE=	yes
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/



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