Gabor Kovesdan
6608cc579e
- Change default grep back to GNU version. BSD grep can be built with the
...
WITH_BSD_GREP knob.
- Bump __FreeBSD_version
Requested by: dougb
Approved by: delphij (mentor)
2010-08-23 10:04:26 +00:00
Gabor Kovesdan
4dc88ebedf
Add BSD grep to the base system and make it our default grep.
...
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
2010-07-22 19:11:57 +00:00
Ed Schouten
781ad8efe1
Chase LLVM version bump to 2.8.
2010-07-21 08:27:56 +00:00
Alexander Leidinger
e137ba592e
Add the ZFS periodic daily scripts to the ZFS part.
2010-06-17 12:37:50 +00:00
Ed Schouten
edec9228fa
Add Clang to OptionalObsoleteFiles.inc.
...
This means you can now deinstall Clang by running make delete-old with
WITHOUT_CLANG set.
2010-06-14 19:10:30 +00:00
Ed Schouten
c58a2cf366
Fix typo.
...
Spotted by: Garrett Cooper
2010-06-10 06:20:26 +00:00
Ed Schouten
9e303702a0
This should be commented out.
2010-06-09 20:18:18 +00:00
Roman Divacky
2dd5cc396f
Add WITHOUT_CLANG file with a description.
...
Approved by: ed (mentor)
2010-06-09 20:11:35 +00:00
Rafal Jaworowski
4f1ca2a872
Introduce a new build knob for Flattened Device Tree support.
...
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
2010-05-25 15:12:21 +00:00
Jung-uk Kim
bea3599d7d
Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5).
2010-05-20 00:07:21 +00:00
Xin LI
36e60cda45
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
2010-03-26 17:02:32 +00:00
Antoine Brodin
b974b08f1d
Add files to remove when MK_PPP=no.
2010-02-28 14:43:55 +00:00
Antoine Brodin
72647fe8e4
Add files to remove when MK_PORTSNAP=no.
2010-02-28 14:41:28 +00:00
Antoine Brodin
78d8164c0f
Add files to remove when MK_PKGTOOLS=no.
2010-02-28 14:39:39 +00:00
Antoine Brodin
c13190b297
Add files to remove when MK_PF=no.
2010-02-28 14:37:39 +00:00
Antoine Brodin
58f47440a2
Add files to remove when MK_NTP=no.
2010-02-28 14:32:29 +00:00
Antoine Brodin
fda29b2349
Update files to remove when MK_RCMDS=no.
2010-02-28 14:29:22 +00:00
Antoine Brodin
50d16bbe9f
Add files to remove when MK_RCS=no.
2010-02-28 14:26:28 +00:00
Antoine Brodin
236443476e
Add files to remove when MK_ROUTED=no.
2010-02-28 14:24:38 +00:00
Antoine Brodin
1fe4843a49
Add files to remove when MK_TELNET=no.
2010-02-28 14:23:38 +00:00
Antoine Brodin
94cd15a9ee
Add files to remove when MK_NDIS=no.
2010-02-28 14:21:15 +00:00
Antoine Brodin
8c7d0ea263
Update files to remove when MK_NCP=no.
2010-02-28 14:13:33 +00:00
Antoine Brodin
c742deed4f
Update files to remove when MK_LPR=no.
2010-02-28 14:12:05 +00:00
Antoine Brodin
9586e95257
Add files to remove when MK_WIRELESS=no.
2010-02-28 14:08:12 +00:00
Antoine Brodin
e94be45c0c
Do not remove fmt.1 when MK_MAIL=no.
...
X-MFC-With: r203584
2010-02-26 23:26:15 +00:00
Xin LI
cebcc1ac1b
Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPER
...
and MK_SENDMAIL is "no".
Reported by: Rob Farmer <rfarmer at predatorlabs.net>
2010-02-10 00:01:35 +00:00
Xin LI
07ea9a7c2f
As it turns out, fmt(1) is being used by the base system as well as the
...
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
2010-02-09 18:22:26 +00:00
Xin LI
4c63c240fb
Add files for NO_MAIL, NO_SENDMAIL and NO_MAILWRAPPER.
...
MFC after: 2 weeks
2010-02-07 00:38:31 +00:00
Antoine Brodin
a48279bb03
Update files to remove when MK_KERBEROS=no.
2010-02-06 20:21:03 +00:00
Antoine Brodin
e86622b3d7
Add files to remove when MK_JAIL=no.
2010-02-06 20:11:23 +00:00
Antoine Brodin
2677a43216
Update files to remove when MK_IPX=no.
2010-02-06 20:09:55 +00:00
Antoine Brodin
02eb407f8c
Add files to remove when MK_IPFW=no.
2010-02-06 20:08:46 +00:00
Antoine Brodin
91ff065b11
Move rescue/ping6 from files to remove when MK_INET6=no to file to remove
...
when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no)
2010-02-06 20:06:06 +00:00
Antoine Brodin
a2ccbc2954
Add file to remove when MK_IDEA=no.
2010-02-06 20:02:56 +00:00
Antoine Brodin
b6d220d05b
Add files to remove when MK_GSSAPI=no.
2010-02-06 20:00:35 +00:00
Antoine Brodin
96e9532b9d
Add files to remove when MK_GPIB=no.
2010-01-30 19:36:55 +00:00
Antoine Brodin
2ea25692d0
Add files to remove when MK_GDB=no.
2010-01-30 19:33:45 +00:00
Antoine Brodin
051426045b
Add files to remove when MK_GAMES=no.
2010-01-30 19:32:01 +00:00
Antoine Brodin
b983b14617
Add files to remove when MK_FREEBSD_UPDATE=no.
2010-01-30 19:29:02 +00:00
Antoine Brodin
aa6bef9eff
Add files to remove when MK_FLOPPY=no.
2010-01-30 19:26:28 +00:00
Antoine Brodin
629b054a63
Add files to remove when MK_DICT=no.
2010-01-24 14:13:56 +00:00
Antoine Brodin
73ff661084
Add files to remove when MK_CVS=no.
2010-01-24 14:09:45 +00:00
Antoine Brodin
7692d80e7b
Add files to remove when MK_CTM=no.
2010-01-24 14:06:19 +00:00
Antoine Brodin
682e107237
Add files to remove when MK_CPP=no.
2010-01-24 14:04:38 +00:00
Antoine Brodin
e493781a2c
Update files to remove when MK_ZFS=no.
2010-01-16 20:42:50 +00:00
Antoine Brodin
af5b47240f
Update files to remove when MK_CDDL=no.
2010-01-16 20:40:12 +00:00
Antoine Brodin
2ab199278f
Add files to remove when MK_CALENDAR=no.
2010-01-16 20:36:27 +00:00
Antoine Brodin
bd0a3ed532
Update files to remove when MK_BLUETOOTH=no.
2010-01-09 19:52:42 +00:00
Antoine Brodin
22f09c9f1e
Add files to remove when MK_AUTHPF=no.
2010-01-09 19:13:56 +00:00
Antoine Brodin
6fccaa0764
Add files to remove when MK_ATM=no.
2010-01-09 19:12:33 +00:00