Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 20:14:19 +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: r378795 - in head/devel/libuv: . files
Message-ID:  <201502102014.t1AKEJh5096573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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