diff options
author | Lars Weiler <pylon@gentoo.org> | 2003-06-22 18:59:07 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2003-06-22 18:59:07 +0000 |
commit | 4a45bba685f0458727dcbd96dc628d7e82679ef8 (patch) | |
tree | 780d1d5c7ffdccc8c38f937cf7d047cc1a10cbf2 /net-analyzer | |
parent | changes mentioned in bug 22774 (diff) | |
download | historical-4a45bba685f0458727dcbd96dc628d7e82679ef8.tar.gz historical-4a45bba685f0458727dcbd96dc628d7e82679ef8.tar.bz2 historical-4a45bba685f0458727dcbd96dc628d7e82679ef8.zip |
changes mentioned in bug 22774
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.9.13.ebuild | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest index 3bc432e303a6..e88b90fb1081 100644 --- a/net-analyzer/ethereal/Manifest +++ b/net-analyzer/ethereal/Manifest @@ -1,11 +1,11 @@ -MD5 d8e00c9490478b1a82bc832a560c0bf5 ChangeLog 5175 +MD5 315488c8b4fc7e209dd7e5c050eb0d26 ChangeLog 5174 MD5 8de1f28909603402a4909026875504d7 ethereal-0.9.10.ebuild 1970 MD5 38e4c342d1ec2291879e9b1b98216bc5 ethereal-0.9.11.ebuild 1957 MD5 7ed0beaabacf987c1ded723ee8e43955 ethereal-0.9.8-r1.ebuild 1970 MD5 136f313c8528f362e7ffe806da893e03 ethereal-0.9.9.ebuild 1963 MD5 20e847d9cf9d81d9bf8049abd0555ad2 ethereal-0.9.12.ebuild 1953 MD5 66e0a6d31dcc3da46d8a9719d5154623 ethereal-0.9.12-r1.ebuild 1942 -MD5 641a649709d2f371de9b35a580f4739e ethereal-0.9.13.ebuild 2057 +MD5 b0dfb32a6aa3d585833ff68f14477f12 ethereal-0.9.13.ebuild 2056 MD5 3501b880e32bb8a3b9bb7fa681b9c090 files/digest-ethereal-0.9.10 69 MD5 c5a4585c3e296d610a886c3695568d64 files/digest-ethereal-0.9.11 69 MD5 8b9d978e964fa8a3a3a27bbb23e2e0c9 files/digest-ethereal-0.9.8-r1 68 diff --git a/net-analyzer/ethereal/ethereal-0.9.13.ebuild b/net-analyzer/ethereal/ethereal-0.9.13.ebuild index aea722ef2a4e..3f478bd76865 100644 --- a/net-analyzer/ethereal/ethereal-0.9.13.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.13.ebuild,v 1.4 2003/06/16 01:34:18 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.13.ebuild,v 1.5 2003/06/22 18:58:51 pylon Exp $ IUSE="gtk ipv6 snmp ssl gtk2" @@ -33,6 +33,9 @@ src_unpack() { mv configure configure.broken sed "s|-I/usr/local/include||" configure.broken > configure chmod +x ./configure + mv Makefile.am Makefile.am.orig + sed "s|@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@|@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@|" \ + Makefile.am.orig > Makefile.am } src_compile() { @@ -60,7 +63,7 @@ src_compile() { --sysconfdir=/etc/ethereal \ --with-plugindir=/usr/lib/ethereal/plugins/${PV} \ ${myconf} || die "bad ./configure" - + emake || die "compile problem" } |