Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
- Fix for default mtree style
- Update libelf
- Importing libexecinfo
- Resynchronize GCC, mpc, gmp, mpfr
- build.sh: Replace params with show-params.
This has been done as the make target has been renamed in the same
way, while a new target named params has been added. This new
target generates a file containing all the parameters, instead of
printing it on the console.
- Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
This commit is contained in:
+4
-3
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.22 2011/09/10 17:02:46 apb Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/10/16 14:50:43 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@@ -18,10 +18,11 @@ EXTRA_DIST_FILES+= ${.CURDIR}/Minix.gcccmds
|
||||
|
||||
# XXX these are only used by compat currently, but they could be used
|
||||
# by something else; this may need to be fixed properly in the future.
|
||||
# TAC these are used by Minix for arch-specific content.
|
||||
.if ${MKCOMPAT} != "no" || defined(__MINIX)
|
||||
.if exists(NetBSD.dist.${MACHINE_ARCH})
|
||||
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
|
||||
.elif !empty(MACHINE_ARCH:Mearm*)
|
||||
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.earm
|
||||
.endif
|
||||
.endif
|
||||
|
||||
@@ -59,7 +60,7 @@ TOOL_MTREE.unpriv= -W
|
||||
# the Makefile.
|
||||
#
|
||||
emit_dist_file:
|
||||
cat ${.CURDIR}/NetBSD.dist.base ${EXTRA_DIST_FILES}
|
||||
@cat ${.CURDIR}/NetBSD.dist.base ${EXTRA_DIST_FILES}
|
||||
|
||||
distrib-dirs: .PHONY check_DESTDIR NetBSD.dist
|
||||
.if !defined(DISTRIBUTION_DONE) # {
|
||||
|
||||
@@ -48,13 +48,18 @@
|
||||
./usr/include/compat/machine
|
||||
./usr/include/ddekit
|
||||
./usr/include/ddekit/minix
|
||||
./usr/include/fs
|
||||
./usr/include/g++
|
||||
./usr/include/i386
|
||||
./usr/include/lutok
|
||||
./usr/include/lzma
|
||||
./usr/include/isofs
|
||||
./usr/include/isofs/cd9660
|
||||
./usr/include/minix
|
||||
./usr/include/msdosfs
|
||||
./usr/include/net
|
||||
./usr/include/net/gen
|
||||
./usr/include/ppath
|
||||
./usr/include/prop
|
||||
./usr/include/protocols
|
||||
./usr/include/readline
|
||||
@@ -75,6 +80,8 @@
|
||||
./usr/lib/flex
|
||||
./usr/lib/fonts
|
||||
./usr/lib/keymaps
|
||||
./usr/lib/lua
|
||||
./usr/lib/lua/5.1
|
||||
./usr/lib/pkgconfig
|
||||
./usr/libexec
|
||||
./usr/log
|
||||
@@ -106,6 +113,8 @@
|
||||
./usr/share/info
|
||||
./usr/share/misc
|
||||
./usr/share/mk
|
||||
./usr/share/nvi
|
||||
./usr/share/nvi/catalog
|
||||
./usr/share/terminfo
|
||||
./usr/share/zoneinfo
|
||||
./usr/share/zoneinfo/Africa
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: NetBSD.dist.tests,v 1.96 2013/03/21 19:17:51 christos Exp $
|
||||
# $NetBSD: NetBSD.dist.tests,v 1.98 2013/08/11 03:53:12 dholland Exp $
|
||||
|
||||
# LSC Do not take for granted that the last thing done in the previous file
|
||||
# LSC: Do not take for granted that the last thing done in the previous file
|
||||
# was standard directories...
|
||||
/set type=dir uid=0 gid=0 mode=0755
|
||||
|
||||
@@ -330,6 +330,7 @@
|
||||
./usr/tests/net/icmp
|
||||
./usr/tests/net/if
|
||||
./usr/tests/net/if_loop
|
||||
./usr/tests/net/mpls
|
||||
./usr/tests/net/net
|
||||
./usr/tests/net/npf
|
||||
./usr/tests/net/route
|
||||
@@ -388,6 +389,7 @@
|
||||
./usr/tests/usr.bin/shmif_dumpbus
|
||||
./usr/tests/usr.bin/sort
|
||||
./usr/tests/usr.bin/tmux
|
||||
./usr/tests/usr.bin/tr
|
||||
./usr/tests/usr.bin/unifdef
|
||||
./usr/tests/usr.bin/xlint
|
||||
./usr/tests/usr.bin/xlint/lint1
|
||||
|
||||
+8
-1
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: special,v 1.142 2012/06/28 16:34:07 kefren Exp $
|
||||
# $NetBSD: special,v 1.146 2013/07/09 09:34:58 roy Exp $
|
||||
# @(#)special 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# This file may be overwritten on upgrades.
|
||||
@@ -193,6 +193,7 @@
|
||||
./etc/rc.d/cgd type=file mode=0555
|
||||
./etc/rc.d/cleartmp type=file mode=0555
|
||||
./etc/rc.d/cron type=file mode=0555
|
||||
./etc/rc.d/devpubd type=file mode=0555
|
||||
./etc/rc.d/dhclient type=file mode=0555
|
||||
./etc/rc.d/dhcpd type=file mode=0555
|
||||
./etc/rc.d/dhcrelay type=file mode=0555
|
||||
@@ -310,6 +311,8 @@
|
||||
./etc/ssh/ssh_config type=file mode=0644 optional
|
||||
./etc/ssh/ssh_host_dsa_key type=file mode=0600 optional tags=nodiff
|
||||
./etc/ssh/ssh_host_dsa_key.pub type=file mode=0644 optional
|
||||
./etc/ssh/ssh_host_ecdsa_key type=file mode=0600 optional tags=nodiff
|
||||
./etc/ssh/ssh_host_ecdsa_key.pub type=file mode=0644 optional
|
||||
./etc/ssh/ssh_host_key type=file mode=0600 optional tags=nodiff
|
||||
./etc/ssh/ssh_host_key.pub type=file mode=0644 optional
|
||||
./etc/ssh/ssh_host_rsa_key type=file mode=0600 optional tags=nodiff
|
||||
@@ -392,6 +395,10 @@
|
||||
./var/chroot/ntpd/var/db type=dir mode=0775 gname=ntpd
|
||||
./var/chroot/ntpd/var/run type=dir mode=0775 gname=ntpd
|
||||
./var/chroot/pflogd type=dir mode=0755
|
||||
./var/chroot/rtadvd type=dir mode=0755
|
||||
./var/chroot/rtadvd/etc type=dir mode=0755
|
||||
./var/chroot/rtadvd/var type=dir mode=0755
|
||||
./var/chroot/rtadvd/var/run type=dir mode=0775 gname=_rtadvd
|
||||
./var/chroot/sshd type=dir mode=0755
|
||||
./var/chroot/tcpdump type=dir mode=0755
|
||||
./var/chroot/tftp-proxy type=dir mode=0755
|
||||
|
||||
Reference in New Issue
Block a user