make buildworld WITHOUT_KERBEROS

Hello forum :)

I’ve been using FreeBSD 8 for a few weeks now and decided to throw out some stuff in world that I don’t need. My biggest concern is, however, is it safe to remove Kerberos, i.e., are there any ports I need to recompile or that would stop working completely without Kerberos?
 
There are some ports that have a 'WITH(OUT)_KERBEROS' build option, but you should be able to find those quickly with something like [cmd=]grep -rli KERBEROS /var/db/ports/[/cmd]. I have Pidgin installed, and there appears to be no link to Kerberos there (maybe in a Pidgin port sub-option I'm not using).
 
Okay, thank you DutchDaemon. The command returns only two ports, both configured without Kerberos, so I guess this should be no problem. I’ll remove Kerberos with next world/kernel update.
 
Back
Top