summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Collapse)AuthorAgeFilesLines
* Add WITHOUT_UTMPX switch to the build system.ed2011-06-172-0/+28
| | | | | | | | | This knob removes the tools that are exclusively used to view and maintain the databases maintained by utmpx, namely last, users, who, wtmpcvt, ac, lastlogin and utxrm. The tool w is not in this list, because it has some other functionality which is unrelated to utmpx; it is hardlinked to the uptime tool.
* Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT.ed2011-06-171-1/+0
|
* Don't omit ac(8) as part of WITHOUT_ACCT.ed2011-06-172-4/+2
| | | | | | | The WITHOUT_ACCT switch is supposed to omit tools related to process accounting, namely accton and sa. ac(8) is just a simple tool that prints statistics based on data in the utx.log database. It has nothing to do with the former.
* + Tighten up (and simplify) the pass_cmd_vars_1 "variable definition arrivedobrien2011-05-251-12/+9
| | | | | from the calling make" test. + Be more tolerant of newlines in the plus_flag "supports the '+' flag" test.
* Build and install a BSD licensed grep.obrien2011-05-251-1/+1
| | | | | | | | If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be '[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep will be 'gnugrep'. Discussed with: brooks
* Add the description properly...imp2011-05-221-1/+2
|
* Add documentation for WITHOUT_KERNEL_SYMBOLSimp2011-05-221-0/+4
|
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlimp2011-05-192-0/+13
| | | | | | | over building gcc and binutils. They default to true, unless MK_TOOLCHAIN is no. Reviewed by: ru@
* Added description for WITH_OFED.ru2011-05-171-0/+4
|
* Reassurance for impatient.ru2011-05-101-0/+10
|
* Style.ru2011-05-101-10/+10
|
* - There now exist options that have different defaults depending onru2011-05-103-49/+139
| | | | | | | | | | | | | | the architecture, reflect this in documentation. For such options, both WITH_FOO and WITHOUT_FOO description files should be provided. Prodded by: des - Setting a build option may enforce other build options, try harder to detect this case. - Setting a build option may change other option's default value, try harder to detect this case.
* The Objective C support was removed in r220755.ru2011-05-101-2/+0
| | | | Submitted by: des
* MK_GPIO changed its default; reflect.ru2011-05-062-2/+4
|
* Removed trailing whitespace.ru2011-05-062-2/+2
|
* Tidy up formatting.ru2011-05-061-2/+2
|
* Introduce two new options MK_INET and MK_INET_SUPPORT analogicallybz2011-04-302-0/+4
| | | | | | | | | | 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
* executabledes2011-04-281-0/+0
|
* Regenerate after r220401. It turns out makeman is clever about implieduqs2011-04-061-5/+1
| | | | | | | 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.
* Complete WITHOUT_CXX support. It implies WITHOUT_GROFF anduqs2011-04-062-3/+577
| | | | | | | | WITHOUT_CLANG. Don't build clang bootstrap/build-tools depending on this flag. We also keep gperf, devd and libstdc++ around to prevent foot-shooting and to make this a two-way street.
* - Add two more iconv-related files, which were left out from previous commitgabor2011-02-251-0/+2
| | | | Approved by: delphij (mentor)
* The default for FDT has changed, rename the flag/options file.uqs2011-02-221-1/+1
|
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-222-5/+490
| | | | | | | | | | | | 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)
* Document two more ways to find duplicates in the obsolete file list.uqs2010-12-041-1/+0
| | | | | | | Remove the only duplicate found by the optional files check. Fix typos, while here. Suggested by: netchild
* Add optional files controlled by WITH_GPIO knobgonzo2010-11-141-0/+5
| | | | Submitted by: Alexander Best <arundel@freebsd.org>
* lib32 is installed on powerpc64 too.brucec2010-11-141-10/+10
|
* libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.brucec2010-11-141-5/+2
| | | | | | liblwres.so.10 has been replaced by liblwres.so.50. Reported by: arundel
* Hide 460.chkportsum in MK_PKGTOOLS != no case.delphij2010-11-091-0/+1
| | | | | Submitted by: Alex Kozlov <spam rm-rf kiev ua> MFC after: 2 weeks
* Don't blow away /bin/rmail symlink if we are keeping mailwrapper.markm2010-10-081-0/+2
| | | | | Mailwrapper can provide a perfectly good rmail with other mailers.
* Add some missing files to optionally delete.netchild2010-10-061-0/+27
| | | | Submitted by: Paul B Mahol <onemda@gmail.com>
* - Add WITH_GPIO entry to src.conf(5) man pagegonzo2010-10-051-0/+2
|
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-232-2/+2
| | | | | | | | WITH_BSD_GREP knob. - Bump __FreeBSD_version Requested by: dougb Approved by: delphij (mentor)
* Add BSD grep to the base system and make it our default grep.gabor2010-07-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Deliverables: Small and clean code (1,4 KSLOC vs GNU's 8,5 KSLOC), lower memory usage than GNU grep, GNU compatibility, BSD license. TODO: Performance is somewhat behind GNU grep but it is only significant for bigger searches. The reason is complex, the most important factor is that GNU grep uses lots of optimizations to improve the speed of the regex library. First, we need a modern regex library (practically by adopting TRE), add support for GNU-style non-standard regexes and then reevalute the performance issues and look for bottlenecks. In the meantime, for those, who need better performance, it is possible to build GNU grep by setting WITH_GNU_GREP. Approved by: delphij (mentor) Obtained from: OpenBSD (http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/grep/), freegrep (http://github.com/howardjp/freegrep) Sponsored by: Google SoC 2008 Portbuild tests run by: kris, pav, erwin Acknowledgements to: fjoe (as SoC 2008 mentor), everyone who helped in reviewing and testing
* Chase LLVM version bump to 2.8.ed2010-07-211-6/+6
|
* Add the ZFS periodic daily scripts to the ZFS part.netchild2010-06-171-0/+2
|
* Add Clang to OptionalObsoleteFiles.inc.ed2010-06-141-0/+12
| | | | | This means you can now deinstall Clang by running make delete-old with WITHOUT_CLANG set.
* Fix typo.ed2010-06-101-1/+1
| | | | Spotted by: Garrett Cooper
* This should be commented out.ed2010-06-091-1/+1
|
* Add WITHOUT_CLANG file with a description.rdivacky2010-06-091-0/+2
| | | | Approved by: ed (mentor)
* Introduce a new build knob for Flattened Device Tree support.raj2010-05-251-0/+3
| | | | | Reviewed by: imp Sponsored by: The FreeBSD Foundation
* Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5).jkim2010-05-201-0/+9
|
* Remove GNU cpio after fix of CVE-2010-0624.delphij2010-03-262-12/+0
| | | | | | | | | | | | | 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
* Add files to remove when MK_PPP=no.antoine2010-02-281-0/+8
|
* Add files to remove when MK_PORTSNAP=no.antoine2010-02-281-0/+9
|
* Add files to remove when MK_PKGTOOLS=no.antoine2010-02-281-0/+16
|
* Add files to remove when MK_PF=no.antoine2010-02-281-3/+28
|
* Add files to remove when MK_NTP=no.antoine2010-02-281-0/+87
|
* Update files to remove when MK_RCMDS=no.antoine2010-02-281-0/+8
|
* Add files to remove when MK_RCS=no.antoine2010-02-281-3/+24
|
* Add files to remove when MK_ROUTED=no.antoine2010-02-281-0/+7
|
OpenPOWER on IntegriCloud