Java plugin paths need adjusting

Greg Lewis glewis at eyesbeyond.com
Tue Nov 11 14:28:03 PST 2003


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 at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org

-------------- next part --------------
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
 


More information about the freebsd-gnome mailing list