Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:48 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: b93ca6e283ec - main - astro/gpsd: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8Mms1084904@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=b93ca6e283ec4083883cab7452bf6ddee9d08ac2

commit b93ca6e283ec4083883cab7452bf6ddee9d08ac2
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:41:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:15 +0000

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

diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index 9346066e6644..0d72831ead1d 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -20,6 +20,8 @@ CPE_VENDOR=	gpsd_project
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	gpsd
 
+PIE_UNSAFE=	yes
+
 MAKE_ARGS=	manbuild=no \
 		mandir="share/man" \
 		pkgconfig="libdata/pkgconfig" \



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