[SVN-Commit] r846 - in branches/experimental: Mk www/firefox36
www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Jul 6 16:33:45 UTC 2012
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
More information about the freebsd-gecko
mailing list