[SVN-Commit] r1046 - in trunk: . mail/thunderbird
mail/thunderbird-esr www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Sep 29 16:19:43 UTC 2012
Author: jbeich
Date: Sat Sep 29 16:19:36 2012
New Revision: 1046
Log:
build lightning extension by default
Suggested by: flo
Modified:
trunk/Gecko_ChangeLog
trunk/mail/thunderbird-esr/Makefile
trunk/mail/thunderbird/Makefile
trunk/www/seamonkey/Makefile
Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog Sat Sep 29 16:19:28 2012 (r1045)
+++ trunk/Gecko_ChangeLog Sat Sep 29 16:19:36 2012 (r1046)
@@ -1,6 +1,6 @@
16.0:
-- enable GIO option by default
- integrate enigmail into thunderbird/seamonkey
+- enable GIO and LIGHTNING options by default
- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
latency during pause and seeking with HTML5 video
- remove fedisableexcept() hacks, obsolete since FreeBSD 4.0
Modified: trunk/mail/thunderbird-esr/Makefile
==============================================================================
--- trunk/mail/thunderbird-esr/Makefile Sat Sep 29 16:19:28 2012 (r1045)
+++ trunk/mail/thunderbird-esr/Makefile Sat Sep 29 16:19:36 2012 (r1046)
@@ -55,7 +55,7 @@
MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome
OPTIONS_DEFINE= ENIGMAIL LIGHTNING
-OPTIONS_DEFAULT=ENIGMAIL
+OPTIONS_DEFAULT=ENIGMAIL LIGHTNING
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Sat Sep 29 16:19:28 2012 (r1045)
+++ trunk/mail/thunderbird/Makefile Sat Sep 29 16:19:36 2012 (r1046)
@@ -56,7 +56,7 @@
MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome
OPTIONS_DEFINE= ENIGMAIL GSTREAMER LIGHTNING
-OPTIONS_DEFAULT=ENIGMAIL
+OPTIONS_DEFAULT=ENIGMAIL LIGHTNING
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sat Sep 29 16:19:28 2012 (r1045)
+++ trunk/www/seamonkey/Makefile Sat Sep 29 16:19:36 2012 (r1046)
@@ -49,7 +49,7 @@
NOT_FOR_ARCHS= ia64
OPTIONS_DEFINE= CHATZILLA COMPOSER ENIGMAIL GSTREAMER LDAP LIGHTNING MAILNEWS
-OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL GIO LDAP MAILNEWS
+OPTIONS_DEFAULT=CHATZILLA COMPOSER ENIGMAIL GIO LDAP LIGHTNING MAILNEWS
CHATZILLA_DESC?=Chatzilla IRC module
COMPOSER_DESC?= HTML Composer module
More information about the freebsd-gecko
mailing list