Date: Tue, 11 Nov 2003 15:30:23 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: gnome@freebsd.org Subject: Java plugin paths need adjusting Message-ID: <20031111223023.GA98372@misty.eyesbeyond.com>
next in thread | raw e-mail | index | archive | help
--MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, The jdk14 port was updated today to 1.4.2 and now installs in /usr/local/jdk1.4.2. Subsequently the Mozilla plugin path needs updating. Would you like me to commit changes like this in the future? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="plugin.diff" Index: Makefile =================================================================== RCS file: /var/fcvs/ports/www/mozilla/Makefile,v retrieving revision 1.148 diff -u -r1.148 Makefile --- Makefile 11 Nov 2003 04:10:19 -0000 1.148 +++ Makefile 11 Nov 2003 18:30:40 -0000 @@ -154,7 +154,7 @@ # JPI sutff. List paths to Java Plug-ins here in the order to try. JPI_LIST=\ - ${LOCALBASE}/jdk1.4.1/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ + ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \ ${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so \ ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so --MGYHOYXEY6WxJCY8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031111223023.GA98372>