summaryrefslogtreecommitdiff
path: root/devel/libuv
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-08-22 10:32:16 +0000
committerwiz <wiz@pkgsrc.org>2019-08-22 10:32:16 +0000
commit15ff08f7600c7b251552ef773ac2be62bf92d14c (patch)
tree91157529c6ac6de11f31f773b88730530832a39d /devel/libuv
parent91e63dd6c66c6c1848ae384120914e940a240c7c (diff)
downloadpkgsrc-15ff08f7600c7b251552ef773ac2be62bf92d14c.tar.gz
libuv: mention current test status in a comment
Diffstat (limited to 'devel/libuv')
-rw-r--r--devel/libuv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 8bb6c10665a..8397cbbfbc8 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/08/16 12:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2019/08/22 10:32:16 wiz Exp $
DISTNAME= libuv-1.31.0
CATEGORIES= devel
@@ -14,6 +14,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config
USE_FEATURES+= strnlen
GNU_CONFIGURE= yes
+# 3 test failures as of 1.31.0
+# https://github.com/libuv/libuv/issues/2437
+# connect_unspecified, tcp_open, udp_open
TEST_TARGET= check
INSTALLATION_DIRS+= include/uv