Skip site navigation (1)Skip section navigation (2)
Date:      06 Apr 2002 16:56:03 +0300
From:      Marc Recht <recht@contentmedia.de>
To:        freebsd-java@freebsd.org
Subject:   Directory missing in native JDK (1.3.1)
Message-ID:  <1018101364.25577.24.camel@leeloo.intern.geht.de>

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

--=-pF2bpeO9jCPlu7AkUj6J
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi!

The directory /usr/local/jdk1.3.1/jre/lib/ext seems not to be created
via the jdk port. This keeps jikes from working. 
I've attachted a diff (untested..) against the port Makefile. 


Regards, 
	Marc

--=-pF2bpeO9jCPlu7AkUj6J
Content-Disposition: attachment; filename=Makefile.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; name=Makefile.diff; charset=ISO-8859-1

--- Makefile.orig	Sat Apr  6 15:51:26 2002
+++ Makefile	Sat Apr  6 15:53:21 2002
@@ -132,6 +132,7 @@
 	(cd ${JDKIMAGEDIR_G} && ${BSD_TAR} -c -f - .) \
 		| (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -)
 .endif
+	${MKDIR} ${PREFIX}/jdk${JDK_VERSION}/jre/lib/ext
=20
 post-install:
 	@${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREE=
BSD-JDK${JDK_VERSION}"

--=-pF2bpeO9jCPlu7AkUj6J--


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?1018101364.25577.24.camel>