Date: Thu, 22 Sep 2005 01:02:54 +0200 From: Frank Ruell <stoerte@dreamwarrior.net> To: FreeBSD-gnats-submit@freebsd.org Cc: java@FreeBSD.org Subject: [patch] java/linux-sun-jdk15 - unpack forgotten deploy.jar Message-ID: <E1EIDc6-0003no-6a@sisyphos.foobar.ath.cx>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Frank Ruell >Organization: >Confidential: no >Synopsis: [patch] java/linux-sun-jdk15 - unpack forgotten deploy.jar >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-BETA4 i386 >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.] >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 <bsd.port.pre.mk> --- java_linux_jdk15.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EIDc6-0003no-6a>