Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2008 22:12:08 +0200
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        Sam Leffler <sam@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Makefile src/libexec Makefile src/sbin Makefile src/share ...
Message-ID:  <48D7FC18.5000106@gmail.com>
In-Reply-To: <200809212208.m8LM8wBB001671@repoman.freebsd.org>
References:  <200809212208.m8LM8wBB001671@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sam Leffler wrote:
> sam         2008-09-21 22:02:26 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     etc                  Makefile 
>     etc/periodic/daily   Makefile 
>     etc/periodic/monthly Makefile 
>     etc/periodic/security Makefile 
>     etc/periodic/weekly  Makefile 
>     gnu/usr.bin          Makefile 
>     lib                  Makefile 
>     libexec              Makefile 
>     sbin                 Makefile 
>     share                Makefile 
>     share/mk             bsd.own.mk 
>     usr.bin              Makefile 
>     usr.bin/netstat      Makefile main.c netstat.h 
>     usr.sbin             Makefile 
>   Added files:
>     tools/build/options  WITHOUT_ACCT WITHOUT_AMD WITHOUT_APM 
>                          WITHOUT_AT WITHOUT_CTM 
>                          WITHOUT_FREEBSD_UPDATE WITHOUT_IPFW 
>                          WITHOUT_JAIL WITHOUT_LEGACY_CONSOLE 
>                          WITHOUT_LOCATE WITHOUT_MAIL WITHOUT_MAKE 
>                          WITHOUT_NDIS WITHOUT_NETGRAPH WITHOUT_NTP 
>                          WITHOUT_PKGTOOLS WITHOUT_PMC 
>                          WITHOUT_PORTSNAP WITHOUT_PPP 
>                          WITHOUT_QUOTAS WITHOUT_ROUTED 
>                          WITHOUT_SLIP WITHOUT_SYSINSTALL 
>                          WITHOUT_TELNET WITHOUT_TEXTPROC 
>                          WITHOUT_WIRELESS 
>   Log:
>   SVN rev 183242 on 2008-09-21 22:02:26Z by sam
>   
>   add new build knobs and jigger some existing controls to improve
>   control over the result of buildworld and installworld; this especially
>   helps packaging systems such as nanobsd
>   
>   Reviewed by:    various (posted to arch)
>   MFC after:      1 month
>   
>   Revision  Changes    Path
>   1.369     +54 -13    src/etc/Makefile
>   1.17      +37 -12    src/etc/periodic/daily/Makefile
>   1.4       +9 -2      src/etc/periodic/monthly/Makefile
>   1.7       +17 -4     src/etc/periodic/security/Makefile
>   1.10      +17 -5     src/etc/periodic/weekly/Makefile
>   1.99      +6 -5      src/gnu/usr.bin/Makefile
>   1.233     +42 -24    src/lib/Makefile
>   1.80      +21 -5     src/libexec/Makefile
>   1.174     +22 -5     src/sbin/Makefile
>   1.39      +26 -16    src/share/Makefile
>   1.78      +40 -1     src/share/mk/bsd.own.mk
>   1.1       +5 -0      src/tools/build/options/WITHOUT_ACCT (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_AMD (new)
>   1.1       +5 -0      src/tools/build/options/WITHOUT_APM (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_AT (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_CTM (new)
>   1.1       +3 -0      src/tools/build/options/WITHOUT_FREEBSD_UPDATE (new)
>   1.1       +2 -0      src/tools/build/options/WITHOUT_IPFW (new)
>   1.1       +3 -0      src/tools/build/options/WITHOUT_JAIL (new)
>   1.1       +5 -0      src/tools/build/options/WITHOUT_LEGACY_CONSOLE (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_LOCATE (new)
>   1.1       +2 -0      src/tools/build/options/WITHOUT_MAIL (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_MAKE (new)
>   1.1       +3 -0      src/tools/build/options/WITHOUT_NDIS (new)
>   1.1       +3 -0      src/tools/build/options/WITHOUT_NETGRAPH (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_NTP (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_PKGTOOLS (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_PMC (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_PORTSNAP (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_PPP (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_QUOTAS (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_ROUTED (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_SLIP (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_SYSINSTALL (new)
>   1.1       +4 -0      src/tools/build/options/WITHOUT_TELNET (new)
>   1.1       +3 -0      src/tools/build/options/WITHOUT_TEXTPROC (new)
>   1.1       +5 -0      src/tools/build/options/WITHOUT_WIRELESS (new)
>   1.319     +75 -27    src/usr.bin/Makefile
>   1.41      +10 -3     src/usr.bin/netstat/Makefile
>   1.91      +8 -2      src/usr.bin/netstat/main.c
>   1.56      +2 -0      src/usr.bin/netstat/netstat.h
>   1.395     +181 -61   src/usr.sbin/Makefile

You might also want to regen the src.conf(5) manual page and commit that!
Regards!
//Niclas
-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48D7FC18.5000106>