Index: head/devel/libuv/Makefile =================================================================== --- head/devel/libuv/Makefile (revision 378794) +++ head/devel/libuv/Makefile (revision 378795) @@ -1,39 +1,39 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Multi-platform support library with a focus on asynchronous I/O LICENSE= NODE LICENSE_NAME= NODE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept 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 PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes 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: (cd ${WRKSRC} && ./gyp_uv.py -f make && \ ${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \ ./out/Debug/run-tests) .endif .include Index: head/devel/libuv/distinfo =================================================================== --- head/devel/libuv/distinfo (revision 378794) +++ head/devel/libuv/distinfo (revision 378795) @@ -1,2 +1,2 @@ -SHA256 (libuv-v1.3.0.tar.gz) = c45b68d395b38133b54edcd5b205b3983083c4bbf8161ce40d2110c1d2e16258 -SIZE (libuv-v1.3.0.tar.gz) = 1010191 +SHA256 (libuv-v1.4.0.tar.gz) = d777db735eeadeee5b993397f87f5a8dcdcfa1b63123930deacecbfab708cfcd +SIZE (libuv-v1.4.0.tar.gz) = 1011778 Index: head/devel/libuv/files/patch-gyp_uv.py =================================================================== --- head/devel/libuv/files/patch-gyp_uv.py (nonexistent) +++ head/devel/libuv/files/patch-gyp_uv.py (revision 378795) @@ -0,0 +1,14 @@ +--- gyp_uv.py.orig 2015-02-09 21:06:37.000000000 +0100 ++++ gyp_uv.py 2015-02-10 21:08:12.000000000 +0100 +@@ -88,8 +88,9 @@ + + # Some platforms (OpenBSD for example) don't have multiprocessing.synchronize + # so gyp must be run with --no-parallel +- if not gyp_parallel_support: +- args.append('--no-parallel') ++ # FreeBSD: our gyp is too old and does not support '--no-parallel' ++ #if not gyp_parallel_support: ++ # args.append('--no-parallel') + + gyp_args = list(args) + print gyp_args Property changes on: head/devel/libuv/files/patch-gyp_uv.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property