Bug 184801 - [PATCH] devel/boost-libs: fix include path
Summary: [PATCH] devel/boost-libs: fix include path
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 Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 12:30 UTC by Dmitry Marakasov
Modified: 2014-02-27 15:05 UTC (History)
1 user (show)

See Also:


Attachments
boost-libs-1.52.0_3.patch (1.13 KB, patch)
2013-12-16 12:30 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 2013-12-16 12:30:00 UTC
boost/signals2/detail/variadic_slot_invoker.hpp has #include of another boost file with incorrect path (boost/tuple.hpp instead of boost/tuple/tuple.hpp)

% pkg info -l boost-libs | grep boost/tuple.hpp
% pkg info -l boost-libs | grep boost/tuple/tuple.hpp 
	/usr/local/include/boost/tuple/tuple.hpp

which prevents consumers of this file from compiling. This was fixed in boost SVN rev 78502, fix it here until boost port is updated to more recent version.

Port maintainer (office@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-16 12:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-02-27 15:05:10 UTC
State Changed
From-To: open->closed

new boost is in, and looks fixed.