Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:30:44 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: 9a3f3bce8236 - main - devel/rubygem-rbtrace: mark as PIE_UNSAFE (+)
Message-ID:  <202412130830.4BD8UimW098591@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=9a3f3bce8236e30611e1ac52ddddc3a9f376eaad

commit 9a3f3bce8236e30611e1ac52ddddc3a9f376eaad
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:30:26 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:30:26 +0000

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

diff --git a/devel/rubygem-rbtrace/Makefile b/devel/rubygem-rbtrace/Makefile
index 8b718f11a1d0..8a2e415327ee 100644
--- a/devel/rubygem-rbtrace/Makefile
+++ b/devel/rubygem-rbtrace/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS=	rubygem-ffi>=1.0.6:devel/rubygem-ffi \
 
 USES=		gem
 
+PIE_UNSAFE=	yes
+
 CONFIGURE_ARGS=	--with-cflags=-Wno-incompatible-function-pointer-types
 
 PLIST_FILES=	bin/rbtrace



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