summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/pchar/ChangeLog7
-rw-r--r--net-analyzer/pchar/pchar-1.5.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/pchar/ChangeLog b/net-analyzer/pchar/ChangeLog
index bca986da20a6..8f587f136c94 100644
--- a/net-analyzer/pchar/ChangeLog
+++ b/net-analyzer/pchar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/pchar
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.4 2007/01/29 20:45:15 chutzpah Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.5 2008/01/26 01:23:24 chutzpah Exp $
+
+ 26 Jan 2008; Patrick McLean <chutzpah@gentoo.org> pchar-1.5.ebuild:
+ Move eautoreconf call to src_unpack (bug #207465)
29 Jan 2007; Patrick McLean <chutzpah@gentoo.org> pchar-1.5.ebuild:
Add WANT_AUTOCONF and WANT_AUTOMAKE vars so this will actually build again.
diff --git a/net-analyzer/pchar/pchar-1.5.ebuild b/net-analyzer/pchar/pchar-1.5.ebuild
index c9df4d267b98..66aa39662939 100644
--- a/net-analyzer/pchar/pchar-1.5.ebuild
+++ b/net-analyzer/pchar/pchar-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/pchar-1.5.ebuild,v 1.4 2007/01/29 20:45:15 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/pchar-1.5.ebuild,v 1.5 2008/01/26 01:23:24 chutzpah Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="2.1"
@@ -25,11 +25,11 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-snmp.patch
-}
-src_compile() {
eautoreconf
+}
+src_compile() {
econf --without-suid \
$(use_with ipv6) \
$(use_with snmp snmp /usr/lib) \