pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/nspluginwrapper Update plugin path to check for se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c465f25fd1ba
branches: trunk
changeset: 550271:c465f25fd1ba
user: abs <abs%pkgsrc.org@localhost>
date: Tue Nov 18 08:33:51 2008 +0000
description:
Update plugin path to check for seamonkey and to respect PREFIX.
Bump PKGREVISION
diffstat:
www/nspluginwrapper/Makefile | 3 +-
www/nspluginwrapper/distinfo | 3 +-
www/nspluginwrapper/patches/patch-aa | 45 ++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 2 deletions(-)
diffs (76 lines):
diff -r 8e3db56fa18f -r c465f25fd1ba www/nspluginwrapper/Makefile
--- a/www/nspluginwrapper/Makefile Tue Nov 18 08:18:29 2008 +0000
+++ b/www/nspluginwrapper/Makefile Tue Nov 18 08:33:51 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/09/26 22:52:17 jmcneill Exp $
+# $NetBSD: Makefile,v 1.10 2008/11/18 08:33:51 abs Exp $
#
DISTNAME= nspluginwrapper-1.0.0
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
EXTRACT_SUFX= .tar.bz2
diff -r 8e3db56fa18f -r c465f25fd1ba www/nspluginwrapper/distinfo
--- a/www/nspluginwrapper/distinfo Tue Nov 18 08:18:29 2008 +0000
+++ b/www/nspluginwrapper/distinfo Tue Nov 18 08:33:51 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2008/07/05 22:27:52 abs Exp $
+$NetBSD: distinfo,v 1.5 2008/11/18 08:33:51 abs Exp $
SHA1 (nspluginwrapper-1.0.0.tar.bz2) = ef551fb508835b3358355477be794a34e9f64135
RMD160 (nspluginwrapper-1.0.0.tar.bz2) = d3b5a5d1dd314e5331ffc877fb9621d6566087c6
@@ -6,3 +6,4 @@
SHA1 (nspluginwrapper-i386-1.0.0-1.x86_64.rpm) = 9980fd73369996b8b1ee31b5550be838e407a8d5
RMD160 (nspluginwrapper-i386-1.0.0-1.x86_64.rpm) = 850d025d3e53f69c559170b747b4a820b508eb96
Size (nspluginwrapper-i386-1.0.0-1.x86_64.rpm) = 53496 bytes
+SHA1 (patch-aa) = 01116b045d6da50551d44246a56024c71b6a5444
diff -r 8e3db56fa18f -r c465f25fd1ba www/nspluginwrapper/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nspluginwrapper/patches/patch-aa Tue Nov 18 08:33:51 2008 +0000
@@ -0,0 +1,45 @@
+$NetBSD: patch-aa,v 1.4 2008/11/18 08:33:51 abs Exp $
+
+--- src/npw-config.c.orig 2008-06-26 21:50:28.000000000 +0100
++++ src/npw-config.c
+@@ -127,16 +127,16 @@ static const char *get_system_mozilla_pl
+ #elif defined(__DragonFly__)
+ {
+ static const char *dragonfly_dirs[] = {
+- "/usr/pkg/" LIB "/mozilla/plugins",
+- "/usr/pkg/" LIB "/firefox/plugins",
++ LIBDIR "/firefox/plugins",
++ LIBDIR "/seamonkey/plugins",
+ };
+ dirs = dragonfly_dirs;
+ }
+ #elif defined(__NetBSD__)
+ {
+ static const char *netbsd_dirs[] = {
+- "/usr/pkg/" LIB "/mozilla/plugins",
+- "/usr/pkg/" LIB "/firefox/plugins",
++ LIBDIR "/firefox/plugins",
++ LIBDIR "/seamonkey/plugins",
+ };
+ dirs = netbsd_dirs;
+ }
+@@ -215,15 +215,17 @@ static const char **get_mozilla_plugin_d
+ "/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux",
+ #endif
+ #if defined(__DragonFly__)
+- "/usr/pkg/lib/netscape/plugins",
+ "/usr/pkg/lib/firefox/plugins",
++ "/usr/pkg/lib/netscape/plugins",
++ "/usr/pkg/lib/seamonkey/plugins",
+ "/usr/pkg/lib/RealPlayer/mozilla",
+ "/usr/pkg/Acrobat5/Browsers/intellinux",
+ "/usr/pkg/Acrobat7/Browser/intellinux",
+ #endif
+ #if defined(__NetBSD__)
+- "/usr/pkg/lib/netscape/plugins",
+ "/usr/pkg/lib/firefox/plugins",
++ "/usr/pkg/lib/netscape/plugins",
++ "/usr/pkg/lib/seamonkey/plugins",
+ "/usr/pkg/lib/RealPlayer/mozilla",
+ "/usr/pkg/Acrobat5/Browsers/intellinux",
+ "/usr/pkg/Acrobat7/Browser/intellinux",
Home |
Main Index |
Thread Index |
Old Index