From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 21 23:10:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6905516A41F for ; Wed, 21 Sep 2005 23:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF64343D48 for ; Wed, 21 Sep 2005 23:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8LNA6Jf091970 for ; Wed, 21 Sep 2005 23:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8LNA6Ah091969; Wed, 21 Sep 2005 23:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 21 Sep 2005 23:10:06 GMT Resent-Message-Id: <200509212310.j8LNA6Ah091969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Ruell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D8216A420; Wed, 21 Sep 2005 23:02:57 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE2A43D46; Wed, 21 Sep 2005 23:02:56 +0000 (GMT) (envelope-from stoerte@dreamwarrior.net) Received: from reverse-82-141-58-1.dialin.kamp-dsl.de [82.141.58.1] (helo=sisyphos.foobar.ath.cx) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwtQ-1EIDc63MIw-000758; Thu, 22 Sep 2005 01:02:54 +0200 Received: from stoerte by sisyphos.foobar.ath.cx with local (Exim 4.52 (FreeBSD)) id 1EIDc6-0003no-6a; Thu, 22 Sep 2005 01:02:54 +0200 Message-Id: Date: Thu, 22 Sep 2005 01:02:54 +0200 From: Frank Ruell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: java@FreeBSD.org Subject: ports/86436: [patch] java/linux-sun-jdk15 - unpack forgotten deploy.jar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Ruell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 23:10:07 -0000 >Number: 86436 >Category: ports >Synopsis: [patch] java/linux-sun-jdk15 - unpack forgotten deploy.jar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 21 23:10:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Ruell >Release: FreeBSD 6.0-BETA4 i386 >Organization: >Environment: System: FreeBSD sisyphos.foobar.ath.cx 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Wed Sep 7 21:29:03 CEST 2005 root@sisyphos.foobar.ath.cx:/usr/obj/usr/src/sys/SISYPHOS i386 >Description: There's a "jre/lib/deploy.pack", which should have gotten unpacked, too. Haven't changed the port version, cause the port is ATM forbidden anyway. [FWIW: the included plugin works fine with linux-opera.] >How-To-Repeat: >Fix: --- java_linux_jdk15.patch begins here --- --- Makefile~ Thu Sep 22 00:43:02 2005 +++ Makefile Thu Sep 22 00:43:02 2005 @@ -38,7 +38,7 @@ DOWNLOAD_URL?= http://java.sun.com/j2se/1.5.0/download.jsp PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} -PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar +PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/deploy.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar UNPACK_CMD= ${APP_HOME}/bin/unpack200 .include --- java_linux_jdk15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: