summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-03-27 19:08:35 +0000
committerTom Gall <tgall@gentoo.org>2004-03-27 19:08:35 +0000
commit103cd7dd82711ec539b59608ad31cec3a80dfa3c (patch)
treeb95f22d4d2265913ab95aaf151b3c19a3e699375 /app-shells/sash
parentApplied a patch to install bibtex styles. (diff)
downloadhistorical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.tar.gz
historical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.tar.bz2
historical-103cd7dd82711ec539b59608ad31cec3a80dfa3c.zip
fixes for ppc64, minor header stuff
Diffstat (limited to 'app-shells/sash')
-rw-r--r--app-shells/sash/ChangeLog5
-rw-r--r--app-shells/sash/Manifest7
-rw-r--r--app-shells/sash/files/sash-3.6-ppc64-includes.patch12
-rw-r--r--app-shells/sash/sash-3.6.ebuild3
4 files changed, 22 insertions, 5 deletions
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog
index 7e1f3a81523e..34f5d6a3a6a5 100644
--- a/app-shells/sash/ChangeLog
+++ b/app-shells/sash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/sash
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.19 2004/03/03 20:22:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.20 2004/03/27 19:08:35 tgall Exp $
+
+ 27 Mar 2004; Tom Gall <tgall@gentoo.org> sash-3.6.ebuild:
+ fix for ppc64. (header issues)
*sash-3.7 (03 Mar 2004)
diff --git a/app-shells/sash/Manifest b/app-shells/sash/Manifest
index ff66ef9ec1fe..8b68bdf07ab7 100644
--- a/app-shells/sash/Manifest
+++ b/app-shells/sash/Manifest
@@ -1,14 +1,15 @@
+MD5 1b4a07a13dcf153ed2e1a35fa0ed7e42 ChangeLog 2691
MD5 1234bc7289f7f64c429e153954e92031 sash-3.4-r3.ebuild 1261
MD5 97333cfd24c6bd9b906b1c90bb6add1a sash-3.4-r4.ebuild 1186
MD5 48d31155b9eddf273359b7b7acf71087 sash-3.4-r5.ebuild 1179
-MD5 e7d076c119440f1b6358a48c22691fca sash-3.6.ebuild 971
-MD5 d99ed0862bddc8032a7f2d1f9740a2af ChangeLog 2600
+MD5 bfc7125b04dd057dbc60644a8cb1bfe2 sash-3.6.ebuild 1037
MD5 889de1ce7158f4f850d2126bfd3f1ec5 sash-3.7.ebuild 1201
MD5 6fe20649cd07eb0aa8884df7a1749e47 files/digest-sash-3.4-r3 127
MD5 6fe20649cd07eb0aa8884df7a1749e47 files/digest-sash-3.4-r4 127
MD5 6fe20649cd07eb0aa8884df7a1749e47 files/digest-sash-3.4-r5 127
MD5 c0a4b54f51097cb6d1e76b0f0df2d938 files/digest-sash-3.6 59
+MD5 ed10e67a2e293993478c999f67c612b8 files/digest-sash-3.7 59
MD5 570237f86f81b58c68835104a03da8dc files/sash-3.4-gentoo.diff 7087
MD5 e8758a0d35504ea0420262b58acc5a62 files/sash-3.6-fix-includes.patch 334
MD5 d33602f9d3d89db4b3ea2adad619fdf2 files/sash-3.6-readline.patch 7507
-MD5 ed10e67a2e293993478c999f67c612b8 files/digest-sash-3.7 59
+MD5 d38ab7c3e9697a320856b2a1727d9be8 files/sash-3.6-ppc64-includes.patch 291
diff --git a/app-shells/sash/files/sash-3.6-ppc64-includes.patch b/app-shells/sash/files/sash-3.6-ppc64-includes.patch
new file mode 100644
index 000000000000..12dba4ac019f
--- /dev/null
+++ b/app-shells/sash/files/sash-3.6-ppc64-includes.patch
@@ -0,0 +1,12 @@
+--- cmd_chattr.c.orig 2004-02-28 21:44:15.242130528 -0600
++++ cmd_chattr.c 2004-02-28 21:45:51.734239664 -0600
+@@ -12,6 +12,9 @@
+
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
++#define __KERNEL__
++#include <asm/types.h>
++#undef __KERNEL__
+ #include <linux/ext2_fs.h>
+
+ #include "sash.h"
diff --git a/app-shells/sash/sash-3.6.ebuild b/app-shells/sash/sash-3.6.ebuild
index 043e98d5c975..4ff67af4ed15 100644
--- a/app-shells/sash/sash-3.6.ebuild
+++ b/app-shells/sash/sash-3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.9 2004/02/22 07:18:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.10 2004/03/27 19:08:35 tgall Exp $
inherit eutils
@@ -24,6 +24,7 @@ src_unpack() {
epatch ${FILESDIR}/sash-3.6-fix-includes.patch
[ `use readline` ] && epatch ${FILESDIR}/sash-3.6-readline.patch
+ [ `use ppc64` ] && epatch ${FILESDIR}/sash-3.6-ppc64-includes.patch
sed -e "s:-O3:${CFLAGS}:" -i Makefile
}