pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 22 10:32:16 UTC 2019

Modified Files:
        pkgsrc/devel/libuv: Makefile

Log Message:
libuv: mention current test status in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libuv/Makefile

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

Modified files:

Index: pkgsrc/devel/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.53 pkgsrc/devel/libuv/Makefile:1.54
--- pkgsrc/devel/libuv/Makefile:1.53    Fri Aug 16 12:06:31 2019
+++ pkgsrc/devel/libuv/Makefile Thu Aug 22 10:32:16 2019
@@ -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



Home | Main Index | Thread Index | Old Index