View difference between Paste ID: q3rrXUSu and A6e599E8
SHOW: | | - or go back to the newest paste.
1-
WITH_CLANG=yes
1+
WITH_CLANG=yes				# build the clang compiler
2-
WITH_CLANG_EXTRAS=yes
2+
WITH_CLANG_EXTRAS=yes			# additional clang and llvm tools, e. g. bugpoint
3-
WITH_CLANG_IS_CC=yes
3+
WITH_CLANG_FULL=yes			# add ARCMigrate, Rewriter,StaticAnalyzer for clang
4-
# WITHOUT_GCC=yes
4+
WITHOUT_CLANG_IS_CC=yes			# don't overwrite cc, cpp and c++ with clang
5
#WITH_CLANG_IS_CC=yes			# install clang instead /usr/bin/cc, cpp and c++
6-
# filtering out the unneeded
6+
#WITHOUT_GCC=yes			# don't build the GNU Compiler Collection
7
8
# filtering out the useless crap
9
# ##############################
10-
WITHOUT_KERBEROS=yes			# no Kerberos and its tools
10+
11
WITH_BIND_LARGE_FILE=yes		# enable 64-bit file support
12-
WITHOUT_CVS=yes				# without CVS and its tools
12+
WITHOUT_KERBEROS=yes			# no Kerberos and it's tools
13
WITHOUT_KERBEROS_SUPPORT=yes		# no Kerberos support whatsoever
14
WITHOUT_CVS=yes				# without CVS and it's tools
15
WITHOUT_CTM=yes				# without CVS-TO-MAIL support
16
17
WITHOUT_GAMES=yes			# without BSD-games
18
WITHOUT_HTML=yes			# without HTML docs
19
WITHOUT_PKGTOOLS=yes			# no pkg_add(8) and related programs
20
WITHOUT_PORTSNAP=yes			# don't build portsnap (since I don't use it)
21
WITHOUT_QUOTAS=yes			# don't build quotas support
22
WITHOUT_SHAREDOCS=yes			# don't build 4.4BSD legacy docs
23-
WITHOUT_TELNET=yes			# no Telnet support, if I would, I'd use SSH
23+
24-
WITHOUT_IPX=yes				# again, it was replaced by TCP IP
24+
25
WITHOUT_TELNET=yes			# no Telnet support -- some internet hasbeen
26
WITHOUT_IPX=yes				# again, it was replaced by TCP/IP
27
#WITHOUT_INET6=yes			# no IPv6 support
28
#WITHOUT_INET6_SUPPORT=yes		# no IPv6 related programs
29
30
WITHOUT_NETGRAPH=yes			# no netgraphing for me ...
31
WITHOUT_NETGRAPH_SUPPORT=yes		# ... and no support for it either
32
WITHOUT_BLUETOTH=yes			# speaks for itself
33
WITHOUT_ATM=yes				# no Asynchronous Transfer Mode
34
WITHOUT_LPR=yes				# no printer support -- I can't get it to work anyway
35-
WITHOUT_NETGRAPH=yes			# without netgraph(4) support
35+
36
# I don't really need this
37
WITHOUT_MAIL=yes			# without MAILWRAPPER and SENDMAIL zusammen ;)
38
WITHOUT_LOCATE=yes			# I don't use locate(1) anyway
39
WITHOUT_PF=yes				# without PF firewall
40
WITHOUT_FREEBSD_UPDATE=yes		# don't build freebsd-update utility
41
WITHOUT_EXAMPLES=yes			# seriously, all examples are already on the web ;)