Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:28 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: 66b094e82072 - main - print/mftrace: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NSe7086628@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=66b094e82072371a82774cdd6896eed963f9f73d

commit 66b094e82072371a82774cdd6896eed963f9f73d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:21:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:39 +0000

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

diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index 40a656af19a0..daad4e6ed298 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -25,6 +25,8 @@ USE_TEX=	base
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
 
+PIE_UNSAFE=	yes
+
 PLIST_FILES=	\
 		bin/gf2pbm \
 		bin/mftrace \



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