summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2011-08-07 02:54:57 -0500
committerVlad Glagolev2011-10-02 22:22:18 +0400
commit42b1024e87776756e99b48d2496609964ee9ffbe (patch)
tree7431257084919ca0193d719e9fa741325da899a3
parent5e80151249ce463e1e26aed308949d010e078b5c (diff)
thunderbird: Updated to version 5.0. Various fixes need for
this specific build. (cherry picked from commit 55f17eaa2fd336ffe659f085899f96e17022b067)
-rwxr-xr-xmail/thunderbird/BUILD3
-rwxr-xr-xmail/thunderbird/DETAILS2
-rw-r--r--mail/thunderbird/HISTORY6
-rwxr-xr-xmail/thunderbird/INSTALL3
-rwxr-xr-xmail/thunderbird/PRE_BUILD2
5 files changed, 9 insertions, 7 deletions
diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index ffe9a9ba38..e1dc3e4dc5 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -1,4 +1,4 @@
-cd $SOURCE_DIRECTORY/comm-1.9.2 &&
+cd $SOURCE_DIRECTORY/comm-* &&
THUNDERBIRD_HOME=${INSTALL_ROOT}/usr/lib/thunderbird &&
export MOZ_THUNDERBIRD="1" &&
@@ -34,7 +34,6 @@ fi
./configure --prefix=${INSTALL_ROOT}/usr \
--with-user-appdir=.thunderbird \
--enable-application=mail \
- --enable-static \
--disable-crashreporter \
$OPTS &&
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 98f1b403f8..17594063c9 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=3.1.10
+ VERSION=5.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="thunderbird.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index c77aa532ff..2aab2c8c4f 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,9 @@
+2011-08-07 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 5.0
+ * PRE_BUILD: Updated directory name
+ * BUILD: Updated directory name. Removed invalid option "enable static"
+ * INSTALL: regxpcon doesn't exist now. Removed it and touch command
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/mail/thunderbird/INSTALL b/mail/thunderbird/INSTALL
index d5a11cae87..03e706961f 100755
--- a/mail/thunderbird/INSTALL
+++ b/mail/thunderbird/INSTALL
@@ -8,9 +8,6 @@ make install &&
cd ${INSTALL_ROOT}/usr/lib/thunderbird &&
export LD_LIBRARY_PATH="$THUNDERBIRD_HOME" &&
export MOZILLA_FIVE_HOME="$THUNDERBIRD_HOME" &&
-$SOURCE_DIRECTORY/comm-1.9.2/mozilla/dist/bin/regxpcom &&
-touch `find . -name *.rdf` &&
-
#
# Create symlink from NSS Root CA store, if it exists. NSS requires this
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index dc78bba3e5..4a4232a4c0 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -1,4 +1,4 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file '' &&
-cd comm-1.9.2
+cd comm-*