Mon Mar 13 09:35:15 2023 UTC ()
sun-jre7: Disable STRIP_DEBUG.

Precompiled binaries built with older SunOS linkers are no longer compatible
with binutils strip since 2.40.


(jperkin)
diff -r1.18 -r1.19 pkgsrc/lang/sun-jre7/Makefile.common

cvs diff -r1.18 -r1.19 pkgsrc/lang/sun-jre7/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/sun-jre7/Makefile.common 2022/03/07 16:42:37 1.18
+++ pkgsrc/lang/sun-jre7/Makefile.common 2023/03/13 09:35:15 1.19
@@ -1,38 +1,39 @@ @@ -1,38 +1,39 @@
1# $NetBSD: Makefile.common,v 1.18 2022/03/07 16:42:37 nia Exp $ 1# $NetBSD: Makefile.common,v 1.19 2023/03/13 09:35:15 jperkin Exp $
2# used by lang/sun-jre7/Makefile 2# used by lang/sun-jre7/Makefile
3# used by lang/sun-jdk7/Makefile 3# used by lang/sun-jdk7/Makefile
4 4
5CATEGORIES= lang java 5CATEGORIES= lang java
6COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME} 6COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.oracle.com/technetwork/java/index.html 9HOMEPAGE= https://www.oracle.com/technetwork/java/index.html
10DOWNLOAD= https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html 10DOWNLOAD= https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
11ARCHIVE= https://www.oracle.com/technetwork/java/javase/archive-139210.html 11ARCHIVE= https://www.oracle.com/technetwork/java/javase/archive-139210.html
12 12
13RESTRICTED= Redistribution of repackaged binaries not permitted 13RESTRICTED= Redistribution of repackaged binaries not permitted
14NO_SRC_ON_CDROM= ${RESTRICTED} 14NO_SRC_ON_CDROM= ${RESTRICTED}
15NO_SRC_ON_FTP= ${RESTRICTED} 15NO_SRC_ON_FTP= ${RESTRICTED}
16NO_BIN_ON_CDROM= ${RESTRICTED} 16NO_BIN_ON_CDROM= ${RESTRICTED}
17NO_BIN_ON_FTP= ${RESTRICTED} 17NO_BIN_ON_FTP= ${RESTRICTED}
18 18
19EMUL_PLATFORMS= linux-i386 linux-x86_64 solaris-i386 solaris-x86_64 19EMUL_PLATFORMS= linux-i386 linux-x86_64 solaris-i386 solaris-x86_64
20 20
21# pre-built binaries without RELRO or SSP 21# pre-built binaries without RELRO or SSP
22CHECK_RELRO_SUPPORTED= no 22CHECK_RELRO_SUPPORTED= no
23CHECK_PIE_SUPPORTED= no 23CHECK_PIE_SUPPORTED= no
24CHECK_SSP_SUPPORTED= no 24CHECK_SSP_SUPPORTED= no
25CTF_SUPPORTED= no 25CTF_SUPPORTED= no
 26STRIP_DEBUG_SUPPORTED= no
26 27
27USE_TOOLS+= pax 28USE_TOOLS+= pax
28 29
29# JDK7 Update number 30# JDK7 Update number
30UPDATE_NUMBER= 80 31UPDATE_NUMBER= 80
31# See following URL for why this is 80 while Oracle download page suggests 79 32# See following URL for why this is 80 while Oracle download page suggests 79
32# https://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 33# https://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
33 34
34.include "../../mk/bsd.prefs.mk" 35.include "../../mk/bsd.prefs.mk"
35 36
36.if ${EMUL_OPSYS} == "solaris" 37.if ${EMUL_OPSYS} == "solaris"
37DIST_OS= solaris 38DIST_OS= solaris
38.else 39.else