pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Aug  5 11:40:29 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs needs a recent libuv (1.22.0).

Bump revision.

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


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/lang/nodejs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.140 pkgsrc/lang/nodejs/Makefile:1.141
--- pkgsrc/lang/nodejs/Makefile:1.140   Thu Aug  2 12:18:24 2018
+++ pkgsrc/lang/nodejs/Makefile Sun Aug  5 11:40:29 2018
@@ -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