Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 11:05:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374887 - head/benchmarks/siege
Message-ID:  <201412181105.sBIB5uEl096919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 18 11:05:55 2014
New Revision: 374887
URL: https://svnweb.freebsd.org/changeset/ports/374887
QAT: https://qat.redports.org/buildarchive/r374887/

Log:
  Convert to USES=autoreconf

Modified:
  head/benchmarks/siege/Makefile

Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile	Thu Dec 18 11:03:03 2014	(r374886)
+++ head/benchmarks/siege/Makefile	Thu Dec 18 11:05:55 2014	(r374887)
@@ -12,10 +12,9 @@ COMMENT=	HTTP regression testing and ben
 
 LICENSE=	GPLv2
 
-USES=		perl5
+USES=		autoreconf libtool perl5
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PERL="${PERL}"
 CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} --disable-shared \
 		--sysconfdir=${ETCDIR}



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