Advertisement
jozze

Untitled

Jun 7th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. WITH_CLANG=yes # build the clang compiler
  2. WITH_CLANG_EXTRAS=yes # additional clang and llvm tools, e. g. bugpoint
  3. WITH_CLANG_FULL=yes # add ARCMigrate, Rewriter,StaticAnalyzer for clang
  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. #WITHOUT_GCC=yes # don't build the GNU Compiler Collection
  7.  
  8. # filtering out the useless crap
  9. # ##############################
  10. WITHOUT_ZFS=yes # no ZFS support
  11. WITH_BIND_LARGE_FILE=yes # enable 64-bit file support
  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_SYSINSTALL=yes # don't build sysinstall -- I have LiveCD for that
  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.  
  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 ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement