ports/87493: [fix] www/linux-mozilla: java plugin doesn't work

Simun Mikecin numisemis at yahoo.com
Sat Oct 15 20:30:22 UTC 2005


>Number:         87493
>Category:       ports
>Synopsis:       [fix] www/linux-mozilla: java plugin doesn't work
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 20:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Sun Oct 9 12:29:17 CEST 2005 root at data.home.hr:/var/obj/usr/src.6/sys/DATA i386


	
>Description:
blackdown java 1.4 plugin doesn't show in the plugin list, cause
${PREFIX}/lib/linux-mozilla/linkfarm is trying to find it in the wrong
directory.
	
>How-To-Repeat:
Install java/linux-blackdown-jdk14 and www/linux-mozilla. Run
${PREFIX}/lib/linux-mozilla/linkfarm as root. Start linux-mozilla. Try to
$find blackdown java 1.4 in the list of plugins.
	
>Fix:
--- Makefile.orig	Wed Oct  5 14:17:03 2005
+++ Makefile	Sat Oct 15 22:17:31 2005
@@ -81,7 +81,7 @@
 	lib/linux-mozilla/plugins lib/linux-netscape*/plugins \
 	lib/linux-flashplugin6 \
 	linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla \
-	linux-blackdown-jdk1.4.1/jre/plugin/i386/mozilla
+	linux-blackdown-jdk1.4.2/jre/plugin/i386/mozilla
 	${ECHO_CMD} -n "${FIND} ${LOCALBASE}/${ii}/*" \
 		>> ${WRKDIR}/linkfarm
 	${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list