[Lunar-commits] r15751 - moonbase/trunk/mail/thunderbird

Terry Chan tchan at lunar-linux.org
Thu Jul 14 20:02:12 UTC 2005


Author: tchan
Date: 2005-07-14 20:02:11 +0000 (Thu, 14 Jul 2005)
New Revision: 15751

Modified:
   moonbase/trunk/mail/thunderbird/BUILD
   moonbase/trunk/mail/thunderbird/DETAILS
Log:
Finally fixed this module so everyone can edit/compose emails again.
Moe copied a firefox flag into this BUILD (--enable-plaintext-editor-only)
which broke thunderbird big time.

See http://www.fr.linuxfromscratch.org/view/blfs-cvs/xsoft/mozilla.html
and search for the above flag.

I also version bumped enigmail-0.92.0 and ipc-1.1.3, and yes I'm sure
its the above flag that broke thunderbird (five times recompiling it
tells me so!!!)


Modified: moonbase/trunk/mail/thunderbird/BUILD
===================================================================
--- moonbase/trunk/mail/thunderbird/BUILD	2005-07-14 18:26:39 UTC (rev 15750)
+++ moonbase/trunk/mail/thunderbird/BUILD	2005-07-14 20:02:11 UTC (rev 15751)
@@ -42,7 +42,6 @@
     --enable-xterm-updates	\
     --enable-svg	\
     --enable-svg-renderer-cairo	\
-    --enable-plaintext-editor-only	\
     --enable-image-decoders=default,-xbm	\
     --disable-debug     \
     --disable-tests     \

Modified: moonbase/trunk/mail/thunderbird/DETAILS
===================================================================
--- moonbase/trunk/mail/thunderbird/DETAILS	2005-07-14 18:26:39 UTC (rev 15750)
+++ moonbase/trunk/mail/thunderbird/DETAILS	2005-07-14 20:02:11 UTC (rev 15751)
@@ -1,8 +1,8 @@
           MODULE=thunderbird
          VERSION=1.0.5
           SOURCE=thunderbird-$VERSION-source.tar.bz2
-	 SOURCE2=enigmail-0.92.0.tar.gz
-	 SOURCE3=ipc-1.1.3.tar.gz
+         SOURCE2=enigmail-0.92.0.tar.gz
+         SOURCE3=ipc-1.1.3.tar.gz
 	 SOURCE4=thunderbird.desktop
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
    SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/



More information about the Lunar-commits mailing list