Skip site navigation (1)Skip section navigation (2)
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:   ports/86436: [patch] java/linux-sun-jdk15 - unpack forgotten deploy.jar
Message-ID:  <E1EIDc6-0003no-6a@sisyphos.foobar.ath.cx>
Resent-Message-ID: <200509212310.j8LNA6Ah091969@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>

--- java_linux_jdk15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EIDc6-0003no-6a>