I am still messing around with learning ports et al and using Dovecot for my testing. This time I completely unchecked everything in the config menu, including the option for building with IPv6.
However, it looks like make doesn't like it and complains with:
And if I run 'dovecot --build-options' I get:
So ipv6 was built. Which leads me to my best guess is that /etc/make.conf is superceeding the locally set options in the ports .. perhaps?
It makes me no difference either way, but I got to thinking, what if I didn't want IPv6 built. Why is the --disable-ipv6 option there if it is not going to be obeyed?
However, it looks like make doesn't like it and complains with:
Code:
configure: WARNING: unrecognized options: --disable-ipv6, --without-deliver
And if I run 'dovecot --build-options' I get:
Code:
# dovecot --build-options
Build options: ioloop=kqueue notify=kqueue ipv6
Mail storages: cydir dbox maildir mbox raw shared
SQL drivers:
Passdb: checkpassword pam passwd passwd-file
Userdb: nss passwd passwd-file prefetch static
It makes me no difference either way, but I got to thinking, what if I didn't want IPv6 built. Why is the --disable-ipv6 option there if it is not going to be obeyed?