pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netbeans-ide



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 16 23:21:49 UTC 2022

Modified Files:
        pkgsrc/devel/netbeans-ide: Makefile

Log Message:
netbeans-ide: disable more checks on prebuilt binaries


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/netbeans-ide/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/netbeans-ide/Makefile
diff -u pkgsrc/devel/netbeans-ide/Makefile:1.30 pkgsrc/devel/netbeans-ide/Makefile:1.31
--- pkgsrc/devel/netbeans-ide/Makefile:1.30     Mon May 24 19:50:02 2021
+++ pkgsrc/devel/netbeans-ide/Makefile  Wed Mar 16 23:21:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/05/24 19:50:02 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/03/16 23:21:49 nia Exp $
 #
 
 DISTNAME=      netbeans-8.2-201609300101
@@ -27,6 +27,8 @@ REPLACE_PYTHON=       extide/ant/bin/runant.py
 SHAREDIR=      ${PREFIX}/share/${PKGBASE}
 
 CHECK_SHLIBS_SUPPORTED=        no
+CHECK_PIE_SUPPORTED=   no
+CHECK_RELRO_SUPPORTED= no
 CHECK_SSP_SUPPORTED=   no
 AUTO_MKDIRS=           yes
 



Home | Main Index | Thread Index | Old Index