git: 7ae5e0c5e108 - main - devel/rubygem-cbor: mark as PIE_UNSAFE (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 08:30:42 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ae5e0c5e1086269730c63f91836f61469f50393

commit 7ae5e0c5e1086269730c63f91836f61469f50393
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:29:39 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:29:39 +0000

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

diff --git a/devel/rubygem-cbor/Makefile b/devel/rubygem-cbor/Makefile
index a95a7b5cd079..b475855f4f53 100644
--- a/devel/rubygem-cbor/Makefile
+++ b/devel/rubygem-cbor/Makefile
@@ -11,6 +11,8 @@ LICENSE=	APACHE20
 
 USES=		gem
 
+PIE_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD