Skip to Content.
Sympa Menu

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

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 (294553e13c2528ee7c5b2fdbe5e397b13f2689ba)
  • Date: Sat, 5 Sep 2009 14:45:50 -0500

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

mail/thunderbird/DETAILS | 4 ++--
mail/thunderbird/HISTORY | 7 +++++++
mail/thunderbird/PRE_BUILD | 3 +++
mail/thunderbird/thunderbird-2.0-visibility.patch | 14 ++++++++++++++
4 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit 294553e13c2528ee7c5b2fdbe5e397b13f2689ba
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

thunderbird: Updated to version 2.0.0.23. Added Fedora patch
to fix build errors.

diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 44d1555..4a0b780 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=2.0.0.22
+ VERSION=2.0.0.23
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:$SOURCE2:UPSTREAM_KEY"
@@ -19,7 +19,7 @@ ENIGMAIL_VERSION=0.96.0
LICENSE[1]=MPL
LICENSE[2]=MPL
fi
- SECURITY_PATCH=15
+ SECURITY_PATCH=16
WEB_SITE=http://www.mozilla.org/products/thunderbird/
ENTERED=20041028
LICENSE[0]=MOZILLA
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index eb90f77..7212c82 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,10 @@
+2009-09-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 2.0.0.23. SECURITY_PATCH++
+ * PRE_BUILD: Added patch to fix build.
+ * thunderbird-2.0-visibility.patch: Added Fedora patch to fix build.
+ http://cvs.fedoraproject.org/viewvc/F-10/thunderbird/
+ thunderbird-2.0-visibility.patch?revision=1.1&view=markup
+
2009-07-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: ENIGMAIL 0.96.0
* PRE_BUILD, enigmail_visibility.patch: removed patch
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index 9e3013f..7d3fa83 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -5,6 +5,9 @@ cd mozilla &&

cp mail/config/mozconfig .mozconfig &&

+
+patch -p1 < $SCRIPT_DIRECTORY/thunderbird-2.0-visibility.patch &&
+
if [ "$BUILD_ENIGMAIL" = "y" ]; then
cd mailnews/extensions &&
unpack_file 3
diff --git a/mail/thunderbird/thunderbird-2.0-visibility.patch
b/mail/thunderbird/thunderbird-2.0-visibility.patch
new file mode 100644
index 0000000..9144aaa
--- /dev/null
+++ b/mail/thunderbird/thunderbird-2.0-visibility.patch
@@ -0,0 +1,14 @@
+--- mozilla/configure.vis 2009-08-19 14:43:58.000000000 +0200
++++ mozilla/configure 2009-08-19 15:15:11.000000000 +0200
+@@ -8015,7 +8015,7 @@ EOF
+ if ${CC-cc} -Werror -S conftest.c -o conftest.s
>/dev/null 2>&1; then
+ if egrep '\.(hidden|extern_private).*foo_hidden'
conftest.s >/dev/null; then
+ if ! egrep
'\.(hidden|extern_private).*foo_default' conftest.s > /dev/null; then
+- ac_cv_visibility_pragma=yes
++ ac_cv_visibility_pragma=no
+ fi
+ fi
+ fi
+
+
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (294553e13c2528ee7c5b2fdbe5e397b13f2689ba), George Sherwood, 09/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page