pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox PLIST fix for previous



details:   https://anonhg.NetBSD.org/pkgsrc/rev/302cd6c45492
branches:  trunk
changeset: 398329:302cd6c45492
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 29 11:50:32 2009 +0000

description:
PLIST fix for previous

diffstat:

 www/firefox/PLIST      |  4 +++-
 www/firefox/options.mk |  5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 674fa3a74e49 -r 302cd6c45492 www/firefox/PLIST
--- a/www/firefox/PLIST Sat Aug 29 11:49:56 2009 +0000
+++ b/www/firefox/PLIST Sat Aug 29 11:50:32 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2009/08/09 23:05:42 tnn Exp $
+@comment $NetBSD: PLIST,v 1.36 2009/08/29 11:50:32 tnn Exp $
 bin/firefox
 include/firefox/stable/base64.h
 include/firefox/stable/blapit.h
@@ -609,7 +609,9 @@
 lib/firefox/components/jsconsole-clhandler.js
 lib/firefox/components/libbrowsercomps.so
 lib/firefox/components/libbrowserdirprovider.so
+${PLIST.gnome}lib/firefox/components/libdbusservice.so
 lib/firefox/components/libimgicon.so
+${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
 lib/firefox/components/nsAddonRepository.js
 lib/firefox/components/nsBadCertHandler.js
 lib/firefox/components/nsBlocklistService.js
diff -r 674fa3a74e49 -r 302cd6c45492 www/firefox/options.mk
--- a/www/firefox/options.mk    Sat Aug 29 11:49:56 2009 +0000
+++ b/www/firefox/options.mk    Sat Aug 29 11:50:32 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2009/08/29 10:34:37 tnn Exp $
+# $NetBSD: options.mk,v 1.4 2009/08/29 11:50:32 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= debug official-mozilla-branding mozilla-jemalloc gnome
 PKG_SUGGESTED_OPTIONS+=        gnome
 
-PLIST_VARS+=           branding
+PLIST_VARS+=           branding gnome
 
 .if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
 PKG_SUGGESTED_OPTIONS+=        mozilla-jemalloc
@@ -21,6 +21,7 @@
 .if !empty(PKG_OPTIONS:Mgnome)
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-gnomevfs --enable-dbus
+PLIST.gnome=           yes
 .else
 CONFIGURE_ARGS+=       --disable-gnomevfs --disable-dbus
 .endif



Home | Main Index | Thread Index | Old Index