Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Add libuv
details: https://anonhg.NetBSD.org/src/rev/a02a24b0ae97
branches: trunk
changeset: 933325:a02a24b0ae97
user: christos <christos%NetBSD.org@localhost>
date: Sun May 24 19:29:19 2020 +0000
description:
Add libuv
diffstat:
etc/mtree/NetBSD.dist.base | 3 ++-
lib/Makefile | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (43 lines):
diff -r 652ac1513c4f -r a02a24b0ae97 etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base Sun May 24 19:28:57 2020 +0000
+++ b/etc/mtree/NetBSD.dist.base Sun May 24 19:29:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.dist.base,v 1.215 2020/05/13 21:34:01 nakayama Exp $
+# $NetBSD: NetBSD.dist.base,v 1.216 2020/05/24 19:29:19 christos Exp $
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
# Do not customize this file as it may be overwritten on upgrades.
@@ -255,6 +255,7 @@
./usr/include/ufs/lfs
./usr/include/ufs/mfs
./usr/include/ufs/ufs
+./usr/include/uv
./usr/include/uvm
./usr/lib
./usr/lib/clang
diff -r 652ac1513c4f -r a02a24b0ae97 lib/Makefile
--- a/lib/Makefile Sun May 24 19:28:57 2020 +0000
+++ b/lib/Makefile Sun May 24 19:29:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.282 2020/04/04 17:56:22 christos Exp $
+# $NetBSD: Makefile,v 1.283 2020/05/24 19:29:36 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -174,6 +174,8 @@
.endif
SUBDIR+= ../external/mit/libcbor/lib
+
+SUBDIR+= ../external/mit/libuv/lib
#==================== 2nd library dependency barrier ====================
SUBDIR+= .WAIT
@@ -243,6 +245,7 @@
# libfido2
SUBDIR+= ../crypto/external/bsd/netpgp/bindings/lua # depends on netpgp/lib
SUBDIR+= ../external/mpl/bind/lib # depends on heimdal, libcrypto
+ # libuv
.if ${MKUNBOUND} != "no"
SUBDIR+= ../external/bsd/unbound/lib # depends on libcrypto
.endif
Home |
Main Index |
Thread Index |
Old Index