pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: Require http-parser>=2.9.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46ffeccc0695
branches:  trunk
changeset: 318892:46ffeccc0695
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 31 13:38:49 2019 +0000

description:
nodejs: Require http-parser>=2.9.0.

ok leot

diffstat:

 lang/nodejs/Makefile      |  5 ++++-
 lang/nodejs/buildlink3.mk |  6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 1812b0176507 -r 46ffeccc0695 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Thu Jan 31 11:02:26 2019 +0000
+++ b/lang/nodejs/Makefile      Thu Jan 31 13:38:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2019/01/31 08:46:37 adam Exp $
+# $NetBSD: Makefile,v 1.154 2019/01/31 13:38:49 nia Exp $
 
 DISTNAME=      node-v10.15.1
 
@@ -10,6 +10,9 @@
 # Stated by the changelog
 BUILDLINK_API_DEPENDS.libuv+=  libuv>=1.23
 
+# Requires http_parser_set_max_header_size
+BUILDLINK_API_DEPENDS.http-parser+=    http-parser>=2.9.0
+
 .include "../../mk/bsd.prefs.mk"
 
 # XXX: figure out a way to add rpaths to torque
diff -r 1812b0176507 -r 46ffeccc0695 lang/nodejs/buildlink3.mk
--- a/lang/nodejs/buildlink3.mk Thu Jan 31 11:02:26 2019 +0000
+++ b/lang/nodejs/buildlink3.mk Thu Jan 31 13:38:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/11/28 08:36:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2019/01/31 13:38:49 nia Exp $
 
 BUILDLINK_TREE+=       nodejs
 
@@ -14,10 +14,14 @@
 .if ${OPSYS} != "Darwin"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .endif
+# Stated by the changelog
+BUILDLINK_API_DEPENDS.libuv+=  libuv>=1.23
 .include "../../devel/libuv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/libcares/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
+# Requires http_parser_set_max_header_size
+BUILDLINK_API_DEPENDS.http-parser+=    http-parser>=2.9.0
 .include "../../www/http-parser/buildlink3.mk"
 # Uncomment when we switch to openssl>=1.1
 # .include "../../www/nghttp2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index