Date: Fri, 17 Jan 2025 08:03:16 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: 53f262b6e9f9 - main - java/intellij-fsnotifier: mark as PIE_UNSAFE (+) Message-ID: <202501170803.50H83GEA065876@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=53f262b6e9f975de114d829746af3b79278610a2 commit 53f262b6e9f975de114d829746af3b79278610a2 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-01-17 07:58:45 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-01-17 08:01:10 +0000 java/intellij-fsnotifier: mark as PIE_UNSAFE (+) Reported by: poudriere fallout Sponsored by: Future Crew, LLC --- java/intellij-fsnotifier/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/intellij-fsnotifier/Makefile b/java/intellij-fsnotifier/Makefile index 04cb5eff54be..f7c6f2e227b0 100644 --- a/java/intellij-fsnotifier/Makefile +++ b/java/intellij-fsnotifier/Makefile @@ -18,6 +18,8 @@ GL_ACCOUNT= worthwhileit/bsd GL_PROJECT= fsnotifier GL_COMMIT= b96f269f637058461df482f4cf55037a5968d7a8 +PIE_UNSAFE= yes + CMAKE_ARGS+= -DVERSION=${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501170803.50H83GEA065876>