svn commit: r384282 - head/net-p2p/twister

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 12:15:27 UTC 2015


Author: tijl
Date: Sun Apr 19 12:15:26 2015
New Revision: 384282
URL: https://svnweb.freebsd.org/changeset/ports/384282

Log:
  Use included script to generate configure because it does more than
  USES=autoreconf
  
  Reported by:	antoine

Modified:
  head/net-p2p/twister/Makefile

Modified: head/net-p2p/twister/Makefile
==============================================================================
--- head/net-p2p/twister/Makefile	Sun Apr 19 12:11:47 2015	(r384281)
+++ head/net-p2p/twister/Makefile	Sun Apr 19 12:15:26 2015	(r384282)
@@ -27,7 +27,7 @@ GH_TAGNAME=	v${PORTVERSION}
 USE_BDB=	yes
 WANT_BDB_VER=	48
 USE_OPENSSL=	yes
-USES=		autoreconf gmake iconv libtool
+USES=		autoreconf:build gmake iconv libtool
 
 GNU_CONFIGURE=	yes
 CONFIGURE_WRKSRC=${WRKSRC}/libtorrent
@@ -55,6 +55,9 @@ post-patch:
 	@${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|'	\
 		${WRKSRC}/share/genbuild.sh
 
+pre-configure:
+	(cd ${WRKSRC} && ./autotool.sh)
+
 do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/twisterd ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list