git: 6d1a1cc99aad - main - net-im/signal-desktop: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:14 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d1a1cc99aada3016b8da7b16034c3aa1753f281 commit 6d1a1cc99aada3016b8da7b16034c3aa1753f281 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 08:01:07 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:30 +0000 net-im/signal-desktop: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- net-im/signal-desktop/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index c46e52c909ba..122c48b6fff9 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -66,6 +66,8 @@ USE_GL= gbm gl USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 libxslt pango USE_XORG= x11 xcb xcomposite xdamage xext xfixes xi xrandr xrender xtst +PIE_UNSAFE= yes + PACKAGE_ENV= SIGNAL_ENV=production \ npm_config_runtime=electron \ npm_config_target=${ELECTRON_VER_MAJOR} \