pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox fix installation w/ gnome option enabled



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9a6a6940a74
branches:  trunk
changeset: 583781:b9a6a6940a74
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Dec 29 22:38:49 2010 +0000

description:
fix installation w/ gnome option enabled

diffstat:

 www/firefox/Makefile |  4 +---
 www/firefox/PLIST    |  3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 6f5f13ea54f1 -r b9a6a6940a74 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Dec 29 22:34:37 2010 +0000
+++ b/www/firefox/Makefile      Wed Dec 29 22:38:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2010/12/11 14:46:29 tnn Exp $
+# $NetBSD: Makefile,v 1.81 2010/12/29 22:38:49 tnn Exp $
 
 .include "../../devel/xulrunner/dist.mk"
 PKGNAME=       firefox-${FIREFOX_VER}
@@ -53,10 +53,8 @@
 BUILDLINK_API_DEPENDS.xulrunner+=      xulrunner>=${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 BUILD_DEPENDS+=                                xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}{,nb*}:../../devel/xulrunner
 .include "../../devel/xulrunner/buildlink3.mk"
-PLIST_VARS+=   gnome
 .if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
 CONFIGURE_ARGS+=       --enable-gnomevfs --enable-dbus --enable-gnomeui
-PLIST.gnome=   yes
 .else
 CONFIGURE_ARGS+=       --disable-gnomevfs --disable-dbus --disable-gnomeui
 .endif
diff -r 6f5f13ea54f1 -r b9a6a6940a74 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Dec 29 22:34:37 2010 +0000
+++ b/www/firefox/PLIST Wed Dec 29 22:38:49 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2010/03/16 15:57:03 tnn Exp $
+@comment $NetBSD: PLIST,v 1.41 2010/12/29 22:38:49 tnn Exp $
 bin/firefox
 lib/firefox/.autoreg
 lib/firefox/LICENSE
@@ -25,7 +25,6 @@
 lib/firefox/components/fuelApplication.js
 lib/firefox/components/libbrowsercomps.so
 lib/firefox/components/libbrowserdirprovider.so
-${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
 lib/firefox/components/nsBrowserContentHandler.js
 lib/firefox/components/nsBrowserGlue.js
 lib/firefox/components/nsMicrosummaryService.js



Home | Main Index | Thread Index | Old Index