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: jperkin
Date: Mon Oct 9 15:30:12 UTC 2017
Modified Files:
pkgsrc/devel/netbeans-ide: Makefile
Log Message:
netbeans-ide: Disable SSP checks for bundled files.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/devel/netbeans-ide/Makefile:1.21
--- pkgsrc/devel/netbeans-ide/Makefile:1.20 Fri Sep 15 15:39:26 2017
+++ pkgsrc/devel/netbeans-ide/Makefile Mon Oct 9 15:30:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/09/15 15:39:26 asau Exp $
+# $NetBSD: Makefile,v 1.21 2017/10/09 15:30:12 jperkin Exp $
#
DISTNAME= netbeans-8.2-201609300101
@@ -27,6 +27,7 @@ SHAREDIR= ${PREFIX}/share/${PKGBASE}
DOCDIR= ${PREFIX}/share/doc/html/${PKGBASE}
CHECK_SHLIBS_SUPPORTED= no
+CHECK_SSP_SUPPORTED= no
INSTALLATION_DIRS= bin
do-install:
Home |
Main Index |
Thread Index |
Old Index