Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 15:38:33 +0930 (CST)
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-java@freebsd.org
Subject:   Update for the jdk13 port
Message-ID:  <200110140608.f9E68Xp38518@misty.eyesbeyond.com>

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

>Submitter-Id:	current-users
>Originator:	Greg Lewis
>Organization:	BSD Java Porting Team
>Confidential:	no
>Synopsis:	Update for the jdk13 port
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 4.4-RELEASE i386
>Environment:
System: FreeBSD misty.eyesbeyond.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Oct 8 02:18:34 CST 2001 root@misty.eyesbeyond.com:/usr/src/sys/compile/MISTY i386

>Description:
	Upgrade the jdk13 port to use the newly released patchset 5.

>How-To-Repeat:
	N/A

>Fix:

	The patch below should update the port to use the new patchset.
	I haven't had time to build with this setup yet, but I can't
	see any problems.  I'll try and get a build going now and
	check in the morning.

	Note that the part of the Makefile patch which creates the
	necessary new directories was submitted to freebsd-java by
	Michael Class <michaelc@tmbbobmc.bbn.hp.com>.

	The latest patchset should obsolete the following patches from
	the port:

	patch-..::src::solaris::bin::java_wrapper_bsd.sh
	patch-..::src::solaris::hpi::green_threads::src::iomgr.c
	patch-..::src::solaris::native::sun::awt::awt_util.c

--- Makefile	Fri Sep 14 05:07:03 2001
+++ Makefile.new	Sat Oct 13 16:50:01 2001
@@ -26,7 +26,7 @@
 WRKSRC=		${WRKDIR}/j2sdk1.3.1/make
 
 JDK_VERSION=	1.3.1
-JDK_PATCHSET_VERSION=	4
+JDK_PATCHSET_VERSION=	5
 
 JDK13DIR?=	${LOCALBASE}/linux-jdk${JDK_VERSION}
 
@@ -68,7 +68,11 @@
 .endfor
 
 pre-patch:
-	@cd ${WRKDIR} && ${PATCH} < ${WRKDIR}/jdk131.patches
+	@cd ${WRKDIR} &&  \
+	${MKDIR} -p j2sdk1.3.1/ext/plugin/oji-plugin/include/bsd/jdk12 && \
+	${MKDIR} -p j2sdk1.3.1/ext/plugin/oji-plugin/include/solaris/navig5/private && \
+	${MKDIR} -p j2sdk1.3.1/src/bsd/doc/man && \
+	${PATCH} < ${WRKDIR}/jdk131.patches
 
 .if !defined(NODEBUG)
 pre-install:
--- distinfo	Mon Sep 10 21:13:08 2001
+++ distinfo.new	Sat Oct 13 16:53:05 2001
@@ -1,2 +1,2 @@
 MD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57
-MD5 (bsd-jdk131-patches-4.tar.gz) = ec4725aad2b59f6237372f2e97889183
+MD5 (bsd-jdk131-patches-5.tar.gz) = 7a7ddb0f86f4796fe8b46286d8865dcb

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?200110140608.f9E68Xp38518>