pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs needs a recent libuv (1.22.0).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55db1157876c
branches:  trunk
changeset: 311201:55db1157876c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Aug 05 11:40:29 2018 +0000

description:
nodejs needs a recent libuv (1.22.0).

Bump revision.

This fixes a build failure on my machine with an older libuv version
installed.

diffstat:

 lang/nodejs/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0acecf5a6663 -r 55db1157876c lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Sun Aug 05 10:54:58 2018 +0000
+++ b/lang/nodejs/Makefile      Sun Aug 05 11:40:29 2018 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: Makefile,v 1.140 2018/08/02 12:18:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.141 2018/08/05 11:40:29 bsiegert Exp $
 
 DISTNAME=      node-v10.8.0
+PKGREVISION=   1
 
 USE_LANGUAGES= c gnu++14
 
 # Stated by the changelog as of 8.2.0
 GCC_REQD+=     4.9.4
 
+# Stated by the changelog
+BUILDLINK_API_DEPENDS.libuv+=   libuv>=1.22
+
 .include "../../mk/bsd.prefs.mk"
 
 # Optional OpenSSL support in nghttp2 conflicts with OpenSSL 1.1.x



Home | Main Index | Thread Index | Old Index