ports/158030: bsd.java.mk : remove support for expired java/jdk14

Rene Ladan rene at FreeBSD.org
Sun Jun 19 15:50:05 UTC 2011


>Number:         158030
>Category:       ports
>Synopsis:       bsd.java.mk : remove support for expired java/jdk14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 19 15:50:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
	current ports tree

	
>Description:
java/jdk14 has been expired since 2011-04-17, but cannot be removed because
it is referenced by bsd.java.mk.  The patch fixes this.

According to INDEX, nothing depends on java/jdk14, beta.freshports.org lists
four ports though:
devel/colorer
java/jboss3
security/jce_policy14
textproc/galax

With a patched bsd.java.mk, 'make all-depends-list' shows they will choose
java/linux-sun-jdk14 instead.
>How-To-Repeat:
	
>Fix:

Index: bsd.java.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.java.mk,v
retrieving revision 1.87
diff -u -r1.87 bsd.java.mk
--- bsd.java.mk	12 Feb 2011 15:48:48 -0000	1.87
+++ bsd.java.mk	19 Jun 2011 15:24:47 -0000
@@ -54,9 +54,9 @@
 #-------------------------------------------------------------------------------
 # Variables defined for the port:
 #
-# JAVA_PORT			The name of the JDK port. (e.g. 'java/jdk14')
+# JAVA_PORT			The name of the JDK port. (e.g. 'java/jdk16')
 #
-# JAVA_PORT_VERSION	The version of the JDK port. (e.g. '1.4')
+# JAVA_PORT_VERSION	The version of the JDK port. (e.g. '1.6')
 #
 # JAVA_PORT_OS		The operating system used by the JDK port. (e.g. 'linux')
 #
@@ -181,8 +181,6 @@
 											VERSION=1.5.0	OS=native	VENDOR=freebsd
 _JAVA_PORT_NATIVE_BSDJAVA_JDK_1_3_INFO=		PORT=java/jdk13					HOME=${LOCALBASE}/jdk1.3.1 \
 											VERSION=1.3.1	OS=native	VENDOR=bsdjava
-_JAVA_PORT_NATIVE_BSDJAVA_JDK_1_4_INFO=		PORT=java/jdk14					HOME=${LOCALBASE}/jdk1.4.2 \
-											VERSION=1.4.2	OS=native	VENDOR=bsdjava
 _JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5_INFO=		PORT=java/jdk15					HOME=${LOCALBASE}/jdk1.5.0 \
 											VERSION=1.5.0	OS=native	VENDOR=bsdjava
 _JAVA_PORT_NATIVE_BSDJAVA_JDK_1_6_INFO=		PORT=java/jdk16					HOME=${LOCALBASE}/jdk1.6.0 \
@@ -223,7 +221,6 @@
 					JAVA_PORT_NATIVE_OPENJDK_JDK_1_6 \
 					JAVA_PORT_NATIVE_BSDJAVA_JDK_1_6 \
 					JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5 \
-					JAVA_PORT_NATIVE_BSDJAVA_JDK_1_4 \
 					JAVA_PORT_NATIVE_BSDJAVA_JDK_1_3 \
 					JAVA_PORT_LINUX_SUN_JDK_1_6 \
 					JAVA_PORT_LINUX_SUN_JDK_1_5 \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list