From owner-freebsd-ports Sat Oct 13 23:10:13 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 870AB37B40D for ; Sat, 13 Oct 2001 23:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E6A0r95546; Sat, 13 Oct 2001 23:10:00 -0700 (PDT) (envelope-from gnats) Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 8DACD37B405; Sat, 13 Oct 2001 23:08:44 -0700 (PDT) Received: from [166.70.13.166] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15seS0-0001YK-00; Sun, 14 Oct 2001 00:08:41 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id f9E68Xp38518; Sun, 14 Oct 2001 15:38:33 +0930 (CST) (envelope-from glewis) Message-Id: <200110140608.f9E68Xp38518@misty.eyesbeyond.com> Date: Sun, 14 Oct 2001 15:38:33 +0930 (CST) From: Greg Lewis Reply-To: Greg Lewis To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31257: Update for the jdk13 port 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: 31257 >Category: ports >Synopsis: Update for the jdk13 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 4.4-RELEASE i386 >Organization: BSD Java Porting Team >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 . 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message