[Lunar-commits] CVS: moonbase/mail/MozillaThunderbird BUILD, 1.3,
1.4 DETAILS, 1.2, 1.3 POST_INSTALL, 1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Mon Mar 22 16:02:47 GMT 2004
Update of /var/cvs/lunar/moonbase/mail/MozillaThunderbird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10239
Modified Files:
BUILD DETAILS POST_INSTALL
Log Message:
The long awaited update to thunderbird-0.5. NOTE: the source for now is best
downloaded from the Lunar Cache, unfortunately. This is due to the mozilla
devs and the problems they have building a source tarball that doesn't have
CRLFs in it.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/MozillaThunderbird/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 8 Dec 2003 04:11:15 -0000 1.3
+++ BUILD 22 Mar 2004 16:02:45 -0000 1.4
@@ -1,6 +1,6 @@
(
- patchdir=$SOURCE_DIRECTORY/thunderbird-$VERSION-lunar-1
+ patchdir=$SOURCE_DIRECTORY/thunderbird-$VERSION-lunar
unpack $SOURCE2 &&
MOZILLA_HOME=/opt/lunar/thunderbird/lib/mozilla
@@ -22,7 +22,15 @@
export MOZ_THUNDERBIRD=1
echo "$OPTS" > /tmp/mozz
-
+ #
+ # temp hacks to fix the brain dead thunderbird devs leaving configure scripts in DOS file formats.
+ #
+ #sedit "s/\r//g" build/autoconf/mozconfig2configure build/autoconf/config.sub build/autoconf/config.guess
+ #sedit "s/\r//g" directory/c-sdk/config/autoconf/config.guess directory/c-sdk/config/autoconf/config.sub
+ #sedit "s/\r//g" directory/c-sdk/configure nsprpub/build/autoconf/config.guess nsprpub/build/autoconf/config.sub
+ #sedit "s/\r//g" nsprpub/configure configure allmakefiles.sh
+ ########
+
./configure \
--prefix=/opt/lunar/thunderbird \
--with-x \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/MozillaThunderbird/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 8 Dec 2003 04:11:15 -0000 1.2
+++ DETAILS 22 Mar 2004 16:02:45 -0000 1.3
@@ -1,28 +1,36 @@
MODULE=MozillaThunderbird
- VERSION=0.4
- SOURCE=thunderbird-source-$VERSION.tar.bz2
- SOURCE2=thunderbird-$VERSION-lunar-1.tar.bz2
+ VERSION=0.5
+ SOURCE=thunderbird-$VERSION-source.tar.bz2
+ SOURCE2=thunderbird-$VERSION-lunar.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
- SOURCE_URL[0]=http://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/$SOURCE
- SOURCE_VFY=md5:2de7805fcb3ca4a08b6062b426dfdad3
+ SOURCE_URL[0]=$LRESORT_URL/$SOURCE
+# SOURCE_URL[0]=http://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/$SOURCE
+ SOURCE_VFY=md5:565b277d75909ff92dc66f824a2f33d2
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
- SOURCE2_VFY=md5:6c1d9eb30ce729217fc8ec248c5570a5
+ SOURCE2_VFY=md5:67d6db8be3cfa32bd9f020cbf0249483
WEB_SITE=http://www.mozilla.org/projects/thunderbird
ENTERED=20031021
- UPDATED=20031208
+ UPDATED=20040322
MAINTAINER="nhudson at lunar-linux.org"
FUZZY="off"
+ PSAFE=no
SHORT="Mozilla Thunderbird is a speedy, full-featured mail client"
cat << EOF
Thunderbird includes:
-* The ability to customize your toolbars the way you want them. Choose View / Toolbars / Customize inside any window.
-* UI extensions can be added to Mozilla Thunderbird to customize your experience with specific features and enhancements that you need. Support for extensions. Extensions allow you to add features particular to your needs such as offline mail support. A full list of available extensions can be found here.
-* A new look and feel. Thunderbird also supports a large number of downloadable themes which alter the appearance of the client.
-* An addressing sidebar for mail compose which makes it easy and convenient to add address book contacts to emails.
+* The ability to customize your toolbars the way you want them.
+ Choose View / Toolbars / Customize inside any window.
+* UI extensions can be added to Mozilla Thunderbird to customize your
+ experience with specific features and enhancements that you need. Support
+ for extensions. Extensions allow you to add features particular to your
+ needs such as offline mail support. A full list of available extensions can
+ be found here.
+* A new look and feel. Thunderbird also supports a large number of
+ downloadable themes which alter the appearance of the client.
+* An addressing sidebar for mail compose which makes it easy and convenient
+ to add address book contacts to emails.
* Online help includes a FAQ, tips and tricks and other useful information.
* Simplified preferences UI and menus.
* Footprint and performance improvements.
* Better Junk Mail Filtering Support
-
EOF
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/MozillaThunderbird/POST_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- POST_INSTALL 8 Dec 2003 04:11:15 -0000 1.2
+++ POST_INSTALL 22 Mar 2004 16:02:45 -0000 1.3
@@ -1,5 +1,5 @@
TBIRD_HOME=/opt/lunar/thunderbird
-VERSION=1.6b
+VERSION=1.6
if [ "-d $TBIRD_HOME/lib/mozilla-$VERSION/plugins" ] ; then
mv $TBIRD_HOME/lib/mozilla-$VERSION/plugins/libnullplugin.so $TBIRD_HOME/mozilla-$VERSION
rm -Rf $TBIRD_HOME/lib/mozilla-$VERSION/plugins
@@ -24,5 +24,3 @@
cd $TBIRD_HOME/lib/mozilla-$VERSION
./regxpcom
./regchrome
-
-
More information about the Lunar-commits
mailing list