Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:15 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: 76ccac9d6b6e - main - net-mgmt/wifimgr: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NF6t086044@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=76ccac9d6b6e7457454b187c2a4fb3882596ee30

commit 76ccac9d6b6e7457454b187c2a4fb3882596ee30
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:01:41 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:31 +0000

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

diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
index 59bc1474c59a..c2e3c4554dc2 100644
--- a/net-mgmt/wifimgr/Makefile
+++ b/net-mgmt/wifimgr/Makefile
@@ -19,6 +19,8 @@ USES=		desktop-file-utils gnome pkgconfig tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2
 USE_XORG=	x11
 
+PIE_UNSAFE=	yes
+
 MAKE_ENV=	MANDIR="${STAGEDIR}${PREFIX}/share/man"
 
 OPTIONS_DEFINE=	GTK2 NLS



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