cd /usr/ports;make index fails when WITH_SASL is defined. Error message: Generating INDEX-5 - please wait..libetpan-0.38: "/usr/ports/mail/cyrus-sasl2" non-existent -- dependency list incomplete ===> mail/libetpan failed Fix: In /usr/ports/mail/libetpan/Makefile must be LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 instead of LIB_DEPENDS+= sasl2.2:${PORTSDIR}/mail/cyrus-sasl2 How-To-Repeat: cd /usr/ports; make WITH_SASL index
State Changed From-To: open->closed Committed, thanks!