From 0f79a459f9d0a363130a5d3d3ac95a38d09ff6bf Mon Sep 17 00:00:00 2001 From: hannes Date: Tue, 21 Dec 2004 04:52:24 +0000 Subject: [PATCH] hannes: update thunderbird to 1.0 release [2004121723303931056] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5278 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../x11/thunderbird/hotfix-binutils-gcc.patch | 73 ------------------- package/x11/thunderbird/thunderbird.desc | 7 +- 2 files changed, 3 insertions(+), 77 deletions(-) delete mode 100644 package/x11/thunderbird/hotfix-binutils-gcc.patch diff --git a/package/x11/thunderbird/hotfix-binutils-gcc.patch b/package/x11/thunderbird/hotfix-binutils-gcc.patch deleted file mode 100644 index 448225f1d..000000000 --- a/package/x11/thunderbird/hotfix-binutils-gcc.patch +++ /dev/null @@ -1,73 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/x11/thunderbird/hotfix-binutils-gcc.patch -# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -Hotfix needed for new binutils (bug is in gcc) -(see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625) - ---- ./content/html/style/src/nsROCSSPrimitiveValue.h.orig 2004-08-13 11:50:44.000000000 +0200 -+++ ./content/html/style/src/nsROCSSPrimitiveValue.h 2004-08-13 11:57:20.000000000 +0200 -@@ -191,27 +191,37 @@ - - void Reset(void) - { -- switch (mType) { -- case CSS_IDENT: -+ // --- see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625 --- -+ // -+ // we can't make a switch statement here because the compiler will create a -+ // jump-table in .ro_data for it and cause a link error such as: -+ // -+ // # .L1035' referenced in section `.rodata' of -+ // # ../../dist/lib/libgkconhtmlstyle_s.a(nsROCSSPrimitiveValue.o): defined in -+ // # discarded section `.gnu.linkonce.t._ZN21nsROCSSPrimitiveValue5ResetEv' of -+ // # ../../dist/lib/libgkconhtmlstyle_s.a(nsROCSSPrimitiveValue.o) -+ // -+ // - clifford (2004-08-13) -+ // -+ if (mType == CSS_IDENT) { - NS_ASSERTION(mValue.mAtom, "Null atom should never happen"); - NS_RELEASE(mValue.mAtom); -- break; -- case CSS_STRING: -+ } -+ if (mType == CSS_STRING) { - NS_ASSERTION(mValue.mString, "Null string should never happen"); - nsMemory::Free(mValue.mString); - mValue.mString = nsnull; -- break; -- case CSS_URI: -+ } -+ if (mType == CSS_URI) { - NS_IF_RELEASE(mValue.mURI); -- break; -- case CSS_RECT: -+ } -+ if (mType == CSS_RECT) { - NS_ASSERTION(mValue.mRect, "Null Rect should never happen"); - NS_RELEASE(mValue.mRect); -- break; -- case CSS_RGBCOLOR: -+ } -+ if (mType == CSS_RGBCOLOR) { - NS_ASSERTION(mValue.mColor, "Null RGBColor should never happen"); - NS_RELEASE(mValue.mColor); -- break; - } - } - diff --git a/package/x11/thunderbird/thunderbird.desc b/package/x11/thunderbird/thunderbird.desc index 7bfd40916..cbacf0d1b 100644 --- a/package/x11/thunderbird/thunderbird.desc +++ b/package/x11/thunderbird/thunderbird.desc @@ -35,9 +35,8 @@ [C] extra/office [L] MPL -[S] Beta -[V] 0.8 +[S] Stable +[V] 1.0 [P] X -?---5---9 183.400 -[D] 3194719143 thunderbird-source-0.8.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.8/ - +[D] 0 thunderbird-1.0-source.tar.bz2 ftp://ftp.mozilla.org/mirror/mozilla/thunderbird/releases/1.0/source/