Advertisement
jozze

/etc/src.conf

May 17th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. WITH_CLANG=yes
  2. WITH_CLANG_EXTRAS=yes
  3. WITH_CLANG_IS_CC=yes
  4. # WITHOUT_GCC=yes
  5.  
  6. # filtering out the unneeded
  7. # ##############################
  8. WITHOUT_ZFS=yes # no ZFS support
  9. WITH_BIND_LARGE_FILE=yes # enable 64-bit file support
  10. WITHOUT_KERBEROS=yes # no Kerberos and its tools
  11. WITHOUT_KERBEROS_SUPPORT=yes # no Kerberos support whatsoever
  12. WITHOUT_CVS=yes # without CVS and its tools
  13. WITHOUT_CTM=yes # without CVS-TO-MAIL support
  14.  
  15. WITHOUT_GAMES=yes # without BSD-games
  16. WITHOUT_HTML=yes # without HTML docs
  17. WITHOUT_PKGTOOLS=yes # no pkg_add(8) and related programs
  18. WITHOUT_PORTSNAP=yes # don't build portsnap (since I don't use it)
  19. WITHOUT_QUOTAS=yes # don't build quotas support
  20. WITHOUT_SHAREDOCS=yes # don't build 4.4BSD legacy docs
  21. WITHOUT_SYSINSTALL=yes # don't build sysinstall -- I have LiveCD for that
  22.  
  23. WITHOUT_TELNET=yes # no Telnet support, if I would, I'd use SSH
  24. WITHOUT_IPX=yes # again, it was replaced by TCP IP
  25. #WITHOUT_INET6=yes # no IPv6 support
  26. #WITHOUT_INET6_SUPPORT=yes # no IPv6 related programs
  27.  
  28. WITHOUT_BLUETOTH=yes # speaks for itself
  29. WITHOUT_ATM=yes # no Asynchronous Transfer Mode
  30.  
  31. WITHOUT_LPR=yes # no printer support -- I can't get it to work anyway
  32.  
  33. # I don't really need this
  34. WITHOUT_MAIL=yes # without MAILWRAPPER and SENDMAIL zusammen ;)
  35. WITHOUT_NETGRAPH=yes # without netgraph(4) support
  36. WITHOUT_LOCATE=yes # I don't use locate(1) anyway
  37. WITHOUT_PF=yes # without PF firewall
  38. WITHOUT_FREEBSD_UPDATE=yes # don't build freebsd-update utility
  39. WITHOUT_EXAMPLES=yes # seriously, all examples are already on the web ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement