summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-01-08 01:24:09 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-01-08 01:24:09 +0000
commit3808b540cfd2b3318cae2c00d6b150145198276e (patch)
treefea667672cd44f538b6b7e50f472ff4845973893 /mail-client
parentStable on Alpha. (diff)
downloadgentoo-2-3808b540cfd2b3318cae2c00d6b150145198276e.tar.gz
gentoo-2-3808b540cfd2b3318cae2c00d6b150145198276e.tar.bz2
gentoo-2-3808b540cfd2b3318cae2c00d6b150145198276e.zip
Add Alpha patch and stable on Alpha, bug 158571.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog8
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild15
2 files changed, 18 insertions, 5 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog
index 0db97beb540c..b93ffbbe8042 100644
--- a/mail-client/mozilla-thunderbird/ChangeLog
+++ b/mail-client/mozilla-thunderbird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mozilla-thunderbird
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.159 2007/01/01 23:38:16 tove Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.160 2007/01/08 01:24:09 kloeri Exp $
+
+ 08 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
+ mozilla-thunderbird-1.5.0.9.ebuild:
+ Add Alpha patch and stable on Alpha, bug 158571.
29 Dec 2006; Danny van Dyk <kugelfang@gentoo.org>
mozilla-thunderbird-1.5.0.9.ebuild:
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild
index ba45455e6682..bd603a0256c9 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild,v 1.6 2006/12/29 19:15:01 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild,v 1.7 2007/01/08 01:24:09 kloeri Exp $
WANT_AUTOCONF="2.1"
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.mozilla.org/projects/thunderbird/"
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/source/thunderbird-${PV}-source.tar.bz2
mirror://gentoo/${PATCH}.tar.bz2"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~mips ppc sparc x86 ~x86-fbsd"
SLOT="0"
LICENSE="MPL-1.1 NPL-1.1"
IUSE="ldap crypt"
@@ -94,6 +94,11 @@ src_unpack() {
# Apply our patches
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
+
+ if use alpha; then
+ EPATCH_EXCLUDE="002_firefox-1.5-visibility-check.patch 009_firefox-1.5-no-textrels.patch"
+ fi
+
epatch ${WORKDIR}/patch
# Fix a compilation issue using the 32-bit userland with 64-bit kernel on
@@ -131,6 +136,10 @@ src_compile() {
mozconfig_annotate '' --with-system-nss
mozconfig_annotate '' --enable-official-branding
+ if use alpha; then
+ echo "ac_cv_visibility_pragma=no" >> "${S}/.mozconfig"
+ fi
+
# Finalize and report settings
mozconfig_final