The latest version of icu is 3.4. But when boost searches for libs it looks for: LIB_DEPENDS+= icuuc.32:${PORTSDIR}/devel/icu. So if the icu3.2 is found, it will be upgraded to 3.4 and then boost fails, not finding icuuc.32 - which is from version 3.2. Fix: Change Makefile to LIB_DEPENDS+= icuuc.34:${PORTSDIR}/devel/icu How-To-Repeat: Deinstall icu, deinstall boost and do portinstall boost.
Responsible Changed From-To: freebsd-ports-bugs->barner I'll take it.
State Changed From-To: open->closed Committed. Thanks for reporting!