pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xulrunner Change NS_SYSTEM_PLUGINS_DIR from /usr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e488d38d07e
branches: trunk
changeset: 565053:5e488d38d07e
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Sep 14 15:12:12 2009 +0000
description:
Change NS_SYSTEM_PLUGINS_DIR from /usr/lib/mozilla/plugins
to ${PREFIX}/lib/netscape/plugins, where most pkgsrc packages
install NPAPI plugins (and all probably should?)
diffstat:
devel/xulrunner/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 30d27e48aeb9 -r 5e488d38d07e devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile Mon Sep 14 12:06:32 2009 +0000
+++ b/devel/xulrunner/Makefile Mon Sep 14 15:12:12 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2009/09/13 20:02:35 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2009/09/14 15:12:12 tnn Exp $
#
DISTNAME= xulrunner-${XULRUNNER_VER}-source
PKGNAME= ${DISTNAME:S/-source//}
XULRUNNER_VER= 1.9.1.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/}
EXTRACT_SUFX= .tar.bz2
@@ -66,7 +66,9 @@
SUBST_FILES.fix-paths+= xulrunner/app/nsRegisterGREUnix.cpp
SUBST_FILES.fix-paths+= xulrunner/installer/Makefile.in
SUBST_FILES.fix-paths+= extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java
+SUBST_FILES.fix-paths+= xpcom/io/nsAppFileLocationProvider.cpp
SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g'
+SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index