Date: Tue, 22 Feb 2011 08:13:49 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 src/etc Makefile src/etc/mtree BSD.groff.dist BSD.usr.dist Makefile src/share/doc Makefile src/tools/build/mk OptionalObsoleteFiles.inc src/tools/build/options WITHOUT_GROFF src/usr.bin Makefile Message-ID: <201102220814.p1M8EBAU097934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2011-02-22 08:13:49 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
etc Makefile
etc/mtree BSD.usr.dist Makefile
share/doc Makefile
tools/build/mk OptionalObsoleteFiles.inc
tools/build/options WITHOUT_GROFF
usr.bin Makefile
Added files:
etc/mtree BSD.groff.dist
Log:
SVN rev 218941 on 2011-02-22 08:13:49Z by uqs
Flesh out WITHOUT_GROFF support to DTRT.
A full featured groff is required during buildworld, so build it always
and don't rely on it being present on the host system.
vgrind(1) is tightly coupled to a roff processor and will not be
built/installed when groff is disabled. Also much of the roff'ed
documentation under share/doc will not be built/installed when
WITHOUT_GROFF is defined.
Reviewed by: ru (partial)
Revision Changes Path
1.684 +13 -8 src/Makefile.inc1
1.387 +3 -0 src/etc/Makefile
1.1 +48 -0 src/etc/mtree/BSD.groff.dist (new)
1.352 +0 -38 src/etc/mtree/BSD.usr.dist
1.8 +3 -0 src/etc/mtree/Makefile
1.22 +6 -1 src/share/doc/Makefile
1.75 +485 -4 src/tools/build/mk/OptionalObsoleteFiles.inc
1.2 +5 -1 src/tools/build/options/WITHOUT_GROFF
1.341 +4 -2 src/usr.bin/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102220814.p1M8EBAU097934>
