From owner-freebsd-java Sat Apr 6 5:56:11 2002 Delivered-To: freebsd-java@freebsd.org Received: from www.contentmedia.de (www.contentmedia.de [213.61.138.91]) by hub.freebsd.org (Postfix) with SMTP id 9603937B419 for ; Sat, 6 Apr 2002 05:56:06 -0800 (PST) Received: (qmail 26856 invoked from network); 6 Apr 2002 13:55:59 -0000 Received: from unknown (HELO leeloo.intern.geht.de) (80.134.169.169) by www.contentmedia.de with SMTP; 6 Apr 2002 13:55:59 -0000 Subject: Directory missing in native JDK (1.3.1) From: Marc Recht To: freebsd-java@freebsd.org Content-Type: multipart/mixed; boundary="=-pF2bpeO9jCPlu7AkUj6J" X-Mailer: Ximian Evolution 1.0.3 Date: 06 Apr 2002 16:56:03 +0300 Message-Id: <1018101364.25577.24.camel@leeloo.intern.geht.de> Mime-Version: 1.0 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-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