diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-03-29 11:53:35 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-03-29 11:53:35 +0000 |
commit | f45db6eacbf9ad117e85608593ae788e5dbffb1c (patch) | |
tree | 045e51492d34dac55164f2ad51fa1bbe89aeb398 /x11-misc | |
parent | Fixed threading check for res_perl (diff) | |
download | historical-f45db6eacbf9ad117e85608593ae788e5dbffb1c.tar.gz historical-f45db6eacbf9ad117e85608593ae788e5dbffb1c.tar.bz2 historical-f45db6eacbf9ad117e85608593ae788e5dbffb1c.zip |
32/64 bit pointer fix, again... See bug #48707 for details.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xsnap/Manifest | 19 | ||||
-rw-r--r-- | x11-misc/xsnap/files/xsnap-1.4-gentoo.patch | 11 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.4.3.ebuild | 5 |
4 files changed, 30 insertions, 13 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 9bbf02b87d26..68cf2d5b391c 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsnap -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.12 2004/12/19 01:53:10 port001 Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.13 2005/03/29 11:53:35 pyrania Exp $ + + 29 Mar 2005; Markus Nigbur <pyrania@gentoo.org> + +files/xsnap-1.4-gentoo.patch, xsnap-1.4.3.ebuild: + 32/64 bit pointer fix, again... See bug #48707 for details. *xsnap-1.4.3 (17 Dec 2004) diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest index c76f8f78305d..21f3f1e8c04c 100644 --- a/x11-misc/xsnap/Manifest +++ b/x11-misc/xsnap/Manifest @@ -1,17 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 165b6cfc968c2649ceb62d484a47ae74 xsnap-1.3.ebuild 753 -MD5 a24a36d4f031f8e88b5ba70fa9325fd1 xsnap-1.4.3.ebuild 679 -MD5 ac34cda0e35bdd89c7018ac1bf643545 ChangeLog 1807 +MD5 5eefb6f4ad547654ee0fe15f4acc7d9d ChangeLog 1973 +MD5 45654243552452e2fbcaab3979f091f6 xsnap-1.4.3.ebuild 746 MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174 -MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 -MD5 2b854d6f7e3f22c97c17b407603fa796 files/digest-xsnap-1.4.3 63 +MD5 165b6cfc968c2649ceb62d484a47ae74 xsnap-1.3.ebuild 753 MD5 bbc0ee7ce1ca06fc97a84d9769713c98 files/xsnap-1.3-gentoo.patch 406 +MD5 b181b026b729d1337836ca0c933491bd files/xsnap-1.4-gentoo.patch 251 +MD5 2b854d6f7e3f22c97c17b407603fa796 files/digest-xsnap-1.4.3 63 +MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFBwvB4efZ4eWAXRGIRAkSuAJ9cbxNj/EVJJYZuvIT+a9fquYbagACeP5Zd -kmPTHzMtc9qT9zJRTAWNkU0= -=GE88 +iD8DBQFCSUHBI7fK2cqeyXkRAmpTAKCjZJcL3P8wqLNhpRZVpAQMtuf75wCdH1mb +cJk50uoRbZHfYArSanEHomQ= +=JE4m -----END PGP SIGNATURE----- diff --git a/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch b/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch new file mode 100644 index 000000000000..c71ce8e7759b --- /dev/null +++ b/x11-misc/xsnap/files/xsnap-1.4-gentoo.patch @@ -0,0 +1,11 @@ +--- xsnap.c 2004-09-30 00:59:15.000000000 -0600 ++++ xsnap.c.fix 2005-02-01 00:00:05.369862512 -0600 +@@ -18,6 +18,8 @@ + */ + + #include <stdio.h> ++#include <string.h> ++#include <stdlib.h> + #include <unistd.h> + #include <sys/stat.h> + #include <zlib.h> diff --git a/x11-misc/xsnap/xsnap-1.4.3.ebuild b/x11-misc/xsnap/xsnap-1.4.3.ebuild index c55ea7500add..87d684a0caa4 100644 --- a/x11-misc/xsnap/xsnap-1.4.3.ebuild +++ b/x11-misc/xsnap/xsnap-1.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3.ebuild,v 1.1 2004/12/19 01:53:10 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3.ebuild,v 1.2 2005/03/29 11:53:35 pyrania Exp $ inherit eutils @@ -16,6 +16,7 @@ IUSE="" DEPEND="virtual/x11" src_compile() { + epatch ${FILESDIR}/${PN}-1.4-gentoo.patch || die "epatch failed." xmkmf || die make || die } |