Date: Tue, 10 Jun 2008 20:55:16 +0200 From: "Pietro Cerutti" <gahr@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/124454: [patch] java/linux-sun-jdk14 update to 1.4.2_17 Message-ID: <1213124116.35903@gahrtop.localhost> Resent-Message-ID: <200806101900.m5AJ06SZ089700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124454 >Category: ports >Synopsis: [patch] java/linux-sun-jdk14 update to 1.4.2_17 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 19:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD 8.0-CURRENT #43: Mon Jun 9 22:19:27 CEST 2008 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: >How-To-Repeat: >Fix: --- linux-sun-jdk14.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/linux-sun-jdk14/Makefile,v retrieving revision 1.61 diff -u -u -r1.61 Makefile --- Makefile 13 Jan 2008 07:40:39 -0000 1.61 +++ Makefile 10 Jun 2008 18:53:49 -0000 @@ -31,11 +31,11 @@ USE_LINUX= yes USE_XLIB= yes JDK_VERSION= 1.4.2 -JDK_REVISION= 16 +JDK_REVISION= 17 DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION} INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g} ONLY_FOR_ARCHS= i386 amd64 -DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg +DOWNLOAD_URL?= http://java.sun.com/j2se/1.4.2/download.html APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar UNPACK_CMD= ${APP_HOME}/lib/unpack @@ -56,7 +56,7 @@ do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} \ - && ${TAIL} -n +541 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \ + && ${TAIL} -n +558 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \ && ${CHMOD} +x ${WRKDIR}/install.sfx \ && ${WRKDIR}/install.sfx > /dev/null Index: distinfo =================================================================== RCS file: /home/pcvs/ports/java/linux-sun-jdk14/distinfo,v retrieving revision 1.27 diff -u -u -r1.27 distinfo --- distinfo 13 Jan 2008 07:40:39 -0000 1.27 +++ distinfo 10 Jun 2008 18:45:25 -0000 @@ -1,3 +1,3 @@ -MD5 (j2sdk-1_4_2_16-linux-i586.bin) = 0978f40fcd6f1a790a58f5e2b77f978a -SHA256 (j2sdk-1_4_2_16-linux-i586.bin) = 0c1a60da479675e1b5054becc3df1c2604ef421ca8b2a4c353c00b333da0d144 -SIZE (j2sdk-1_4_2_16-linux-i586.bin) = 36397216 +MD5 (j2sdk-1_4_2_17-linux-i586.bin) = 69c8238afa6151c1f961121c0b7ad998 +SHA256 (j2sdk-1_4_2_17-linux-i586.bin) = 3b18a101f1bc819acc00fb2d496bb61faa1d9a257ee562a4c6e460be2a1336e8 +SIZE (j2sdk-1_4_2_17-linux-i586.bin) = 36376686 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/java/linux-sun-jdk14/pkg-plist,v retrieving revision 1.29 diff -u -u -r1.29 pkg-plist --- pkg-plist 13 Jan 2008 07:40:39 -0000 1.29 +++ pkg-plist 10 Jun 2008 18:49:12 -0000 @@ -907,7 +907,6 @@ %%T%%/jre/bin/rmiregistry %%T%%/jre/bin/servertool %%T%%/jre/bin/tnameserv -%%T%%/jre/javaws/cacerts %%T%%/jre/javaws/javalogo52x88.gif %%T%%/jre/javaws/javaws %%T%%/jre/javaws/javaws-l10n.jar @@ -1186,6 +1185,7 @@ %%T%%/jre/lib/zi/America/Indiana/Knox %%T%%/jre/lib/zi/America/Indiana/Marengo %%T%%/jre/lib/zi/America/Indiana/Petersburg +%%T%%/jre/lib/zi/America/Indiana/Tell_City %%T%%/jre/lib/zi/America/Indiana/Vevay %%T%%/jre/lib/zi/America/Indiana/Vincennes %%T%%/jre/lib/zi/America/Indiana/Winamac --- linux-sun-jdk14.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?1213124116.35903>