The devel/boost port does not rename and symlink the libboost_serialization library in the same way as the others in this port. It's unclear if this presents any real problem in the functionality. Fix: Add serialization to the definition of BOOST_LIBS in devel/boost/Makefile. Modify pkg-plist appropriately. How-To-Repeat: Install the port. Note that the serialization library is appears differently than (in this example) the wserialization library, in that its *.so file was not renamed to *.so.3 (and a symlink made in its place). tomcat:lib% pwd /usr/local/lib tomcat:lib% ls -sl libboost*serialization* 864 -r--r--r-- 1 root wheel 867158 Aug 25 12:18 libboost_serialization.a 400 -r--r--r-- 1 root wheel 390372 Aug 25 12:18 libboost_serialization.so 720 -r--r--r-- 1 root wheel 719654 Aug 25 12:18 libboost_wserialization.a 0 lrwxr-xr-x 1 root wheel 28 Aug 25 12:18 libboost_wserialization.so -> libboost_wserialization.so.3 336 -r--r--r-- 1 root wheel 326928 Aug 25 12:18 libboost_wserialization.so.3
Responsible Changed From-To: freebsd-ports-bugs->barner Over to maintainer
State Changed From-To: open->closed Fixed, thanks!