Bug 206999 - textproc/libvisio: fix build with boost 1.60
Summary: textproc/libvisio: fix build with boost 1.60
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks: 199601
  Show dependency treegraph
 
Reported: 2016-02-07 14:15 UTC by Dmitry Marakasov
Modified: 2016-02-25 23:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments
Patch (744 bytes, patch)
2016-02-07 14:15 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2016-02-07 14:15:03 UTC
Created attachment 166706 [details]
Patch

With boost 1.60 (see https://wiki.freebsd.org/BoostPortingProject/1.55-to-1.60):

../../lib/.libs/libvisio-0.0.so: undef../../lib/.libs/libvisio-0.0.so: undefined reference to `boost::system::system_category()'
../../lib/.libs/libvisio-0.0.so: undefined reference to `boost::system::generic_category()'
c++ined reference to `boost::system::system_category()'
../../lib/.libs/libvisio-0.0.so: undefined reference to `boost::system::generic_category()'

Full log:

https://people.freebsd.org/~truckman/boost-1.60_fallout/r405759/FreeBSD-10.1-amd64/libvisio-0.0.31_4.log

Fixed by adding -lboost_system to LIBS.

Not tested the depends, may also need adding it to pkg-config LIBS.
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2016-02-25 23:19:31 UTC
This port was deprecated.