Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 15:41:49 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158030: bsd.java.mk : remove support for expired java/jdk14
Message-ID:  <201106191541.p5JFfn5U072493@freefall.freebsd.org>
Resent-Message-ID: <201106191550.p5JFo4HS073499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191541.p5JFfn5U072493>