diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index e36a4427213e..29861968f89a 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -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-gyp-devel \ 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: diff --git a/devel/libuv/files/patch-Makefile.am b/devel/libuv/files/patch-Makefile.am deleted file mode 100644 index df6439201b1e..000000000000 --- a/devel/libuv/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2014-01-29 18:43:38.000000000 +0100 -+++ Makefile.am 2014-02-27 19:07:55.000000000 +0100 -@@ -273,7 +273,7 @@ - endif - - if HAVE_PKG_CONFIG --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = @PACKAGE_NAME@.pc - endif - diff --git a/devel/libuv/pkg-plist b/devel/libuv/pkg-plist index fa875be97216..9944942613ce 100644 --- a/devel/libuv/pkg-plist +++ b/devel/libuv/pkg-plist @@ -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