From jylefort@brutele.be  Sat Feb 18 09:56:29 2006
Return-Path: <jylefort@brutele.be>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B41BA16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Feb 2006 09:56:29 +0000 (GMT)
	(envelope-from jylefort@brutele.be)
Received: from host-212-68-242-42.brutele.be (host-212-68-242-42.brutele.be [212.68.242.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4BC43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Feb 2006 09:56:28 +0000 (GMT)
	(envelope-from jylefort@brutele.be)
Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2])
	by gateway.lefort.net (Postfix) with ESMTP id 34D2D58AB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Feb 2006 10:56:24 +0100 (CET)
Received: by jsite.lefort.net (Postfix, from userid 1000)
	id 22FF4C9A7; Sat, 18 Feb 2006 10:56:24 +0100 (CET)
Message-Id: <20060218095624.22FF4C9A7@jsite.lefort.net>
Date: Sat, 18 Feb 2006 10:56:24 +0100 (CET)
From: Jean-Yves Lefort <jylefort@FreeBSD.org>
Reply-To: Jean-Yves Lefort <jylefort@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: www/linux-firefox (add adobesvg support; respect ${X11BASE})
X-Send-Pr-Version: 3.113
X-GNATS-Notify: infofarmer@gmail.com

>Number:         93519
>Category:       ports
>Synopsis:       Update port: www/linux-firefox (add adobesvg support; respect ${X11BASE})
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 10:00:15 GMT 2006
>Closed-Date:    Sat Feb 18 10:48:49 GMT 2006
>Last-Modified:  Sat Feb 18 10:48:49 GMT 2006
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Feb 11 20:20:04 CET 2006 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/www/linux-firefox/Makefile linux-firefox/Makefile
--- /usr/ports/www/linux-firefox/Makefile	Sat Dec  3 22:08:25 2005
+++ linux-firefox/Makefile	Sat Feb 18 10:43:27 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	firefox
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES?=	www linux
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR?=	firefox/releases/${PORTVERSION}/linux-i686/en-US
diff -ruN /usr/ports/www/linux-firefox/files/linkfarm.in linux-firefox/files/linkfarm.in
--- /usr/ports/www/linux-firefox/files/linkfarm.in	Sat Dec  3 22:08:26 2005
+++ linux-firefox/files/linkfarm.in	Sat Feb 18 10:41:43 2006
@@ -2,13 +2,16 @@
 # Run this after installing Beonex, Mozilla or Netscape plugins
 cd	%%PREFIX%%/lib/%%FIREFOX_NAME%%/plugins
 find -L . -type l -delete
-find	%%PREFIX%%/lib/linux-beonex/plugins \
-	%%PREFIX%%/lib/netscape-linux/plugins \
-	%%PREFIX%%/lib/flash \
-	%%PREFIX%%/lib/linux-mozilla/plugins \
-	%%PREFIX%%/lib/linux-netscape*/plugins \
-	%%PREFIX%%/lib/linux-flashplugin6 \
-	%%PREFIX%%/lib/linux-flashplugin7 \
-	%%PREFIX%%/linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla \
-	%%PREFIX%%/linux-blackdown-jdk1.4.2/jre/plugin/i386/mozilla \
-	-type f -maxdepth 1 -exec ln -s {} \; 2>/dev/null || true
+find	%%X11BASE%%/lib/linux-beonex/plugins \
+	%%X11BASE%%/lib/netscape-linux/plugins \
+	%%X11BASE%%/lib/flash \
+	%%X11BASE%%/lib/linux-mozilla/plugins \
+	%%X11BASE%%/lib/linux-netscape*/plugins \
+	%%X11BASE%%/lib/linux-flashplugin6 \
+	%%X11BASE%%/lib/linux-flashplugin7 \
+	%%X11BASE%%/linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla \
+	%%X11BASE%%/linux-blackdown-jdk1.4.2/jre/plugin/i386/mozilla \
+	-type f -maxdepth 1 -exec ln -s {} \; 2>/dev/null
+ln -sf	%%X11BASE%%/lib/linux-adobesvg/libNPSVG3.so . 2>/dev/null
+
+exit 0
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Sat Feb 18 10:01:50 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93519 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 18 10:04:11 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93519 

From: "Andrew Pantyukhin" <infofarmer@gmail.com>
To: bug-followup@FreeBSD.org, jylefort@FreeBSD.org
Cc:  
Subject: Re: ports/93519: Update port: www/linux-firefox (add adobesvg support; respect ${X11BASE})
Date: Sat, 18 Feb 2006 13:12:27 +0300

 Approved.
 
 Please, while you're at it, commit this to linux-seamonkey,
 too and commit PR93476 as well.
 
 Thanks!
State-Changed-From-To: feedback->closed 
State-Changed-By: jylefort 
State-Changed-When: Sat Feb 18 10:48:27 UTC 2006 
State-Changed-Why:  
Committed. 

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