summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:29:21 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:29:21 +0000
commitc67b60b2996c007b7b906a53dae7aa37a5110221 (patch)
tree193e95b549b1db2934fa6e67e8c662af05bfac38 /net-analyzer
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-c67b60b2996c007b7b906a53dae7aa37a5110221.tar.gz
historical-c67b60b2996c007b7b906a53dae7aa37a5110221.tar.bz2
historical-c67b60b2996c007b7b906a53dae7aa37a5110221.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ettercap/ChangeLog5
-rw-r--r--net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild6
-rw-r--r--net-analyzer/ettercap/ettercap-0.6.7.ebuild4
-rw-r--r--net-analyzer/nessus-libraries/ChangeLog9
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild4
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild6
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild6
-rw-r--r--net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild6
-rw-r--r--net-analyzer/net-snmp/ChangeLog6
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild4
-rw-r--r--net-analyzer/ucd-snmp/ChangeLog5
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild4
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild4
16 files changed, 48 insertions, 33 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog
index 1a37f1462d1f..98d3dd3aba09 100644
--- a/net-analyzer/ettercap/ChangeLog
+++ b/net-analyzer/ettercap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ettercap
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.20 2004/02/25 16:54:28 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.21 2004/04/26 04:24:11 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ettercap-0.6.10-r1.ebuild:
+ Add die following econf for bug 48950
25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> ettercap-0.6.11.ebuild:
Adding amd64 keyword. Closing #42798.
diff --git a/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild b/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild
index 0d4916943f1b..adc7d176be57 100644
--- a/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild,v 1.4 2004/01/06 04:04:25 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.10-r1.ebuild,v 1.5 2004/04/26 04:24:11 agriffis Exp $
inherit flag-o-matic
@@ -35,7 +35,7 @@ src_compile() {
--enable-plugins \
--datadir=/etc \
--disable-debug \
- --disable-gtk
+ --disable-gtk || die "econf failed"
sed -i "s:/usr/share/ettercap/:/etc/ettercap/:; \
s:/usr/doc/${P}/:/usr/share/doc/${PF}/:" ettercap.8
diff --git a/net-analyzer/ettercap/ettercap-0.6.7.ebuild b/net-analyzer/ettercap/ettercap-0.6.7.ebuild
index 63b81cde7b1a..6e1f69f534f3 100644
--- a/net-analyzer/ettercap/ettercap-0.6.7.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.7.ebuild,v 1.10 2003/09/05 23:40:08 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.7.ebuild,v 1.11 2004/04/26 04:24:11 agriffis Exp $
IUSE="ssl"
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog
index 4cd483f5f93c..5e3818f793f9 100644
--- a/net-analyzer/nessus-libraries/ChangeLog
+++ b/net-analyzer/nessus-libraries/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nessus-libraries
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.19 2004/02/09 14:20:51 phosphan Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.20 2004/04/26 04:26:05 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ nessus-libraries-2.0.10a.ebuild, nessus-libraries-2.0.7.ebuild,
+ nessus-libraries-2.0.8a.ebuild, nessus-libraries-2.0.9.ebuild:
+ Add die following econf for bug 48950
*nessus-libraries-2.0.10a (09 Feb 2004)
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
index c2f67681c262..c0ba44512967 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:20 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.10a.ebuild,v 1.3 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
index b07b047fb47f..8a887b7634aa 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild,v 1.4 2003/09/15 16:55:48 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.7.ebuild,v 1.5 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
index b2ad2d2b2ca8..c4d58655fb71 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild,v 1.2 2003/11/19 07:53:48 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.8a.ebuild,v 1.3 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
index 53c5170fd07f..b4237139ccee 100644
--- a/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
+++ b/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild,v 1.3 2004/02/27 06:51:43 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.0.9.ebuild,v 1.4 2004/04/26 04:26:05 agriffis Exp $
DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
HOMEPAGE="http://www.nessus.org/"
@@ -16,7 +16,7 @@ src_compile() {
local myconf=""
use ssl && myconf="--with-ssl=/usr/lib" \
|| myconf="--without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 06c573c8d5c5..5298f2389ab8 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.41 2004/04/10 14:14:56 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.42 2004/04/26 04:28:20 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> net-snmp-5.0.9-r1.ebuild,
+ net-snmp-5.0.9-r3.ebuild, net-snmp-5.1.1.ebuild, net-snmp-5.1.ebuild:
+ Add die following econf for bug 48950
*net-snmp-5.1.1 (10 Apr 2004)
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
index f6acff73ec7c..5f0fd97786c7 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.9 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.10 2004/04/26 04:28:20 agriffis Exp $
DESCRIPTION="Software for generating and retrieving SNMP data."
HOMEPAGE="http://net-snmp.sourceforge.net/"
@@ -37,7 +37,7 @@ src_compile() {
--with-persistent-directory=/var/lib/net-snmp \
--enable-ucd-snmp-compatibility \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
# Parallel build doesn't work.
make || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
index 521839a95615..8970dd895793 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.4 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.5 2004/04/26 04:28:20 agriffis Exp $
inherit eutils fixheadtails
@@ -52,7 +52,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
index b5fda312b865..c1760077387c 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.1 2004/04/10 14:14:56 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.2 2004/04/26 04:28:20 agriffis Exp $
inherit eutils
@@ -46,7 +46,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
index e63e6cdf4687..d326cd9c8754 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.5 2004/02/22 22:35:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.6 2004/04/26 04:28:20 agriffis Exp $
inherit eutils
@@ -46,7 +46,7 @@ src_compile() {
--enable-ucd-snmp-compatibility \
--enable-shared \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake -j1 || die "compile problem"
diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog
index edd3512fcc36..1152dc6cf2bb 100644
--- a/net-analyzer/ucd-snmp/ChangeLog
+++ b/net-analyzer/ucd-snmp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ucd-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.19 2004/04/09 07:17:55 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.20 2004/04/26 04:29:21 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild:
+ Add die following econf for bug 48950
09 Apr 2004; Brian Jackson <iggy@gentoo.org> ucd-snmp-4.2.6-r2.ebuild:
added s390 keyword
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
index 59dbc4e8f941..6ac853b60f2f 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.4 2003/09/24 04:40:17 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r1.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $
IUSE="ssl ipv6 tcpd"
PROVIDE="virtual/snmp"
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild
index 348b3c7a2b80..103790c09485 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.4 2004/04/09 07:17:55 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $
inherit flag-o-matic
@@ -55,7 +55,7 @@ src_compile() {
--with-logfile=/var/log/ucd-snmpd.log \
--with-persistent-directory=/var/lib/ucd-snmp \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die "compile problem"
}