svn commit: r434241 - in head/www/nspluginwrapper: . files

Jung-uk Kim jkim at FreeBSD.org
Thu Feb 16 19:05:51 UTC 2017


Author: jkim
Date: Thu Feb 16 19:05:49 2017
New Revision: 434241
URL: https://svnweb.freebsd.org/changeset/ports/434241

Log:
  Do not look for symlinks.  We may find duplicate plugins.
  
  MFH:		2017Q1

Modified:
  head/www/nspluginwrapper/Makefile
  head/www/nspluginwrapper/files/patch-src__npw-config.c

Modified: head/www/nspluginwrapper/Makefile
==============================================================================
--- head/www/nspluginwrapper/Makefile	Thu Feb 16 18:46:10 2017	(r434240)
+++ head/www/nspluginwrapper/Makefile	Thu Feb 16 19:05:49 2017	(r434241)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nspluginwrapper
 PORTVERSION=	1.4.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www linux emulators
 MASTER_SITES=	http://nspluginwrapper.org/download/ \
 		LOCAL/jkim \

Modified: head/www/nspluginwrapper/files/patch-src__npw-config.c
==============================================================================
--- head/www/nspluginwrapper/files/patch-src__npw-config.c	Thu Feb 16 18:46:10 2017	(r434240)
+++ head/www/nspluginwrapper/files/patch-src__npw-config.c	Thu Feb 16 19:05:49 2017	(r434241)
@@ -12,7 +12,7 @@
  	  };
  	  dirs = freebsd_dirs;
  	}
-@@ -232,11 +233,13 @@ static const char **get_mozilla_plugin_d
+@@ -232,11 +233,12 @@ static const char **get_mozilla_plugin_d
  	"/usr/lib32/nsbrowser/plugins",				// XXX how unfortunate
  	"/usr/lib64/nsbrowser/plugins",
  #if defined(__FreeBSD__)
@@ -25,7 +25,6 @@
 +	"%%LOCALBASE%%/lib/firefox/plugins",
 +	"%%LOCALBASE%%/lib/seamonkey/plugins",
 +	"%%LOCALBASE%%/lib/browser_plugins/linux-flashplayer",
-+	"%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox",
 +	"%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux",
 +	"%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux",
  #endif


More information about the svn-ports-head mailing list