Date: Fri, 6 Jul 2012 16:33:38 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r846 - in branches/experimental: Mk www/firefox36 www/seamonkey Message-ID: <201207061633.q66GXcDV084429@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 6 16:33:38 2012
New Revision: 846
Log:
move GNOMEVFS2 to common options
Modified:
branches/experimental/Mk/bsd.gecko.mk
branches/experimental/www/firefox36/Makefile
branches/experimental/www/seamonkey/Makefile
Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk Fri Jul 6 16:33:30 2012 (r845)
+++ branches/experimental/Mk/bsd.gecko.mk Fri Jul 6 16:33:38 2012 (r846)
@@ -552,7 +552,7 @@
CFLAGS+= ${PTHREAD_CFLAGS}
LIBS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv
-OPTIONS_DEFINE+=DBUS DEBUG LOGGING OPTIMIZED_CFLAGS
+OPTIONS_DEFINE+=DBUS DEBUG GNOMEVFS2 LOGGING OPTIMIZED_CFLAGS
LIGHTNING_DESC?=Enable calendar extension
LOGGING_DESC?= Enable additional log messages
Modified: branches/experimental/www/firefox36/Makefile
==============================================================================
--- branches/experimental/www/firefox36/Makefile Fri Jul 6 16:33:30 2012 (r845)
+++ branches/experimental/www/firefox36/Makefile Fri Jul 6 16:33:38 2012 (r846)
@@ -50,7 +50,6 @@
--disable-necko-wifi
OPTIONS_DEFAULT=DBUS
-OPTIONS_DEFINE= GNOMEVFS2
.include <bsd.port.pre.mk>
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Fri Jul 6 16:33:30 2012 (r845)
+++ branches/experimental/www/seamonkey/Makefile Fri Jul 6 16:33:38 2012 (r846)
@@ -53,7 +53,7 @@
NOT_FOR_ARCHS= ia64
OPTIONS_DEFAULT=DBUS MAILNEWS COMPOSER LDAP CHATZILLA
-OPTIONS_DEFINE= CHATZILLA COMPOSER LDAP LIGHTNING MAILNEWS GNOMEVFS2
+OPTIONS_DEFINE= CHATZILLA COMPOSER LDAP LIGHTNING MAILNEWS
CHATZILLA_DESC?=Enable the Chatzilla IRC module
COMPOSER_DESC?= Enable the HTML Composer module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207061633.q66GXcDV084429>
