Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 17:03:20 +0100 (CET)
From:      Dag-Erling Smorgrav <des@des.thinksec.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32230: [PATCH] java/linux-ibm-jdk is two months out of date
Message-ID:  <20011123160320.AF7CA55DD@des.thinksec.com>

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

>Number:         32230
>Category:       ports
>Synopsis:       [PATCH] java/linux-ibm-jdk is two months out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 08:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dag-Erling Smorgrav
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD des.thinksec.com 5.0-CURRENT FreeBSD 5.0-CURRENT #119: Wed Nov 14 04:53:52 CET 2001 des@des.thinksec.com:/usr/src/sys/i386/compile/DES i386

>Description:

The linux-ibm-jdk port fails to build because it hasn't been updated for
Service Release 10 of 2001/09/25.

>How-To-Repeat:

# cd /usr/ports/java/linux-ibm-jdk
# make checksum

>Fix:

Apply the following patch:

--- linux-ibm-jdk.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/linux-ibm-jdk13/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2 Sep 2001 08:45:46 -0000	1.2
+++ Makefile	23 Nov 2001 15:50:40 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jdk
 PORTVERSION=	${JDK_VERSION}
-PORTREVISION=	1 # Service Release 9 : cx130-20010626 
+PORTREVISION=	2 # Service Release 10 : cx130-20010925
 CATEGORIES=	java
 MASTER_SITES=	#
 PKGNAMEPREFIX=	linux-ibm-
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/java/linux-ibm-jdk13/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2 Sep 2001 08:45:47 -0000	1.2
+++ distinfo	23 Nov 2001 15:50:47 -0000
@@ -1 +1 @@
-MD5 (IBMJava2-SDK-13.tgz) = 84ebb04b9346a4a5dc88f1a9ef919f3b
+MD5 (IBMJava2-SDK-13.tgz) = ba713d6222053efeab545ff030162462
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/java/linux-ibm-jdk13/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	24 Jun 2001 21:53:43 -0000	1.1
+++ pkg-plist	23 Nov 2001 15:57:46 -0000
@@ -139,7 +139,9 @@
 %%TARGET_PREFIX%%/jre/lib/fonts/Courtbi_.ttf
 %%TARGET_PREFIX%%/jre/lib/fonts/Courtb__.ttf
 %%TARGET_PREFIX%%/jre/lib/fonts/Court___.ttf
+%%TARGET_PREFIX%%/jre/lib/font.properties.zh_TW.2.2.18-2
 %%TARGET_PREFIX%%/jre/lib/font.properties.zh_TW
+%%TARGET_PREFIX%%/jre/lib/font.properties.zh.2.2.18-2
 %%TARGET_PREFIX%%/jre/lib/font.properties.zh
 %%TARGET_PREFIX%%/jre/lib/font.properties.uk
 %%TARGET_PREFIX%%/jre/lib/font.properties.tr
@@ -156,6 +158,7 @@
 %%TARGET_PREFIX%%/jre/lib/font.properties.mk
 %%TARGET_PREFIX%%/jre/lib/font.properties.lv
 %%TARGET_PREFIX%%/jre/lib/font.properties.lt
+%%TARGET_PREFIX%%/jre/lib/font.properties.ko.2.2.18-2
 %%TARGET_PREFIX%%/jre/lib/font.properties.ko
 %%TARGET_PREFIX%%/jre/lib/font.properties.ja
 %%TARGET_PREFIX%%/jre/lib/font.properties.iw
--- linux-ibm-jdk.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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