CVS commit: src/external/mit/libuv/lib

2024-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Apr  9 22:38:17 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Now that the bug in bsd.lib.mk, MAKELINKLIB is not needed anymore (as it
should not be). Pointed out by kre@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/libuv/lib/Makefile

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



CVS commit: src/external/mit/libuv/lib

2024-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Apr  9 22:38:17 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Now that the bug in bsd.lib.mk, MAKELINKLIB is not needed anymore (as it
should not be). Pointed out by kre@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/libuv/lib/Makefile

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

Modified files:

Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.9 src/external/mit/libuv/lib/Makefile:1.10
--- src/external/mit/libuv/lib/Makefile:1.9	Fri Apr  5 08:03:24 2024
+++ src/external/mit/libuv/lib/Makefile	Tue Apr  9 18:38:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/04/05 12:03:24 kre Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/09 22:38:17 christos Exp $
 
 LIBISPRIVATE=pic
 
@@ -8,7 +8,6 @@ MKLINT=	no
 LIB=	uv
 
 MAKESTATICLIB=yes
-MAKELINKLIB=yes
 
 .if ${LIBISPRIVATE:Uno} == "no"
 INCS=	uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h



CVS commit: src/external/mit/libuv/lib

2024-04-05 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri Apr  5 12:03:24 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Revert last, the .pic file is used elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/libuv/lib/Makefile

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

Modified files:

Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.8 src/external/mit/libuv/lib/Makefile:1.9
--- src/external/mit/libuv/lib/Makefile:1.8	Fri Apr  5 11:04:37 2024
+++ src/external/mit/libuv/lib/Makefile	Fri Apr  5 12:03:24 2024
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2024/04/05 11:04:37 christos Exp $
+# $NetBSD: Makefile,v 1.9 2024/04/05 12:03:24 kre Exp $
 
-LIBISPRIVATE=yes
+LIBISPRIVATE=pic
 
 .include 
 
 MKLINT=	no
 LIB=	uv
 
+MAKESTATICLIB=yes
+MAKELINKLIB=yes
+
 .if ${LIBISPRIVATE:Uno} == "no"
 INCS=	uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h
 INCSDIR=/usr/include



CVS commit: src/external/mit/libuv/lib

2024-04-05 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri Apr  5 12:03:24 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Revert last, the .pic file is used elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/libuv/lib/Makefile

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



CVS commit: src/external/mit/libuv/lib

2024-04-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr  5 11:04:37 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Just build the staticlib.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/libuv/lib/Makefile

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

Modified files:

Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.7 src/external/mit/libuv/lib/Makefile:1.8
--- src/external/mit/libuv/lib/Makefile:1.7	Fri Apr  5 04:51:27 2024
+++ src/external/mit/libuv/lib/Makefile	Fri Apr  5 07:04:37 2024
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2024/04/05 08:51:27 kre Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/05 11:04:37 christos Exp $
 
-LIBISPRIVATE=pic
+LIBISPRIVATE=yes
 
 .include 
 
 MKLINT=	no
 LIB=	uv
 
-MAKESTATICLIB=yes
-MAKELINKLIB=yes
-
 .if ${LIBISPRIVATE:Uno} == "no"
 INCS=	uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h
 INCSDIR=/usr/include



CVS commit: src/external/mit/libuv/lib

2024-04-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr  5 11:04:37 UTC 2024

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
Just build the staticlib.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/libuv/lib/Makefile

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



CVS commit: src/external/mit/libuv/lib

2022-09-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 22 21:22:50 UTC 2022

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
new file for 1.44.2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/libuv/lib/Makefile

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

Modified files:

Index: src/external/mit/libuv/lib/Makefile
diff -u src/external/mit/libuv/lib/Makefile:1.5 src/external/mit/libuv/lib/Makefile:1.6
--- src/external/mit/libuv/lib/Makefile:1.5	Fri Jun 18 18:12:02 2021
+++ src/external/mit/libuv/lib/Makefile	Thu Sep 22 17:22:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/06/18 22:12:02 mrg Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/22 21:22:50 christos Exp $
 
 LIBISPRIVATE=pic
 
@@ -33,6 +33,7 @@ process.c \
 random-devurandom.c \
 signal.c \
 stream.c \
+strtok.c \
 tcp.c \
 thread.c \
 tty.c \



CVS commit: src/external/mit/libuv/lib

2022-09-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 22 21:22:50 UTC 2022

Modified Files:
src/external/mit/libuv/lib: Makefile

Log Message:
new file for 1.44.2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/libuv/lib/Makefile

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