summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 21:47:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 21:47:12 +0000
commit200ab848c33a27d3cdf177b1647d97203ee81389 (patch)
treec01e8379eb5193c77cbd8b1d7a99a132e3c0e5aa /app-benchmarks/siege
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-200ab848c33a27d3cdf177b1647d97203ee81389.tar.gz
historical-200ab848c33a27d3cdf177b1647d97203ee81389.tar.bz2
historical-200ab848c33a27d3cdf177b1647d97203ee81389.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r--app-benchmarks/siege/ChangeLog6
-rw-r--r--app-benchmarks/siege/Manifest8
-rw-r--r--app-benchmarks/siege/siege-2.55.ebuild4
-rw-r--r--app-benchmarks/siege/siege-2.58.ebuild4
-rw-r--r--app-benchmarks/siege/siege-2.59.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog
index 2b5d2c2cd591..98702a8120fc 100644
--- a/app-benchmarks/siege/ChangeLog
+++ b/app-benchmarks/siege/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-benchmarks/siege
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.8 2004/03/18 22:14:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.9 2004/04/25 21:47:12 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> siege-2.55.ebuild,
+ siege-2.58.ebuild, siege-2.59.ebuild:
+ Add die following econf for bug 48950
*siege-2.59 (22 Feb 2004)
diff --git a/app-benchmarks/siege/Manifest b/app-benchmarks/siege/Manifest
index 854be1753dae..467d61d8787d 100644
--- a/app-benchmarks/siege/Manifest
+++ b/app-benchmarks/siege/Manifest
@@ -1,7 +1,7 @@
-MD5 a21966918c388f313c7d81a2870a26a0 siege-2.59.ebuild 1037
-MD5 c4418bdeda47dac33c59bb477d1a7157 siege-2.58.ebuild 1036
-MD5 8913268f9de133b45ee68a809e5bcf73 siege-2.55.ebuild 1041
-MD5 47d91d7243ad101cd256e39451845e10 ChangeLog 514
+MD5 89f028295aa4ccacac724fb825aab419 siege-2.59.ebuild 1060
+MD5 728987fb6a17524c1e6555e0d097b8c3 siege-2.58.ebuild 1059
+MD5 d111764a50546035dc3c636130bf31e7 siege-2.55.ebuild 1062
+MD5 9a77590324a1b9bc72ebb3d5bee9d1c7 ChangeLog 668
MD5 4aebf8c1efbfd38b632e0861ccff739d files/siege-gentoo_openssl.patch 304
MD5 f2fd20cd35c2a0514b5e37150182f32b files/digest-siege-2.55 62
MD5 7601ce7e597322b08b4bd43b0f3b00ec files/digest-siege-2.58 62
diff --git a/app-benchmarks/siege/siege-2.55.ebuild b/app-benchmarks/siege/siege-2.55.ebuild
index 05d39ab5d1a9..f15981527347 100644
--- a/app-benchmarks/siege/siege-2.55.ebuild
+++ b/app-benchmarks/siege/siege-2.55.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/app-benchmarks/siege/siege-2.55.ebuild,v 1.10 2004/03/12 11:43:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.11 2004/04/25 21:47:12 agriffis Exp $
DESCRIPTION="An http regression testing and benchmarking utility"
SRC_URI="ftp://ftp.armstrong.com/pub/siege/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_compile() {
&& sed -i -e "s:^# include <openssl/e_os.h>::" src/ssl.h
local myconf
use ssl && myconf="--with-ssl" || myconf="--with-ssl=off"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-benchmarks/siege/siege-2.58.ebuild b/app-benchmarks/siege/siege-2.58.ebuild
index b6231e47ea2b..f346f3160498 100644
--- a/app-benchmarks/siege/siege-2.58.ebuild
+++ b/app-benchmarks/siege/siege-2.58.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/app-benchmarks/siege/siege-2.58.ebuild,v 1.2 2004/02/22 13:45:11 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.58.ebuild,v 1.3 2004/04/25 21:47:12 agriffis Exp $
DESCRIPTION="An http regression testing and benchmarking utility"
SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_compile() {
&& sed -i -e "s:^# include <openssl/e_os.h>::" src/ssl.h
local myconf
use ssl && myconf="--with-ssl" || myconf="--with-ssl=off"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-benchmarks/siege/siege-2.59.ebuild b/app-benchmarks/siege/siege-2.59.ebuild
index 01f49690b60d..354137193eb3 100644
--- a/app-benchmarks/siege/siege-2.59.ebuild
+++ b/app-benchmarks/siege/siege-2.59.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/app-benchmarks/siege/siege-2.59.ebuild,v 1.1 2004/02/22 13:45:11 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.59.ebuild,v 1.2 2004/04/25 21:47:12 agriffis Exp $
DESCRIPTION="An http regression testing and benchmarking utility"
SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_compile() {
&& sed -i -e "s:^# include <openssl/e_os.h>::" src/ssl.h
local myconf
use ssl && myconf="--with-ssl" || myconf="--with-ssl=off"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}