Bug 84209 - port index doesn't build wit WITH_SASL
Summary: port index doesn't build wit WITH_SASL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 08:30 UTC by Anatoliy Borodin
Modified: 2005-07-28 08:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoliy Borodin 2005-07-28 08:30:21 UTC
      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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-07-28 08:56:09 UTC
State Changed
From-To: open->closed

Committed, thanks!