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: sevan
Date: Mon Jul 8 22:15:46 UTC 2019
Modified Files:
pkgsrc/devel/libuv: Makefile
Removed Files:
pkgsrc/devel/libuv/patches: patch-src_unix_darwin.c
Log Message:
Obtain strnlen implementation via libnbcompat using USE_FEATURES, instead of
patching in an implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libuv/patches/patch-src_unix_darwin.c
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.51 pkgsrc/devel/libuv/Makefile:1.52
--- pkgsrc/devel/libuv/Makefile:1.51 Tue Jul 2 16:44:06 2019
+++ pkgsrc/devel/libuv/Makefile Mon Jul 8 22:15:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/07/02 16:44:06 adam Exp $
+# $NetBSD: Makefile,v 1.52 2019/07/08 22:15:46 sevan Exp $
DISTNAME= libuv-1.30.1
CATEGORIES= devel
@@ -12,6 +12,7 @@ LICENSE= mit AND 2-clause-bsd AND isc AN
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config
+USE_FEATURES+= strnlen
GNU_CONFIGURE= yes
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index