diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-29 03:02:43 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-29 03:02:43 +0000 |
commit | bc2f259f170f6062e63b59a1cc93be17ad736bf9 (patch) | |
tree | 6089e9ab413b0410affcf02befd010e567e560a6 /sys-kernel | |
parent | - Round up remaining security patches that appear to be missing in 2.4.28. - ... (diff) | |
download | gentoo-2-bc2f259f170f6062e63b59a1cc93be17ad736bf9.tar.gz gentoo-2-bc2f259f170f6062e63b59a1cc93be17ad736bf9.tar.bz2 gentoo-2-bc2f259f170f6062e63b59a1cc93be17ad736bf9.zip |
Added to ~sparc (still masked in sparc32 profiles) as I've been using 2.6 headers and nptl for about 5 months now with no issues to report (UP). geoman similarly has been using these headers on a SMP machine with no issues relating directly to 26headers or nptl.
Diffstat (limited to 'sys-kernel')
3 files changed, 24 insertions, 3 deletions
diff --git a/sys-kernel/linux26-headers/ChangeLog b/sys-kernel/linux26-headers/ChangeLog index c4dfe4af48dd..69534b1e3a34 100644 --- a/sys-kernel/linux26-headers/ChangeLog +++ b/sys-kernel/linux26-headers/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-kernel/linux26-headers # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.35 2004/11/14 10:04:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.36 2004/11/29 03:02:43 eradicator Exp $ + + 28 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + +files/linux26-headers-2.6.8.1-sparc-signal_h.patch, + linux26-headers-2.6.8.1-r1.ebuild: + Added to ~sparc (still masked in sparc32 profiles) as I've been using 2.6 + headers and nptl for about 5 months now with no issues to report (UP). + geoman similarly has been using these headers on a SMP machine with no + issues relating directly to 26headers or nptl. 14 Nov 2004; Markus Rothe <corsair@gentoo.org> linux26-headers-2.6.8.1-r1.ebuild: diff --git a/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-sparc-signal_h.patch b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-sparc-signal_h.patch new file mode 100644 index 000000000000..e8fce9ed4f95 --- /dev/null +++ b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-sparc-signal_h.patch @@ -0,0 +1,10 @@ +--- linux/include/asm-sparc/signal.h.orig 2004-07-20 11:04:38.459721480 -0700 ++++ linux/include/asm-sparc/signal.h 2004-07-20 11:06:06.945067814 -0700 +@@ -3,6 +3,7 @@ + #define _ASMSPARC_SIGNAL_H + + #include <asm/sigcontext.h> ++#include <linux/compiler.h> + + #ifdef __KERNEL__ + #ifndef __ASSEMBLY__ diff --git a/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild b/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild index 9b96286de64c..9caef39bcc34 100644 --- a/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild +++ b/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild,v 1.8 2004/11/14 10:04:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/linux26-headers-2.6.8.1-r1.ebuild,v 1.9 2004/11/29 03:02:43 eradicator Exp $ ETYPE="headers" inherit kernel eutils @@ -21,7 +21,7 @@ HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" PROVIDE="virtual/kernel virtual/os-headers" -KEYWORDS="-* amd64 arm hppa ~ia64 ~ppc ppc64 sh ~x86" +KEYWORDS="-* amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc sh ~x86" IUSE="" DEPEND="!virtual/os-headers" @@ -61,6 +61,9 @@ src_unpack() { # Fixes case "${ARCH}" in + sparc*) + epatch ${FILESDIR}/${P}-sparc-signal_h.patch + ;; *) headers___fix ${S}/include/asm-ia64/* headers___fix ${S}/include/asm-ppc64/* |