From owner-svn-ports-all@FreeBSD.ORG Tue Feb 10 20:14:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C48152A3; Tue, 10 Feb 2015 20:14:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96D6E28; Tue, 10 Feb 2015 20:14:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1AKEK85096578; Tue, 10 Feb 2015 20:14:20 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1AKEJh5096573; Tue, 10 Feb 2015 20:14:19 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502102014.t1AKEJh5096573@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 10 Feb 2015 20:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378795 - in head/devel/libuv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 20:14:20 -0000 Author: thierry Date: Tue Feb 10 20:14:19 2015 New Revision: 378795 URL: https://svnweb.freebsd.org/changeset/ports/378795 QAT: https://qat.redports.org/buildarchive/r378795/ Log: Upgrade to 1.4.0. Added: head/devel/libuv/files/ head/devel/libuv/files/patch-gyp_uv.py (contents, props changed) Modified: head/devel/libuv/Makefile head/devel/libuv/distinfo Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Tue Feb 10 19:29:46 2015 (r378794) +++ head/devel/libuv/Makefile Tue Feb 10 20:14:19 2015 (r378795) @@ -2,7 +2,7 @@ # $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} Modified: head/devel/libuv/distinfo ============================================================================== --- head/devel/libuv/distinfo Tue Feb 10 19:29:46 2015 (r378794) +++ head/devel/libuv/distinfo Tue Feb 10 20:14:19 2015 (r378795) @@ -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 Added: head/devel/libuv/files/patch-gyp_uv.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libuv/files/patch-gyp_uv.py Tue Feb 10 20:14:19 2015 (r378795) @@ -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