Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 19:29:06 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353199 - in head/devel/libuv: . files
Message-ID:  <201405071929.s47JT6NW042986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed May  7 19:29:06 2014
New Revision: 353199
URL: http://svnweb.freebsd.org/changeset/ports/353199
QAT: https://qat.redports.org/buildarchive/r353199/

Log:
  Don't run the included autogen.sh but the ports autotools and properly
  run libtool.
  
  Provided by:	tijl

Deleted:
  head/devel/libuv/files/
Modified:
  head/devel/libuv/Makefile
  head/devel/libuv/pkg-plist

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Wed May  7 19:27:28 2014	(r353198)
+++ head/devel/libuv/Makefile	Wed May  7 19:29:06 2014	(r353199)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libuv
 PORTVERSION=	0.11.25
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libuv.org/dist/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -20,11 +21,14 @@ TEST_DEPENDS=	gyp:${PORTSDIR}/devel/py-g
 
 USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
 ACLOCAL_ARGS=	-I m4
-USES=		pkgconfig libtool
+AUTOMAKE_ARGS=	-a -c -f
+USES=		libtool pathfix pkgconfig
+PATHFIX_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
 
-run-autotools:
-	cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh
+pre-configure:
+	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
+		> ${WRKSRC}/m4/libuv-extra-automake-flags.m4
 
 .if defined(MAINTAINER_MODE)
 regression-test:

Modified: head/devel/libuv/pkg-plist
==============================================================================
--- head/devel/libuv/pkg-plist	Wed May  7 19:27:28 2014	(r353198)
+++ head/devel/libuv/pkg-plist	Wed May  7 19:29:06 2014	(r353199)
@@ -6,4 +6,5 @@ include/uv.h
 lib/libuv.a
 lib/libuv.so
 lib/libuv.so.11
+lib/libuv.so.11.0.0
 libdata/pkgconfig/libuv.pc



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