git: 75c620848a43 - main - devel/ucpp: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:54 UTC
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/