summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add files to remove when MK_TELNET=no.antoine2010-02-281-0/+7
|
* Add files to remove when MK_NDIS=no.antoine2010-02-281-0/+8
|
* Update files to remove when MK_NCP=no.antoine2010-02-281-2/+2
|
* Update files to remove when MK_LPR=no.antoine2010-02-281-0/+4
|
* Add files to remove when MK_WIRELESS=no.antoine2010-02-281-0/+29
|
* Do not remove fmt.1 when MK_MAIL=no.antoine2010-02-261-1/+0
| | | | X-MFC-With: r203584
* Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPERdelphij2010-02-101-0/+2
| | | | | | and MK_SENDMAIL is "no". Reported by: Rob Farmer <rfarmer at predatorlabs.net>
* As it turns out, fmt(1) is being used by the base system as well as thedelphij2010-02-091-1/+0
| | | | | | | | | ports tree extensively and it is probably a good idea to keep it regardless of NO_MAIL setting. Reported by: Alexander Best Reviewed by: antoine X-MFC-With: r203584
* Add files for NO_MAIL, NO_SENDMAIL and NO_MAILWRAPPER.delphij2010-02-071-6/+241
| | | | MFC after: 2 weeks
* Update files to remove when MK_KERBEROS=no.antoine2010-02-061-116/+256
|
* Add files to remove when MK_JAIL=no.antoine2010-02-061-0/+9
|
* Update files to remove when MK_IPX=no.antoine2010-02-061-2/+2
|
* Add files to remove when MK_IPFW=no.antoine2010-02-061-0/+11
|
* Move rescue/ping6 from files to remove when MK_INET6=no to file to removeantoine2010-02-061-1/+4
| | | | when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no)
* Add file to remove when MK_IDEA=no.antoine2010-02-061-0/+4
|
* Add files to remove when MK_GSSAPI=no.antoine2010-02-061-0/+79
|
* Add files to remove when MK_GPIB=no.antoine2010-01-301-3/+16
|
* Add files to remove when MK_GDB=no.antoine2010-01-301-3/+12
|
* Add files to remove when MK_GAMES=no.antoine2010-01-301-3/+48
|
* Add files to remove when MK_FREEBSD_UPDATE=no.antoine2010-01-301-0/+7
|
* Add files to remove when MK_FLOPPY=no.antoine2010-01-301-0/+11
|
* Add files to remove when MK_DICT=no.antoine2010-01-241-3/+8
|
* Add files to remove when MK_CVS=no.antoine2010-01-241-3/+28
|
* Add files to remove when MK_CTM=no.antoine2010-01-241-0/+12
|
* Add files to remove when MK_CPP=no.antoine2010-01-241-3/+4
|
* Update files to remove when MK_ZFS=no.antoine2010-01-161-3/+19
|
* Update files to remove when MK_CDDL=no.antoine2010-01-161-4/+55
|
* Add files to remove when MK_CALENDAR=no.antoine2010-01-161-3/+59
|
OpenPOWER on IntegriCloud