Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Hook getaddrinfo(1) into the build. Hi riastradh!
details: https://anonhg.NetBSD.org/src/rev/0760ebb2c2ca
branches: trunk
changeset: 795497:0760ebb2c2ca
user: ginsbach <ginsbach%NetBSD.org@localhost>
date: Tue Apr 15 22:09:27 2014 +0000
description:
Hook getaddrinfo(1) into the build. Hi riastradh!
diffstat:
distrib/sets/lists/base/mi | 3 ++-
distrib/sets/lists/man/mi | 5 ++++-
usr.bin/Makefile | 5 +++--
3 files changed, 9 insertions(+), 4 deletions(-)
diffs (69 lines):
diff -r 45003f4b2e93 -r 0760ebb2c2ca distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Tue Apr 15 20:36:07 2014 +0000
+++ b/distrib/sets/lists/base/mi Tue Apr 15 22:09:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1065 2014/04/01 21:40:46 christos Exp $
+# $NetBSD: mi,v 1.1066 2014/04/15 22:09:27 ginsbach Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -491,6 +491,7 @@
./usr/bin/ftp base-netutil-bin
./usr/bin/gcpp base-util-bin gcccmds
./usr/bin/gencat base-locale-bin
+./usr/bin/getaddrinfo base-netutil-bin
./usr/bin/getcap base-util-bin
./usr/bin/getconf base-util-bin
./usr/bin/getent base-util-bin
diff -r 45003f4b2e93 -r 0760ebb2c2ca distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Apr 15 20:36:07 2014 +0000
+++ b/distrib/sets/lists/man/mi Tue Apr 15 22:09:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1468 2014/04/06 17:59:39 kardel Exp $
+# $NetBSD: mi,v 1.1469 2014/04/15 22:09:27 ginsbach Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -178,6 +178,7 @@
./usr/share/man/cat1/g711conv.0 man-obsolete obsolete
./usr/share/man/cat1/gcpp.0 man-util-catman gcccmds,.cat
./usr/share/man/cat1/gencat.0 man-locale-catman .cat
+./usr/share/man/cat1/getaddrinfo.0 man-netutil-catman .cat
./usr/share/man/cat1/getcap.0 man-util-catman .cat
./usr/share/man/cat1/getconf.0 man-util-catman .cat
./usr/share/man/cat1/getent.0 man-util-catman .cat
@@ -3292,6 +3293,7 @@
./usr/share/man/html1/ftp.html man-netutil-htmlman html
./usr/share/man/html1/gcpp.html man-util-htmlman gcccmds,html
./usr/share/man/html1/gencat.html man-locale-htmlman html
+./usr/share/man/html1/getaddrinfo.html man-netutil-htmlman html
./usr/share/man/html1/getcap.html man-util-htmlman html
./usr/share/man/html1/getconf.html man-util-htmlman html
./usr/share/man/html1/getent.html man-util-htmlman html
@@ -6020,6 +6022,7 @@
./usr/share/man/man1/g711conv.1 man-obsolete obsolete
./usr/share/man/man1/gcpp.1 man-util-man gcccmds,.man
./usr/share/man/man1/gencat.1 man-locale-man .man
+./usr/share/man/man1/getaddrinfo.1 man-netutil-man .man
./usr/share/man/man1/getcap.1 man-util-man .man
./usr/share/man/man1/getconf.1 man-util-man .man
./usr/share/man/man1/getent.1 man-util-man .man
diff -r 45003f4b2e93 -r 0760ebb2c2ca usr.bin/Makefile
--- a/usr.bin/Makefile Tue Apr 15 20:36:07 2014 +0000
+++ b/usr.bin/Makefile Tue Apr 15 22:09:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2014/01/16 01:54:47 pooka Exp $
+# $NetBSD: Makefile,v 1.217 2014/04/15 22:09:27 ginsbach Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
@@ -11,7 +11,8 @@
deroff db dirname du \
eject elf2aout elf2ecoff env error expand extattr \
false fdformat fgen fincore find finger flock fmt fold fpr from \
- fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
+ fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \
+ getopt gprof \
head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
kdump ktrace ktruss lam last lastcomm ldd leave \
locale locate lock logger login logname look lorder m4 \
Home |
Main Index |
Thread Index |
Old Index