1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- 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]
This commit is contained in:
Tijl Coosemans 2014-09-18 20:56:09 +00:00
parent 625870c75a
commit e3b8a9b49a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368526
2 changed files with 4 additions and 13 deletions

View File

@ -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 \

View File

@ -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`"