From owner-freebsd-ports Thu Sep 6 0:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F56337B406 for ; Thu, 6 Sep 2001 00:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f867K1R12516; Thu, 6 Sep 2001 00:20:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id 341DE37B406 for ; Thu, 6 Sep 2001 00:19:54 -0700 (PDT) Received: (qmail 37725636 invoked by uid 0); 6 Sep 2001 07:19:52 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 6 Sep 2001 07:19:52 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f867Jpr89240; Thu, 6 Sep 2001 09:19:51 +0200 (CEST) (envelope-from root) Message-Id: <200109060719.f867Jpr89240@gits.dyndns.org> Date: Thu, 6 Sep 2001 09:19:51 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org Cc: kevlo@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30367: Updated port: java/linux-jdk13 (1.3.1_01) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30367 >Category: ports >Synopsis: Updated port: java/linux-jdk13 (1.3.1_01) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 00:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Sun's JDK has been bumped to 1.3.1_01. Makefile JDK_VERSION bumped to 1.3.1_01. IGNORE message enhanced. target actions made quiet. distinfo updated. pkg-plist LICENSE.fr deleted. files/patch-aa files/patch-ab deleted. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/linux-jdk13/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2001/06/26 02:21:22 1.8 +++ Makefile 2001/09/06 07:15:10 @@ -33,7 +33,7 @@ NO_BUILD= yes USE_LINUX= yes -JDK_VERSION= 1.3.1 +JDK_VERSION= 1.3.1_01 ONLY_FOR_ARCHS= i386 TARGET_DIR?= ${PREFIX}/${PKGBASE}${PORTVERSION} DOWNLOAD_URL?= http://java.sun.com/j2se/1.3/download-linux.html @@ -41,18 +41,21 @@ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again +IGNORE= You must manually fetch the Java 2 Development Kit ${JDK_VERSION} \ + for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \ + choose the "GUNZIP Tar shell script one" and place it in ${DISTDIR} \ + and then run make again .endif post-fetch: @${CHMOD} +x ${DISTDIR}/${DISTFILES} post-patch: - find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f + @find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f do-install: - ${MKDIR} ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} - ${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} -xpf- - ${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk${JDK_VERSION}/bin/java # Linux-JDK${JDK_VERSION}" + @${MKDIR} ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} + @${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} -xpf- + @${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk${JDK_VERSION}/bin/java # Linux-JDK${JDK_VERSION}" .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/java/linux-jdk13/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/06/01 15:28:28 1.5 +++ distinfo 2001/09/06 01:51:36 @@ -1 +1 @@ -MD5 (j2sdk-1_3_1-linux-i386.bin) = c76ea483213796e2a12109dff6b73e3a +MD5 (j2sdk-1_3_1_01-linux-i386.bin) = b6fd1d4a267045841239b9c3ca4a7dbf Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/java/linux-jdk13/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 2001/06/26 02:21:22 1.8 +++ pkg-plist 2001/09/06 02:25:46 @@ -126,7 +126,6 @@ %%T%%/jre/CHANGES %%T%%/jre/COPYRIGHT %%T%%/jre/LICENSE -%%T%%/jre/LICENSE.fr %%T%%/jre/Welcome.html %%T%%/jre/README %%T%%/jre/plugin/i386/ns600/libjavaplugin_oji.so @@ -761,7 +760,6 @@ %%T%%/COPYRIGHT %%T%%/README.html %%T%%/LICENSE -%%T%%/LICENSE.fr %%T%%/README %%T%%/man/man1/appletviewer.1 %%T%%/man/man1/extcheck.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message