Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 20:56:09 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368526 - in head/www/flood: . files
Message-ID:  <201409182056.s8IKu9bn059160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409182056.s8IKu9bn059160>