Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (55f17eaa2fd336ffe659f085899f96e17022b067)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (55f17eaa2fd336ffe659f085899f96e17022b067)
  • Date: Sun, 7 Aug 2011 02:53:38 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

mail/thunderbird/BUILD | 3 +--
mail/thunderbird/DETAILS | 2 +-
mail/thunderbird/HISTORY | 6 ++++++
mail/thunderbird/INSTALL | 3 ---
mail/thunderbird/PRE_BUILD | 2 +-
5 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 55f17eaa2fd336ffe659f085899f96e17022b067
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

thunderbird: Updated to version 5.0. Various fixes need for
this specific build.

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index ffe9a9b..e1dc3e4 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 98f1b40..1759406 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 c77aa53..2aab2c8 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,9 @@
+2011-08-07 George Sherwood <gsherwood AT 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 AT 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 d5a11ca..03e7069 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 dc78bba..4a4232a 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-*



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (55f17eaa2fd336ffe659f085899f96e17022b067), George Sherwood, 08/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page