summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2015-02-10 20:14:19 +0000
committerthierry <thierry@FreeBSD.org>2015-02-10 20:14:19 +0000
commit8323881dd34e1d3deaad676f3df87305a9819a43 (patch)
treefaf3da483a795e953b8f55ca1f5495af5634055c
parent7d90226ce16bd2e2c0f7ae5594cd79b31d0d088c (diff)
downloadFreeBSD-ports-8323881dd34e1d3deaad676f3df87305a9819a43.zip
FreeBSD-ports-8323881dd34e1d3deaad676f3df87305a9819a43.tar.gz
Upgrade to 1.4.0.
-rw-r--r--devel/libuv/Makefile2
-rw-r--r--devel/libuv/distinfo4
-rw-r--r--devel/libuv/files/patch-gyp_uv.py14
3 files changed, 17 insertions, 3 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index f2316ab..05029bd 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -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}
diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo
index b696f08..94ccf28 100644
--- a/devel/libuv/distinfo
+++ b/devel/libuv/distinfo
@@ -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
diff --git a/devel/libuv/files/patch-gyp_uv.py b/devel/libuv/files/patch-gyp_uv.py
new file mode 100644
index 0000000..f49fab4
--- /dev/null
+++ b/devel/libuv/files/patch-gyp_uv.py
@@ -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
OpenPOWER on IntegriCloud