Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Apr 2002 16:13:25 +0900
From:      Munehiro Matsuda <haro@h4.dion.ne.jp>
To:        freebsd-java@freebsd.org
Subject:   Update needed for linux-jdk1.3.1
Message-ID:  <20020406161325N.haro@h4.dion.ne.jp>

next in thread | raw e-mail | index | archive | help
Hi FreeBSD/Java users,

I'v tried to install java/jdk13, but got an error during
linux-jdk1.3.1 install.
It seems that jdk1.3.1 for Linux downloadable from Sun's site has been
updated to jdk-1.3.1.03.

Here's patch for ports/java/linux-jdk13 that updates the changes.

--- linux-jdk13/Makefile.ctm	Fri Mar  8 16:15:11 2002
+++ linux-jdk13/Makefile	Sat Apr  6 16:09:39 2002
@@ -7,7 +7,6 @@
 
 PORTNAME=	jdk
 PORTVERSION=	${JDK_VERSION}.${JDK_REVISION}
-PORTREVISION=	1
 CATEGORIES=	java devel
 MASTER_SITES=	#
 PKGNAMEPREFIX=	linux-
@@ -36,7 +35,7 @@
 NO_BUILD=	yes
 USE_LINUX=	yes
 JDK_VERSION=	1.3.1
-JDK_REVISION=	02
+JDK_REVISION=	03
 ONLY_FOR_ARCHS=	i386
 TARGET_DIR?=	${PREFIX}/${PKGBASE}${JDK_VERSION}
 DOWNLOAD_URL?=	http://java.sun.com/j2se/1.3/download-linux.html
--- linux-jdk13/distinfo.ctm	Thu Dec 27 23:51:45 2001
+++ linux-jdk13/distinfo	Sat Apr  6 15:37:18 2002
@@ -1 +1,2 @@
 MD5 (j2sdk-1_3_1_02-linux-i386.bin) = ecbf6d03e6c53cee18739a944e89c585
+MD5 (j2sdk-1_3_1_03-linux-i386.bin) = c000a183a29d16560c452baad12eda0a


Hope this helps,
  Haro
=------------------------------------------------------------------------------
           _ _    Munehiro (haro) Matsuda
 -|- /_\  |_|_|   Business Incubation Dept., Kubota Corp.
 /|\ |_|  |_|_|   1-3 Nihonbashi-Muromachi 3-Chome
                  Chuo-ku Tokyo 103-8310, Japan
                  Tel: +81-3-3245-3318  Fax: +81-3-3245-3315
                  Email: haro@kubota.co.jp

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




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