diff options
author | Brad Laue <brad@gentoo.org> | 2003-07-18 04:47:17 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-07-18 04:47:17 +0000 |
commit | 98ebf8cc52589ea095c75e6879214899d55ab7fc (patch) | |
tree | 20e471ea2f6cdc34bb64dba0c86139cd82982de1 /net-www | |
parent | Added hppa to KEYWORDS. (diff) | |
download | historical-98ebf8cc52589ea095c75e6879214899d55ab7fc.tar.gz historical-98ebf8cc52589ea095c75e6879214899d55ab7fc.tar.bz2 historical-98ebf8cc52589ea095c75e6879214899d55ab7fc.zip |
Fix build on 2.6 series kernels
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firebird/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla-firebird/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.4.ebuild | 6 |
6 files changed, 22 insertions, 8 deletions
diff --git a/net-www/mozilla-firebird/ChangeLog b/net-www/mozilla-firebird/ChangeLog index 27fca6a2f5e3..7b092af0bc58 100644 --- a/net-www/mozilla-firebird/ChangeLog +++ b/net-www/mozilla-firebird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.10 2003/07/03 17:59:13 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.11 2003/07/18 04:47:12 brad Exp $ + + 18 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-firebird-0.6-r6.ebuild: + Build fix on 2.6 series kernels. *mozilla-firebird-0.6-r6 (03 Jul 2003) diff --git a/net-www/mozilla-firebird/Manifest b/net-www/mozilla-firebird/Manifest index baf2c4a001eb..4180ca49616f 100644 --- a/net-www/mozilla-firebird/Manifest +++ b/net-www/mozilla-firebird/Manifest @@ -1,7 +1,7 @@ MD5 8ca497e8450db916c56c95ea96fcbfc9 mozilla-firebird-0.6-r4.ebuild 4713 MD5 febebab06fcb3cc7cf269e565795436d mozilla-firebird-0.6-r5.ebuild 4948 -MD5 54cdc9d97f4fcd415b204c989b902ea4 ChangeLog 2058 -MD5 012a21b42866cddcacfde5fe0d72b445 mozilla-firebird-0.6-r6.ebuild 4976 +MD5 6e32c6938be81b5380229b8b49cb00c9 ChangeLog 2169 +MD5 29ec2925b0611adebb3b2bd6661fafc9 mozilla-firebird-0.6-r6.ebuild 5081 MD5 6e4352482ed149b3b9aca78d83de1124 files/MozillaFirebird 753 MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r4 81 MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r5 81 diff --git a/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild b/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild index 0454a4e949e2..552562cdf7a3 100644 --- a/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild +++ b/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild,v 1.1 2003/07/03 17:59:13 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.6-r6.ebuild,v 1.2 2003/07/18 04:47:12 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -54,6 +54,10 @@ src_unpack() { # alpha stubs patch from lfs project. # <taviso@gentoo.org> (26 Jun 2003) use alpha && epatch ${FILESDIR}/mozilla-1.3-alpha-stubs.patch + + # Fix build with Linux 2.6 + cp ${S}/security/coreconf/Linux2.5.mk ${S}/security/coreconf/Linux2.6.mk + } src_compile() { diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 6bce7f6998c2..af708d643810 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.108 2003/07/13 17:03:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.109 2003/07/18 04:43:43 brad Exp $ + + 18 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-1.4.ebuild: + Build fix on 2.6 series kernels. 13 Jul 2003; Martin Schlemmer <azarah@gentoo.org> files/1.2/mozilla-1.2-image-reload-memleak.patch : Fix trailing CRs cause patch to fail with latest patch (2.5.9). diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest index a8c5936fe5ad..61574c870e2a 100644 --- a/net-www/mozilla/Manifest +++ b/net-www/mozilla/Manifest @@ -1,10 +1,10 @@ -MD5 ee57cb7cd172adba78bc6fd029fafedb ChangeLog 19179 +MD5 52630a1b145eb17ee5156563b340cb80 ChangeLog 19276 MD5 97c3777f17c2b6c320c2fa9fba74041f mozilla-1.0.1-r3.ebuild 15212 MD5 4855edccbe0b8fcb1ee7dfb4cc3fb71a mozilla-1.1-r1.ebuild 14822 MD5 de55659daa79b5c545b604ab3def7963 mozilla-1.2.1-r5.ebuild 20931 MD5 655bbddf17884089ca634e63b350b970 mozilla-1.3-r1.ebuild 16658 MD5 06de6d313b27b10d540ae810f89a8fec mozilla-1.3-r2.ebuild 16663 -MD5 00befdd13cb34e73caae061449980988 mozilla-1.4.ebuild 16420 +MD5 29dee4edd0c2fb733172132682f41ecd mozilla-1.4.ebuild 16520 MD5 2245cc4f37902e2c6dd188f72874fbb3 files/10mozilla 60 MD5 cf872ecce56e05c488ae7f41b50dec31 files/digest-mozilla-1.0.1-r3 281 MD5 eccaf421f7e91faad5f835cadca4263e files/digest-mozilla-1.1-r1 202 diff --git a/net-www/mozilla/mozilla-1.4.ebuild b/net-www/mozilla/mozilla-1.4.ebuild index 3145b7788177..f67fbbe73b87 100644 --- a/net-www/mozilla/mozilla-1.4.ebuild +++ b/net-www/mozilla/mozilla-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.ebuild,v 1.11 2003/07/17 15:37:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.ebuild,v 1.12 2003/07/18 04:43:43 brad Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -150,6 +150,10 @@ src_unpack() { mv -f ${WORKDIR}/enigmail ${S}/extensions/ cp ${FILESDIR}/enigmail-0.76.1-Makefile ${S}/extensions/enigmail/Makefile fi + + # Fix build with Linux 2.6 + cp ${S}/security/coreconf/Linux2.5.mk ${S}/security/coreconf/Linux2.6.mk + } src_compile() { |