pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sun-jre6



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct  4 16:40:05 UTC 2017

Modified Files:
        pkgsrc/lang/sun-jre6: Makefile.common

Log Message:
sun-{jre,jdk}6: Pre-built binaries do not support SSP.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/sun-jre6/Makefile.common

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

Modified files:

Index: pkgsrc/lang/sun-jre6/Makefile.common
diff -u pkgsrc/lang/sun-jre6/Makefile.common:1.21 pkgsrc/lang/sun-jre6/Makefile.common:1.22
--- pkgsrc/lang/sun-jre6/Makefile.common:1.21   Thu Mar 10 19:20:15 2016
+++ pkgsrc/lang/sun-jre6/Makefile.common        Wed Oct  4 16:40:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2016/03/10 19:20:15 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/10/04 16:40:05 jperkin Exp $
 # used by lang/sun-jre6/Makefile
 # used by lang/sun-jdk6/Makefile
 
@@ -83,6 +83,7 @@ FETCH_MESSAGE+=       " license, then choose '
 .endif
 
 CHECK_SHLIBS_SUPPORTED=        no
+CHECK_SSP_SUPPORTED=   no
 
 post-fetch:
        @if ${TEST} ! -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; then    \



Home | Main Index | Thread Index | Old Index