Bug 102524 - devel/boost port minor library symlink glitch
Summary: devel/boost port minor library symlink glitch
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-26 00:20 UTC by Bruce A. Mah
Modified: 2006-08-31 12:18 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 Bruce A. Mah freebsd_committer freebsd_triage 2006-08-26 00:20:18 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-26 00:20:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer
Comment 2 Simon Barner freebsd_committer freebsd_triage 2006-08-31 12:18:04 UTC
State Changed
From-To: open->closed

Fixed, thanks!