From sime@logos.hr  Sat Oct 15 20:24:31 2005
Return-Path: <sime@logos.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EA6816A41F;
	Sat, 15 Oct 2005 20:24:31 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from data.home.hr (dh79-11.xnet.hr [83.139.79.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 25DAB43D46;
	Sat, 15 Oct 2005 20:24:30 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: by data.home.hr (Postfix, from userid 34062)
	id ED09851EFB; Sat, 15 Oct 2005 22:24:28 +0200 (CEST)
Message-Id: <20051015202428.ED09851EFB@data.home.hr>
Date: Sat, 15 Oct 2005 22:24:28 +0200 (CEST)
From: Simun Mikecin <numisemis@yahoo.com>
Reply-To: Simun Mikecin <numisemis@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: trevor@freebsd.org
Subject: [fix] www/linux-mozilla: java plugin doesn't work
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87493
>Category:       ports
>Synopsis:       [fix] www/linux-mozilla: java plugin doesn't work
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 20:30:20 GMT 2005
>Closed-Date:    Sun Oct 16 10:18:43 GMT 2005
>Last-Modified:  Sun Oct 16 10:18:43 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->trevor 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Sun Oct 16 00:44:46 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87493 
State-Changed-From-To: open->closed 
State-Changed-By: trevor 
State-Changed-When: Sun Oct 16 10:18:32 GMT 2005 
State-Changed-Why:  
committed--thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87493 
>Unformatted:
