Re: CVS commit: src/share/mk

2015-06-07 Thread Leonardo Taccari
Hello Matt,

Matt Thomas writes:
 Module Name:  src
 Committed By: matt
 Date: Sun Jun  7 15:04:28 UTC 2015
 
 Modified Files:
   src/share/mk: bsd.gcc.mk bsd.prog.mk
 
 Log Message:
 Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/share/mk/bsd.gcc.mk
 cvs rdiff -u -r1.291 -r1.292 src/share/mk/bsd.prog.mk
 [...]
I think that these changes provoke the following failure
(NetBSD/amd64 7.99.18, using gcc in base):

 [...]
 nbmake[7]: nbmake[7]: don't know how to make 
/usr/src/obj/destdir.amd64/usr/lib/none/crti.o. Stop
 
 nbmake[7]: stopped in /usr/src/lib/libarch
 *** [dependall] Error code 2
 
 nbmake[6]: stopped in /usr/src/lib/libarch
 1 error
 
 nbmake[6]: stopped in /usr/src/lib/libarch
 *** Failed target:  dependall-libarch
 *** Failed command: _makedirtarget() { dir=$1; shift; target=$1; shift; 
case ${dir} in /*) this=${dir}/; real=${dir} ;; .) this=lib/; 
real=/usr/src/lib ;; *) this=lib/${dir}/; real=/usr/src/lib/${dir} ;; 
esac; show=${this:-.}; echo ${target} === ${show%/}${1:+ (with: $@)}; cd 
${real}  /usr/src/obj/tooldir.NetBSD-7.99.18-amd64/bin/nbmake 
_THISDIR_=${this} $@ ${target}; }; _makedirtarget libarch dependall
 *** Error code 2
 Stop.
 [...]

I have changed them to the previous revisions and the build now seems
that proceed.
Can you give a look, please?


Thank you for your attention!
Ciao,
L.


Re: CVS commit: src

2018-05-04 Thread Leonardo Taccari
Hello Sevan,

"Sevan Janiyan" writes:
> Module Name:  src
> Committed By: sevan
> Date: Thu May  3 22:27:59 UTC 2018
>
> Modified Files:
>   src/distrib/sets/lists/base: shl.mi
>   src/distrib/sets/lists/comp: mi
>   src/distrib/sets/lists/man: mi
>   src/lib: Makefile
>
> Log Message:
> Hello libbozohttpd(3)
> Enabling as it is a dependency for bozohttpd(3lua).
> [...]

On amd64 the build fails with:

 | ===  4 extra files in DESTDIR  =
 | Files in DESTDIR but missing from flist.
 | File is obsolete or flist is out of date ?
 | --
 | ./usr/lib/i386/libbozohttpd_g.a
 | ./usr/lib/libbozohttpd_g.a
 | ./usr/libdata/debug/usr/lib/i386/libbozohttpd.so.0.0.debug
 | ./usr/libdata/debug/usr/lib/libbozohttpd.so.0.0.debug

I think that src/distrib/sets/lists/debug/{shl.,}mi needs to be updated
as well (possible patch that fixes that is attached).


Thank you!
Index: distrib/sets/lists/debug/mi
===
RCS file: /cvsroot/src/distrib/sets/lists/debug/mi,v
retrieving revision 1.246
diff -u -p -r1.246 mi
--- distrib/sets/lists/debug/mi	3 Apr 2018 18:03:16 -	1.246
+++ distrib/sets/lists/debug/mi	4 May 2018 12:00:07 -
@@ -34,6 +34,7 @@
 ./usr/lib/libbind9_g.acomp-c-debuglib		debuglib,compatfile
 ./usr/lib/libblacklist_g.a			comp-c-debuglib		debuglib,compatfile
 ./usr/lib/libbluetooth_g.a			comp-c-debuglib		debuglib,compatfile
+./usr/lib/libbozohttpd_g.a			comp-c-debuglib		debuglib,compatfile
 ./usr/lib/libbsdmalloc_g.a			comp-c-debuglib		debuglib,compatfile
 ./usr/lib/libbz2_g.acomp-c-debuglib		debuglib,compatfile
 ./usr/lib/libc++_g.acomp-c-debuglib		debuglib,compatfile,libcxx
Index: distrib/sets/lists/debug/shl.mi
===
RCS file: /cvsroot/src/distrib/sets/lists/debug/shl.mi,v
retrieving revision 1.196
diff -u -p -r1.196 shl.mi
--- distrib/sets/lists/debug/shl.mi	16 Apr 2018 12:25:18 -	1.196
+++ distrib/sets/lists/debug/shl.mi	4 May 2018 12:00:07 -
@@ -68,6 +68,7 @@
 ./usr/libdata/debug/usr/lib/libbind9.so.8.5.debug		comp-bind-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libblacklist.so.0.0.debug		comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libbluetooth.so.4.2.debug		comp-sys-debug	debug,compatfile
+./usr/libdata/debug/usr/lib/libbozohttpd.so.0.0.debug		comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libbsdmalloc.so.0.0.debug		comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libbz2.so.1.1.debug			comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libc++.so.1.0.debug			comp-sys-debug	debug,compatfile,libcxx


Re: CVS commit: src/sys/arch

2018-08-10 Thread Leonardo Taccari
Hello Sevan,

"Sevan Janiyan" writes:
> Module Name:  src
> Committed By: sevan
> Date: Fri Aug 10 17:54:46 UTC 2018
>
> Modified Files:
>   src/sys/arch/amd64/conf: GENERIC
>   src/sys/arch/i386/conf: GENERIC
>
> Log Message:
> Add snippet for bpfjit(4) as both i386 and amd64 are listed as supported.
> Ideally BPFJIT should be enabled by default for use with NPF but I haven't
> raised the question (no access to email at the moment) hence both are 
> disabled.
> [...]

I think that on both i386 and amd64 they are loaded as modules,
e.g.:

 | % modstat | grep jit
 | bpfjit  misc filesys  -0   - sljit
 | sljit   misc filesys  a1   - -


Re: CVS commit: src/bin/df

2018-08-26 Thread Leonardo Taccari
Hello Sevan,

Sevan Janiyan writes:
> Module Name:  src
> Committed By: sevan
> Date: Sun Aug 26 22:25:38 UTC 2018
>
> Modified Files:
>   src/bin/df: df.1
>
> Log Message:
> Match SYNOPSIS with usage()
> [...]

Shouldn't this be:

 df [-agln] [-Ghkm|-ihkm|-Pk] [-t type] [file | file_system ...]

instead? (both in SYNOPSIS and usage())

(i.e. only one of `-G' or `-i' or `-P' can be selected)


Thanks!


CVS commit: src/usr.sbin/makemandb

2019-06-07 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Fri Jun  7 16:43:58 UTC 2019

Modified Files:
src/usr.sbin/makemandb: apropos-utils.c

Log Message:
Properly free section_clause.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makemandb/apropos-utils.c

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

Modified files:

Index: src/usr.sbin/makemandb/apropos-utils.c
diff -u src/usr.sbin/makemandb/apropos-utils.c:1.44 src/usr.sbin/makemandb/apropos-utils.c:1.45
--- src/usr.sbin/makemandb/apropos-utils.c:1.44	Sat May 18 07:56:43 2019
+++ src/usr.sbin/makemandb/apropos-utils.c	Fri Jun  7 16:43:58 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: apropos-utils.c,v 1.44 2019/05/18 07:56:43 abhinav Exp $	*/
+/*	$NetBSD: apropos-utils.c,v 1.45 2019/06/07 16:43:58 leot Exp $	*/
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay 
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include 
-__RCSID("$NetBSD: apropos-utils.c,v 1.44 2019/05/18 07:56:43 abhinav Exp $");
+__RCSID("$NetBSD: apropos-utils.c,v 1.45 2019/06/07 16:43:58 leot Exp $");
 
 #include 
 #include 
@@ -649,7 +649,7 @@ generate_search_query(query_args *args, 
 
 RETURN:
 	sqlite3_free(machine_clause);
-	sqlite3_free(section_clause);
+	free(section_clause);
 	sqlite3_free(limit_clause);
 	return query;
 }



CVS commit: src/usr.sbin/makemandb

2019-06-07 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Fri Jun  7 16:43:58 UTC 2019

Modified Files:
src/usr.sbin/makemandb: apropos-utils.c

Log Message:
Properly free section_clause.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makemandb/apropos-utils.c

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



CVS commit: src/usr.sbin/makemandb

2019-05-18 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Sat May 18 10:28:57 UTC 2019

Modified Files:
src/usr.sbin/makemandb: whatis.c

Log Message:
Reintroduce case insensitive comparison of name accidentally lost in last
revision.

Discussed with  via PR misc/54213, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makemandb/whatis.c

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



CVS commit: src/usr.sbin/makemandb

2019-05-18 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Sat May 18 10:28:57 UTC 2019

Modified Files:
src/usr.sbin/makemandb: whatis.c

Log Message:
Reintroduce case insensitive comparison of name accidentally lost in last
revision.

Discussed with  via PR misc/54213, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makemandb/whatis.c

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

Modified files:

Index: src/usr.sbin/makemandb/whatis.c
diff -u src/usr.sbin/makemandb/whatis.c:1.8 src/usr.sbin/makemandb/whatis.c:1.9
--- src/usr.sbin/makemandb/whatis.c:1.8	Sat May 18 07:56:43 2019
+++ src/usr.sbin/makemandb/whatis.c	Sat May 18 10:28:57 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: whatis.c,v 1.8 2019/05/18 07:56:43 abhinav Exp $	*/
+/*	$NetBSD: whatis.c,v 1.9 2019/05/18 10:28:57 leot Exp $	*/
 /*-
  * Copyright (c) 2012 Joerg Sonnenberger 
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include 
-__RCSID("$NetBSD: whatis.c,v 1.8 2019/05/18 07:56:43 abhinav Exp $");
+__RCSID("$NetBSD: whatis.c,v 1.9 2019/05/18 10:28:57 leot Exp $");
 
 #include 
 #include 
@@ -49,8 +49,11 @@ static int
 whatis(sqlite3 *db, const char *cmd)
 {
 	static const char sqlstr[] = "SELECT link AS name, section, name_desc"
-		" FROM mandb_links WHERE link=? UNION SELECT name, section, name_desc"
-		" FROM mandb WHERE name MATCH ? AND name=? ORDER BY section";
+		" FROM mandb_links WHERE link=?" 
+		" UNION"
+		" SELECT name, section, name_desc"
+		" FROM mandb WHERE name MATCH ? AND name=? COLLATE NOCASE"
+		" ORDER BY section";
 	sqlite3_stmt *stmt = NULL;
 	int retval;
 	int i;



CVS commit: src/usr.sbin/makemandb

2019-05-18 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Sat May 18 10:38:04 UTC 2019

Modified Files:
src/usr.sbin/makemandb: DBSCHEMA

Log Message:
Document name_desc attribute of mandb_links.

Discussed with  via PR misc/54213, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/makemandb/DBSCHEMA

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



Re: CVS commit: src/external/apache2/llvm/config/llvm/Config

2020-02-21 Thread Leonardo Taccari
Kamil Rytarowski writes:
> [...]
> ./build.sh tools for LLVM is broken when host ships with no terminfo
> devel libraries. I tried to disable this superfluous feature for tools
> (for colors in a terminal), but it got reverted (breaking TNF rules) here.
> [...]

Apart possible technical arguments, AFAICS the revert probably haven't
broken the rules: you have asked for feedback on #NetBSD@Freenode IRC
channel and then  replied with a no but you have committed them
anyway.


Re: CVS commit: src/external/gpl3/gdb/dist/gdb

2020-10-13 Thread Leonardo Taccari
Hello Kamil,

Kamil Rytarowski writes:
> Module Name:  src
> Committed By: kamil
> Date: Tue Oct  6 23:14:47 UTC 2020
>
> Modified Files:
>   src/external/gpl3/gdb/dist/gdb: inf-ptrace.c nbsd-nat.c
>
> Log Message:
> Undo local patches
>
> They are no longer needed (and are wrong).
> [...]

This seems to break gdb, e.g. by starting debugging sleep(1):

 | % gdb sleep
 | Reading symbols from sleep...
 | Reading symbols from /usr/libdata/debug//bin/sleep.debug...
 | (gdb) r
 | Starting program: /bin/sleep
 | /usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c:1309: 
internal-error: void switch_to_thread(thread_info*): Assertion `thr != NULL' 
failed.
 | A problem internal to GDB has been detected,
 | further debugging may prove unreliable.
 | Quit this debugging session? (y or n) y
 | 
 | This is a bug, please report it.  For instructions, see:
 | .
 | 
 | /usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c:1309: 
internal-error: void switch_to_thread(thread_info*): Assertion `thr != NULL' 
failed.
 | A problem internal to GDB has been detected,
 | further debugging may prove unreliable.
 | Create a core file of GDB? (y or n) y
 | [ 240.7909538] sorry, pid 2675 was killed: orphaned traced process
 | Abort (core dumped)
 | Exit 134
 | % gdb -core gdb.core gdb
 | Reading symbols from gdb...
 | Reading symbols from /usr/libdata/debug//usr/bin/gdb.debug...
 | [New process 1687]
 | [New process 2908]
 | [New process 2801]
 | [New process 1688]
 | [New process 1668]
 | Core was generated by `gdb'.
 | Program terminated with signal SIGABRT, Aborted.
 | #0  0x76efa39833ba in _lwp_kill () from /usr/lib/libc.so.12
 | [Current thread is 1 (process 1687)]
 | (gdb) bt
 | #0  0x76efa39833ba in _lwp_kill () from /usr/lib/libc.so.12
 | #1  0x76efa3983879 in abort () at /usr/src/lib/libc/stdlib/abort.c:74
 | #2  0xd83814e9 in dump_core () at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/utils.c:204
 | #3  0xd8386315 in internal_vproblem(internal_problem *, const char 
*, int, const char *, typedef __va_list_tag __va_list_tag *) (
 | problem=problem@entry=0xd8bf05e0 , 
file=, line=, fmt=, 
ap=ap@entry=0x7f7fff084bc8)
 | at /usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/utils.c:414
 | #4  0xd83864fb in internal_verror (file=, 
line=, fmt=, ap=ap@entry=0x7f7fff084bc8)
 | at /usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/utils.c:439
 | #5  0xd862e40a in internal_error (file=file@entry=0xd8758578 
"/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c", 
line=line@entry=1309, fmt=)
 | at 
/usr/src/external/gpl3/gdb/lib/libgdbsupport/../../dist/gdbsupport/errors.cc:55
 | #6  0xd83a96f5 in switch_to_thread (thr=0x0) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c:1309
 | #7  switch_to_thread (thr=) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/thread.c:1307
 | #8  0xd854e02e in startup_inferior 
(proc_target=proc_target@entry=0xd8bf1c50 , 
pid=pid@entry=2675, ntraps=ntraps@entry=1,
 | last_waitstatus=last_waitstatus@entry=0x0, 
last_ptid=last_ptid@entry=0x0) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/nat/fork-inferior.c:539
 | #9  0xd854ef07 in gdb_startup_inferior (pid=pid@entry=2675, 
num_traps=num_traps@entry=1) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/fork-child.c:129
 | #10 0xd84f8592 in inf_ptrace_target::create_inferior 
(this=this@entry=0xd8bf1c50 , 
exec_file=exec_file@entry=0x76efa67946f0 "/bin/sleep", allargs=...,
 | env=env@entry=0x76efa6b1e400, from_tty=from_tty@entry=1) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/inf-ptrace.c:117
 | #11 0xd82b98e0 in run_command_1 (args=, from_tty=1, 
run_how=RUN_NORMAL) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/infcmd.c:493
 | #12 0xd83663d2 in cmd_func (cmd=, args=, from_tty=) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/cli/cli-decode.c:2181
 | #13 0xd83a402d in execute_command (p=, 
p@entry=0x76efa6b5c020 "", from_tty=1) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/top.c:668
 | #14 0xd82d726c in command_handler (command=0x76efa6b5c020 "") at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/event-top.c:588
 | #15 0xd82d81ad in command_line_handler (rl=...) at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/event-top.c:773
 | #16 0xd82d7ad5 in gdb_rl_callback_handler (rl=0x76efa6b5c200 "r") at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/event-top.c:219
 | #17 0xd864f85e in rl_callback_read_char () at 
/usr/src/external/gpl3/gdb/dist/readline/readline/callback.c:281
 | #18 0xd82d6c5e in gdb_rl_callback_read_char_wrapper_noexcept () at 
/usr/src/external/gpl3/gdb/lib/libgdb/../../dist/gdb/event-top.c:177
 | #19 0xd82d78e0 in gdb_rl_callback_read_char_wrapper 
(client_data=) at 

Re: CVS commit: src/share/man/man8

2020-08-15 Thread Leonardo Taccari
Hello Nia,

Nia Alarie writes:
> [...]
> Log Message:
> afterboot.8: Explain how to install pkgin on a fresh system
> [...]
> +.Pp
> +To install pkgin, if it was not done by the installer:
> +.Bd -literal -offset indent
> +.Ic export 
> PKG_PATH=https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/9.0/amd64/All
> +.Ic pkg_add pkgin
> [...]

Can this use cdn.NetBSD.org and made a bit more general instead of
hardcoding version/port please?

Instead of 9.0/amd64 probably something like:

 $(uname -r | tr -cd '[0-9.]')/$(sysctl -n hw.machine_arch)

(the `tr -cd '[0-9.]'' should get rid of possible _STABLE, _BETA and
similar... probably there are better way to do it, in that case please
adjust it or let me know!)


Thanks!


CVS commit: src/share/misc

2021-09-16 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Thu Sep 16 08:33:24 UTC 2021

Modified Files:
src/share/misc: acronyms

Log Message:
Add DW


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/share/misc/acronyms

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

Modified files:

Index: src/share/misc/acronyms
diff -u src/share/misc/acronyms:1.311 src/share/misc/acronyms:1.312
--- src/share/misc/acronyms:1.311	Sun Sep  5 17:29:27 2021
+++ src/share/misc/acronyms	Thu Sep 16 08:33:24 2021
@@ -1,4 +1,4 @@
-$NetBSD: acronyms,v 1.311 2021/09/05 17:29:27 alnsn Exp $
+$NetBSD: acronyms,v 1.312 2021/09/16 08:33:24 leot Exp $
 10Q	thank you
 10X	thanks
 1337	elite ("leet")
@@ -137,6 +137,7 @@ DS	Dual Screen
 DSTM	don't shoot the messenger
 DTRT	do the right thing
 DTWT	do the wrong thing
+DW	don't worry
 DWIM	do what I mean
 DYAC	damn you autocorrect
 DYK	do you know?



CVS commit: src/share/misc

2021-09-16 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Thu Sep 16 08:33:24 UTC 2021

Modified Files:
src/share/misc: acronyms

Log Message:
Add DW


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/share/misc/acronyms

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



CVS commit: src/doc

2022-08-30 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Tue Aug 30 07:29:45 UTC 2022

Modified Files:
src/doc: 3RDPARTY

Log Message:
Fix capitalization of NetBSD.org

Noticed via htutils/scripts/case-netbsd script.


To generate a diff of this commit:
cvs rdiff -u -r1.1872 -r1.1873 src/doc/3RDPARTY

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



CVS commit: src/doc

2022-08-30 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Tue Aug 30 07:29:45 UTC 2022

Modified Files:
src/doc: 3RDPARTY

Log Message:
Fix capitalization of NetBSD.org

Noticed via htutils/scripts/case-netbsd script.


To generate a diff of this commit:
cvs rdiff -u -r1.1872 -r1.1873 src/doc/3RDPARTY

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

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1872 src/doc/3RDPARTY:1.1873
--- src/doc/3RDPARTY:1.1872	Sat Aug 27 21:53:38 2022
+++ src/doc/3RDPARTY	Tue Aug 30 07:29:44 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1872 2022/08/27 21:53:38 dholland Exp $
+#	$NetBSD: 3RDPARTY,v 1.1873 2022/08/30 07:29:44 leot Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1413,8 +1413,8 @@ Package:	tradcpp
 Version:	0.5.3
 Current Vers:	0.5.3
 Maintainer:	David A. Holland 
-Archive Site:	https://ftp.netbsd.org/pub/NetBSD/misc/dholland/
-Home Page:	https://www.netbsd.org/~dholland/tradcpp/
+Archive Site:	https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
+Home Page:	https://www.NetBSD.org/~dholland/tradcpp/
 Mailing List:	tech-toolchain
 Responsible:	dholland
 License:	BSD (2-clause)