History log of /freebsd-9.3-release/share/man/man5/src.conf.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 263061 11-Mar-2014 gjb

Regen after r263053

Sponsored by: The FreeBSD Foundation


# 252832 05-Jul-2013 emaste

Regenerate after r252827


# 247518 28-Feb-2013 des

Regenerate


# 246638 10-Feb-2013 dim

Regenerate src.conf.5 after r246637.


# 246323 04-Feb-2013 des

Regenerate


# 245462 15-Jan-2013 brooks

MFC r244562,245241,245435

Add NetBSD's mtree to the tree and install it as nmtree.

Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree by default.

Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked
as /usr/sbin/mtree as well as /usr/sbin/nmtree.

Sponsored by: DARPA, AFRL


# 235587 18-May-2012 gjb

MFC r235342:

General mdoc(7) and typo fixes.

PR: 167804


# 235399 13-May-2012 kib

Regenerate


# 233099 17-Mar-2012 dim

MFC 232322:
Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that
installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.

Note this does *not* disable building and installing gcc, which will
still be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp. If
you want to disable gcc completely, you must use WITHOUT_GCC.

MFC 232323:
Regenerate src.conf(5) after r232322.

MFC 232477:
In r232322, I forgot one case where a check for MK_CLANG_IS_CC was
needed, in sys/conf/kern.pre.mk. Add it now.

MFC 232522:
Fix a thinko in r232322, where gcc (and its tools) are not built during
the cross-tools stage, if CC=clang and WITH_CLANG_IS_CC is not set.

This causes no 'cc' to be installed in the temporary cross-tools tree,
making lint fall over later in the build, because it ignores ${CC} and
attempts to run 'cc' anyway.

To fix this, only skip building gcc during cross-tools, if WITHOUT_GCC
is set, or if WITH_CLANG_IS_CC is set.

Pointy hat to: dim


# 231919 19-Feb-2012 dim

MFC r231057:

Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,
that builds the following additional llvm/clang tools:

- bugpoint
- llc
- lli
- llvm-ar
- llvm-as
- llvm-bcanalyzer
- llvm-diff
- llvm-dis
- llvm-extract
- llvm-ld
- llvm-link
- llvm-mc
- llvm-nm
- llvm-objdump
- llvm-prof
- llvm-ranlib
- llvm-rtdyld
- llvm-stub
- macho-dump
- opt

These tools are mainly useful for people that want to manipulate llvm
bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker
with llvm and clang themselves.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223210 17-Jun-2011 ed

Regenerate src.conf.5.


# 223202 17-Jun-2011 ed

Update manpage.


# 222190 22-May-2011 imp

regen


# 222017 17-May-2011 ru

Regen for WITH_OFED.


# 221869 14-May-2011 attilio

Disconnect sun4v architecture from the three.

Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.

Reviewed by: marius
Tested by: sbruno
Approved by: re


# 221734 10-May-2011 ru

Regen.


# 221266 30-Apr-2011 bz

Introduce two new options MK_INET and MK_INET_SUPPORT analogically
with INET6 equivalents. Patch reather than re-genenerating src.conf
(given the current problem with the script that does the re-gen).

Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after: 2 weeks


# 220402 06-Apr-2011 uqs

Regenerate after r220401. It turns out makeman is clever about implied
flags, so remove that part from WITHOUT_CXX again.

This is only partially regenerated, as the entries for FDT and GPIO seem to
have switched their default state, too.


# 218943 22-Feb-2011 uqs

Regen src.conf(5) after r218941 and r218942.


# 215322 14-Nov-2010 gonzo

Regenerate src.conf manpage after adding WITHOUT_GPIO build knob


# 211808 25-Aug-2010 gabor

- Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREP


# 210392 22-Jul-2010 gabor

- Regenerate after adding WITH_GNU_GREP


# 208972 10-Jun-2010 ed

Regenerate.


# 208968 09-Jun-2010 ed

Regenerate.


# 208966 09-Jun-2010 rdivacky

Regen src.conf.5

Approved by: ed (mentor)


# 208323 19-May-2010 jkim

Regen for r208321.


# 205702 26-Mar-2010 delphij

Remove GNU cpio after fix of CVE-2010-0624.

Note that this is actually a no-op for most users, as this GNU
cpio was broken on -HEAD and 8-STABLE since last March until
the recent fix.

FreeBSD 8.0+ uses BSD cpio by default and the code is being
actively maintained.

Blessed by: kientzle
With hat: secteam
MFC after: 3 days


# 202442 16-Jan-2010 antoine

regen

MFC after: 2 weeks


# 193283 01-Jun-2009 dougb

Commit the updates to this file for the new BIND options


# 190752 05-Apr-2009 ed

Regenerate src.conf.5.


# 188813 19-Feb-2009 mtm

o grammar fix
o remove mention of libkse


# 183307 23-Sep-2008 sam

regen


# 180014 25-Jun-2008 ru

Regen properly.


# 180013 25-Jun-2008 ru

Regen.


# 179814 16-Jun-2008 dougb

Regenerate to add the definitions of WITHOUT_BSD_CPIO WITH_GNU_CPIO
and WITHOUT_GNU_GREP


# 179812 16-Jun-2008 dougb

Regenerate using svn $FreeBSD$ tags. There is no change in the actual
man page text other than the date.


# 179315 26-May-2008 bz

Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation

Discussed with: rwatson, re


# 177716 29-Mar-2008 ru

Regen.


# 175364 15-Jan-2008 brueffer

WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.

PR: 119562
Submitted by: Daniel Rucci <dan@rucci.org>
MFC after: 3 days


# 174551 12-Dec-2007 ru

Regen.


# 174520 10-Dec-2007 dougb

Regenerated page that includes the WITH_GSSAPI knob.


# 174498 09-Dec-2007 dougb

Commit the regenerated page that includes the WITHOUT_INSTALLLIB knob.


# 172804 19-Oct-2007 ru

Regen (nscd -> cached, WITHOUT_LIBPTHREAD disabling BIND).


# 172784 18-Oct-2007 bushman

Small fix in man pages after cached -> nscd renaming.

Approved by: brooks (mentor)


# 172503 10-Oct-2007 ru

Properly regen src.conf(5).

Approved by: re (kensmith)


# 172500 09-Oct-2007 obrien

Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental
treatment of 'LIBKSE' as an "old style" knob.

Submitted by: ru
Approved by: re(kensmith)


# 172491 09-Oct-2007 obrien

Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by: re(kensmith)


# 171995 27-Aug-2007 remko

Regenerate src.conf.5 -after- the addition of WITHOUT_ZONEINFO, the way
I did this in the previous commit, leaves out the parsing of $FreeBSD$
which is actually required to be parsed.

Kindly reminded by: bmah
Approved by: re (bmah)
Approved by: imp (mentor, implicit)


# 171994 27-Aug-2007 remko

Add WITHOUT_ZONEINFO to the build options and regenerate src.conf.5

Reminded by: ceri
Approved by: re (bmah)
Approved by: imp (mentor)


# 171501 19-Jul-2007 bz

Regenerate after changing src/tools/build/options/WITHOUT_TOOLCHAIN
stating that WITHOUT_TOOLCHAIN cannot be applied to build targets.

Reminded by: Niclas Zeising niclas.zeising gmail.com
Approved by: re (hrs)


# 170645 13-Jun-2007 sepotvin

Regen.


# 169651 17-May-2007 deischen

Regen


# 168411 06-Apr-2007 pjd

Regen.


# 166257 26-Jan-2007 delphij

Regen.


# 162847 30-Sep-2006 ru

Regen (removal of WITHOUT_LIBC_R).


# 162216 11-Sep-2006 ru

Regen.


# 160856 31-Jul-2006 yar

Regen.


# 160852 31-Jul-2006 yar

Regen from src/tools/build/options.


# 158687 17-May-2006 phk

Send the pcvt(4) driver off to retirement.


# 157718 13-Apr-2006 ru

Regen.


# 157378 01-Apr-2006 phk

Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETC


# 156940 21-Mar-2006 ru

Install the autogenerated src.conf(5) manpage.