diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 01:55:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 01:55:23 +0000 |
commit | f15339626c55bad7552273ed98df4a0847807a68 (patch) | |
tree | 03833d53dc702b136625999c49cda753f01a145e /net-analyzer/hping | |
parent | stable on ia64 (diff) | |
download | gentoo-2-f15339626c55bad7552273ed98df4a0847807a68.tar.gz gentoo-2-f15339626c55bad7552273ed98df4a0847807a68.tar.bz2 gentoo-2-f15339626c55bad7552273ed98df4a0847807a68.zip |
update bytesex patch and stable on ia64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hping/Manifest | 11 | ||||
-rw-r--r-- | net-analyzer/hping/files/bytesex.h.patch | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild | 13 |
4 files changed, 21 insertions, 12 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 480739b5632c..c31f19d274ef 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hping # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.36 2005/04/07 15:54:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.37 2005/08/25 01:55:23 agriffis Exp $ + + 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> files/bytesex.h.patch, + hping-2.0.0_rc3-r1.ebuild: + update bytesex patch and stable on ia64 07 Apr 2005; Simon Stelling <blubb@gentoo.org> hping-2.0.0_rc3-r1.ebuild: stable on amd64 diff --git a/net-analyzer/hping/Manifest b/net-analyzer/hping/Manifest index d63b2080ac7e..2dde9d679b89 100644 --- a/net-analyzer/hping/Manifest +++ b/net-analyzer/hping/Manifest @@ -1,11 +1,10 @@ +MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 MD5 6afe8682d96ff2503c201e8cd388481e ChangeLog 4694 +MD5 98e77e837581fb2c7fd96689c5265f03 hping-2.0.0_rc3-r1.ebuild 1063 MD5 f7f4ea96071d42b8f6d83360d2c3edb8 hping-2.0.0_rc2-r1.ebuild 912 -MD5 72acb887b4c6574a9ed7f38a7f6810c8 hping-2.0.0_rc3-r1.ebuild 1024 -MD5 e98a2574347d615b6bd079663da6e1a0 hping-2.0.0_rc3.ebuild 989 -MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 -MD5 9d855cb52e43027b417ebb95dbad5c72 files/bytesex.h.patch 623 -MD5 eef05cbe61a0adf5b65aced19f629085 files/digest-hping-2.0.0_rc2-r1 66 +MD5 8af8e336819df1447b0c1b879a704be9 files/bytesex.h.patch 648 MD5 f72fc3b23f30d84ba7210390cf3b4b57 files/digest-hping-2.0.0_rc3 66 +MD5 cca06082ed7613b5803b6c7ff62a31bf files/wlan-header-fix.patch 848 +MD5 eef05cbe61a0adf5b65aced19f629085 files/digest-hping-2.0.0_rc2-r1 66 MD5 f72fc3b23f30d84ba7210390cf3b4b57 files/digest-hping-2.0.0_rc3-r1 66 MD5 b14544690b9c931e61b28dd0f6544f48 files/hping-bridge.patch 359 -MD5 cca06082ed7613b5803b6c7ff62a31bf files/wlan-header-fix.patch 848 diff --git a/net-analyzer/hping/files/bytesex.h.patch b/net-analyzer/hping/files/bytesex.h.patch index 65e88896d3d1..26ee54ee1266 100644 --- a/net-analyzer/hping/files/bytesex.h.patch +++ b/net-analyzer/hping/files/bytesex.h.patch @@ -1,11 +1,12 @@ diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h --- hping2-rc3.orig/bytesex.h 2004-07-29 15:46:47.572596272 +0000 +++ hping2-rc3/bytesex.h 2004-07-29 15:48:14.557372576 +0000 -@@ -9,11 +9,13 @@ +@@ -9,11 +9,14 @@ #if defined(__i386__) \ || defined(__alpha__) \ + || defined(__x86_64__) \ ++ || defined(__ia64__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild index 16d10fd92b0f..96a529d58066 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.9 2005/04/07 15:54:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.10 2005/08/25 01:55:23 agriffis Exp $ inherit eutils @@ -11,17 +11,22 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc hppa ~ia64 amd64 alpha ppc" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="debug" DEPEND="virtual/libpcap" S="${WORKDIR}/${MY_P//\.[0-9]}" -src_compile() { - ./configure || die +src_unpack() { + unpack ${A} + cd ${S} epatch ${FILESDIR}/bytesex.h.patch epatch ${FILESDIR}/hping-bridge.patch +} + +src_compile() { + ./configure || die if use debug then |