Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:46:46 +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: r382514 - head/devel/libuv
Message-ID:  <201503281546.t2SFkkLo005661@svn.freebsd.org>

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



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