summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-10-31 17:30:29 +0000
committerTom Gall <tgall@gentoo.org>2004-10-31 17:30:29 +0000
commitcce072b2d6af306277a3b3cf77699fb366c1d74b (patch)
tree4a2362dd01236e356f17c46ff9f72c6ef03c8a50 /sys-libs/gpm
parentVersion bump. Removed old beta ebuilds. (diff)
downloadhistorical-cce072b2d6af306277a3b3cf77699fb366c1d74b.tar.gz
historical-cce072b2d6af306277a3b3cf77699fb366c1d74b.tar.bz2
historical-cce072b2d6af306277a3b3cf77699fb366c1d74b.zip
address linux26-header problem for ppc64, bug #66222
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/ChangeLog6
-rw-r--r--sys-libs/gpm/Manifest15
-rw-r--r--sys-libs/gpm/files/gpm-linux26-headers.patch11
-rw-r--r--sys-libs/gpm/gpm-1.20.1.ebuild4
4 files changed, 22 insertions, 14 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog
index ca3d5ea96b49..273ead760e8f 100644
--- a/sys-libs/gpm/ChangeLog
+++ b/sys-libs/gpm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/gpm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.30 2004/10/02 15:39:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.31 2004/10/31 17:30:29 tgall Exp $
+
+ 31 Oct 2004; Tom Gall <tgall@gentoo.org> gpm-1.20.1.ebuild,
+ +files/gpm-linux26-headers.patch:
+ fix bug #66222 for ppc64
01 Oct 2004; Simon Stelling <blubb@gentoo.org> gpm-1.20.1.ebuild:
get_libdir-ized
diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest
index 0d769c083fbe..86d996dc88a9 100644
--- a/sys-libs/gpm/Manifest
+++ b/sys-libs/gpm/Manifest
@@ -1,12 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e77516d9cef9a7a08ac5fd0912c215cb ChangeLog 4397
+MD5 f40007a511afe5cc0675a41d1e675064 ChangeLog 4521
MD5 48f25ed3cbc3814872e9b606f7b1b27c gpm-1.19.6.ebuild 1954
MD5 e9c0ddac9ac5ba07c70865f9e61e232d gpm-1.20.0-r4.ebuild 1524
MD5 b34834bd6488bd41e2846a966485a9be gpm-1.20.0-r5.ebuild 1588
MD5 fdad89c8e160e20f82514d68f4fdac0f gpm-1.20.0-r6.ebuild 1714
-MD5 50af8718ed4707f0a0614460b9be66b9 gpm-1.20.1.ebuild 1977
+MD5 06827b1ae37886b709e38cd6b1f6d565 gpm-1.20.1.ebuild 2037
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 c1d5de8b9dede53724d8a7dbd7192a7f files/digest-gpm-1.19.6 63
MD5 69b1b0ae0692f03bd3685a6159b7938d files/digest-gpm-1.20.0-r4 130
@@ -19,10 +16,4 @@ MD5 146798e9d5d83b73a15b3ea40dfe6f7f files/gpm.rc5 588
MD5 b1364fd3bf27cda742dbcfc87497cc18 files/gpm.rc6 951
MD5 e24675823ef2f451c7f3f55c2c561b5b files/gpmInt.h 5090
MD5 006069406dca2f0b2611fdc50878b83d files/svc-gpm 448
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBXsukI1lqEGTUzyQRAhlxAKCglQVMN2YrS794sXvFSEhg/LmlLwCfQpTI
-duXcx1aBGfzsg+DLB2H7rXQ=
-=S3cT
------END PGP SIGNATURE-----
+MD5 1e2ab7c222263d460e9e881f7a1558c7 files/gpm-linux26-headers.patch 423
diff --git a/sys-libs/gpm/files/gpm-linux26-headers.patch b/sys-libs/gpm/files/gpm-linux26-headers.patch
new file mode 100644
index 000000000000..db57408acb09
--- /dev/null
+++ b/sys-libs/gpm/files/gpm-linux26-headers.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2004-10-31 17:23:16.412105664 +0000
++++ src/Makefile.in 2004-10-31 17:23:45.636055416 +0000
+@@ -85,7 +85,7 @@
+ # create dependencies
+ for DEPS in `echo *.c */*.c`; do \
+ $(CC) -I. -I $(srcdir) -M @CPPFLAGS@ $(CPPFLAGS) $$DEPS | \
+- $(SED) 's/\($*\)\.o\([ :]*\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done
++ $(SED) 's/\($*\)\.o\([ :]+\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done
+
+ ### INSTALL
+ check: all
diff --git a/sys-libs/gpm/gpm-1.20.1.ebuild b/sys-libs/gpm/gpm-1.20.1.ebuild
index 7a27bf1830fc..3673090faea2 100644
--- a/sys-libs/gpm/gpm-1.20.1.ebuild
+++ b/sys-libs/gpm/gpm-1.20.1.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-libs/gpm/gpm-1.20.1.ebuild,v 1.20 2004/10/01 14:34:57 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1.ebuild,v 1.21 2004/10/31 17:30:29 tgall Exp $
# Please use this variable to keep patch names sane for our patches!
PATCH_VER="1.0"
@@ -37,6 +37,8 @@ src_unpack() {
# Add missing 'mkinstalldirs' script
cp -f /usr/share/automake/mkinstalldirs ${S}
+
+ use ppc64 && epatch ${FILESDIR}/gpm-linux26-headers.patch
}
src_compile() {