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>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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

[-- Attachment #2 --]
--- 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
 
 post-install:
 	@${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}"
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1018101364.25577.24.camel>