svn commit: r353199 - in head/devel/libuv: . files

Thierry Thomas thierry at FreeBSD.org
Wed May 7 19:29:07 UTC 2014


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


More information about the svn-ports-all mailing list