svn commit: r382514 - head/devel/libuv

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:46:47 UTC 2015


Author: bapt
Date: Sat Mar 28 15:46:46 2015
New Revision: 382514
URL: https://svnweb.freebsd.org/changeset/ports/382514
QAT: https://qat.redports.org/buildarchive/r382514/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/libuv/Makefile

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Sat Mar 28 15:44:16 2015	(r382513)
+++ head/devel/libuv/Makefile	Sat Mar 28 15:46:46 2015	(r382514)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libuv
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libuv.org/dist/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -18,12 +19,11 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 TEST_DEPENDS=	gyp:${PORTSDIR}/devel/py-gyp-devel	\
 		gmake:${PORTSDIR}/devel/gmake
 
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-ACLOCAL_ARGS=	-I m4
-AUTOMAKE_ARGS=	-a -c -f
-USES=		libtool pathfix pkgconfig
+USES=		autoreconf libtool pathfix pkgconfig
+GNU_CONFIGURE=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 pre-configure:
 	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \


More information about the svn-ports-head mailing list