aboutsummaryrefslogtreecommitdiff
path: root/www/flood
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-18 20:56:09 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-18 20:56:09 +0000
commite3b8a9b49aed63253dc8d6d41b77165f824272f3 (patch)
treedc9b6152195385b01d6a30e324074fe857353c8d /www/flood
parent625870c75a0aa377558ec02ddaf743701926a8cc (diff)
downloadports-e3b8a9b49aed63253dc8d6d41b77165f824272f3.tar.gz
ports-e3b8a9b49aed63253dc8d6d41b77165f824272f3.zip
Notes
Diffstat (limited to 'www/flood')
-rw-r--r--www/flood/Makefile10
-rw-r--r--www/flood/files/patch-configure.in7
2 files changed, 4 insertions, 13 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile
index 4274c8bef3c8..d1dab73d3f30 100644
--- a/www/flood/Makefile
+++ b/www/flood/Makefile
@@ -13,13 +13,11 @@ COMMENT= Profile-driven HTTP load tester
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libapr-1.so:${PORTSDIR}/devel/apr1
-WRKSRC= ${WRKDIR}/httpd-test/flood
-USE_AUTOTOOLS= autoconf libtoolize
-CONFIGURE_ARGS= --disable-shared \
- --with-apr=${LOCALBASE}/bin/apr-1-config \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-apr=${LOCALBASE}/bin/apr-1-config \
--with-apr-util=${LOCALBASE}/bin/apu-1-config
-LDFLAGS+= -L${PREFIX}/lib
-USES= gmake iconv libtool
+USES= autoreconf gmake iconv
+WRKSRC= ${WRKDIR}/httpd-test/flood
EX_SCRIPTS= analyze-relative analyze-relative-ramp
EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \
diff --git a/www/flood/files/patch-configure.in b/www/flood/files/patch-configure.in
deleted file mode 100644
index d17bc4f1ce3e..000000000000
--- a/www/flood/files/patch-configure.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- configure.in.orig Sat Sep 6 03:06:11 2003
-+++ configure.in Wed Jul 7 00:38:40 2004
-@@ -125,3 +125,3 @@
- LDFLAGS="$LDFLAGS `$apr_config --ldflags`"
--LIBTOOL="`$apr_config --apr-libtool`"
-+LIBTOOL="$LIBTOOL"
- LIBTOOL_LIBS="$LIBTOOL_LIBS `$apr_config --link-libtool --libs`"