Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 06:51:51 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r434272 - in branches/2017Q1/www/nspluginwrapper: . files
Message-ID:  <201702170651.v1H6pplS062818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Feb 17 06:51:50 2017
New Revision: 434272
URL: https://svnweb.freebsd.org/changeset/ports/434272

Log:
  MFH: r434241
  
  Do not look for symlinks.  We may find duplicate plugins.
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/www/nspluginwrapper/Makefile
  branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/www/nspluginwrapper/Makefile
==============================================================================
--- branches/2017Q1/www/nspluginwrapper/Makefile	Fri Feb 17 06:49:42 2017	(r434271)
+++ branches/2017Q1/www/nspluginwrapper/Makefile	Fri Feb 17 06:51:50 2017	(r434272)
@@ -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: branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c
==============================================================================
--- branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c	Fri Feb 17 06:49:42 2017	(r434271)
+++ branches/2017Q1/www/nspluginwrapper/files/patch-src__npw-config.c	Fri Feb 17 06:51:50 2017	(r434272)
@@ -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



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