Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2012 16:19:36 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1046 - in trunk: . mail/thunderbird mail/thunderbird-esr www/seamonkey
Message-ID:  <201209291619.q8TGJaWk093164@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209291619.q8TGJaWk093164>