Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2009 14:43:09 -0500 (EST)
From:      "Aryeh M. Friedman" <aryeh@flosoft.no-ip.biz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131346: patch to make www/nsplugginwrapper honor www/firefox3 plugins
Message-ID:  <200902031943.n13Jh9K1056865@flosoft.no-ip.biz>
Resent-Message-ID: <200902032020.n13KK13V058323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131346
>Category:       ports
>Synopsis:       patch to make www/nsplugginwrapper honor www/firefox3 plugins
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 03 20:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Aryeh M. Friedman
>Release:        FreeBSD 7.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD flosoft.no-ip.biz 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sun Feb 1 18:13:54 UTC 2009 root@flosoft.no-ip.biz:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	Currently www/nsplugginwrapper does not install any plugins into www/firefox3
>How-To-Repeat:
	Patch attached
>Fix:
Index: files/patch-src-npw-config.c
===================================================================
RCS file: /home/ncvs/ports/www/nspluginwrapper/files/patch-src-npw-config.c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src-npw-config.c
--- files/patch-src-npw-config.c	4 Apr 2007 17:05:46 -0000	1.1
+++ files/patch-src-npw-config.c	3 Feb 2009 19:12:19 -0000
@@ -1,6 +1,6 @@
 --- ./src/npw-config.c.orig	Sun Mar  4 23:01:22 2007
 +++ ./src/npw-config.c	Wed Apr  4 20:20:59 2007
-@@ -119,8 +119,8 @@
+@@ -119,8 +119,9 @@
  #if defined(__FreeBSD__)
  	{
  	  static const char *freebsd_dirs[] = {
@@ -8,6 +8,7 @@
 -		"/usr/X11R6/" LIB "/firefox/plugins",
 +		"/usr/local/" LIB "/browser_plugins",
 +		"/usr/local/" LIB "/firefox/plugins",
++		"/usr/local/" LIB "/firefox3/plugins",
  	  };
  	  dirs = freebsd_dirs;
  	}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031943.n13Jh9K1056865>