Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 09:19:51 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kevlo@freebsd.org
Subject:   ports/30367: Updated port: java/linux-jdk13 (1.3.1_01)
Message-ID:  <200109060719.f867Jpr89240@gits.dyndns.org>

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

>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 <bsd.port.pre.mk>
 
 .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 <bsd.port.post.mk>
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




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