Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 20:37:40 +0100 (CET)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110169: [patch] remove deprecated option from java/jdk13
Message-ID:  <20070310193740.A28A69F0D7D@server.t-hosting.hu>
Resent-Message-ID: <200703102010.l2AKA5Qm057423@freefall.freebsd.org>

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

>Number:         110169
>Category:       ports
>Synopsis:       [patch] remove deprecated option from java/jdk13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 20:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
System: FreeBSD server.t-hosting.hu 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Feb 2 11:51:40 CET 2007 gabor@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64

>Description:

- linux-blackdown-jdk13 is expired and should be removed, make the port
  not depend on it
- Bump PORTREVISION due to the functionality change

>How-To-Repeat:
>Fix:

--- java-jdk13.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/java/jdk13/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- Makefile	8 Dec 2006 19:43:05 -0000	1.89
+++ Makefile	10 Mar 2007 19:34:11 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jdk
 PORTVERSION=	${JDK_VERSION}p${JDK_PATCHSET_VERSION}
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	java devel
 MASTER_SITES=	# http://www.sun.com/software/communitysource/j2se/java2/download.xml
 #		  http://www.eyesbeyond.com/freebsddom/java/jdk13.html
@@ -121,10 +121,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(JDK13DIR)
-.if defined(WITH_LINUX_BOOTSTRAP)
-JDK13DIR=	${LOCALBASE}/linux-blackdown-jdk${JDK_VERSION}
-BUILD_DEPENDS+=	${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-blackdown-jdk13
-.elif exists(${LOCALBASE}/jdk${JDK_VERSION}/bin/javac)
+.if exists(${LOCALBASE}/jdk${JDK_VERSION}/bin/javac)
 JDK13DIR=	${LOCALBASE}/jdk${JDK_VERSION}
 .else
 JDK13DIR=	${LOCALBASE}/jbootstrap
--- java-jdk13.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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