pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/intellij-ce-bin



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 15 18:00:16 UTC 2022

Modified Files:
        pkgsrc/devel/intellij-ce-bin: Makefile

Log Message:
intellij-ce-bin: disable PIE/RELRO checks entirely for prebuilt binaries


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/intellij-ce-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/intellij-ce-bin/Makefile
diff -u pkgsrc/devel/intellij-ce-bin/Makefile:1.8 pkgsrc/devel/intellij-ce-bin/Makefile:1.9
--- pkgsrc/devel/intellij-ce-bin/Makefile:1.8   Tue Feb 15 23:13:18 2022
+++ pkgsrc/devel/intellij-ce-bin/Makefile       Tue Mar 15 18:00:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/15 23:13:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/15 18:00:16 nia Exp $
 #
 # TODO Import intellij-fsnotifier with inotify support from FreeBSD.
 
@@ -29,9 +29,9 @@ REPLACE_BASH= plugins/Kotlin/kotlinc/bin
                plugins/Kotlin/kotlinc/bin/kotlinc-js   \
                plugins/Kotlin/kotlinc/bin/kotlinc-jvm
 
-CHECK_PIE_SKIP=                ${PKGNAME_NOREV}/bin/fsnotifier
-CHECK_PIE_SKIP+=       ${PKGNAME_NOREV}/plugins/Kotlin/bin/linux/LLDBFrontend
 CHECK_SHLIBS_SKIP=     *
+CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED=   no
 
 INSTALLATION_DIRS=     ${PKGNAME_NOREV} \
                        share/applications



Home | Main Index | Thread Index | Old Index