svn commit: r368526 - in head/www/flood: . files
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 20:56:10 UTC 2014
Author: tijl
Date: Thu Sep 18 20:56:09 2014
New Revision: 368526
URL: http://svnweb.freebsd.org/changeset/ports/368526
QAT: https://qat.redports.org/buildarchive/r368526/
Log:
- Remove old libtool patch such that port uses the libtool script provided
by devel/apr1 again. Fixes build after r368357. [1]
- Remove USES=libtool
- Convert to USES=autoreconf
Reported by: antoine [1]
Deleted:
head/www/flood/files/patch-configure.in
Modified:
head/www/flood/Makefile
Modified: head/www/flood/Makefile
==============================================================================
--- head/www/flood/Makefile Thu Sep 18 20:46:34 2014 (r368525)
+++ head/www/flood/Makefile Thu Sep 18 20:56:09 2014 (r368526)
@@ -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 \
More information about the svn-ports-all
mailing list