From owner-svn-ports-head@freebsd.org Thu Feb 16 19:05:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D93CE064B; Thu, 16 Feb 2017 19:05:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2A8610F2; Thu, 16 Feb 2017 19:05:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GJ5nc6072442; Thu, 16 Feb 2017 19:05:49 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GJ5nJQ072440; Thu, 16 Feb 2017 19:05:49 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201702161905.v1GJ5nJQ072440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 16 Feb 2017 19:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434241 - in head/www/nspluginwrapper: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 19:05:51 -0000 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