devel/boost-python-libs fails to build with python version 3.2. This patch fixes that.
Maintainer of devel/boost-python-libs, Please note that PR ports/173575 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173575 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-office Over to new maintainer, can you check with new boost?
While manually building devel/boost-python-libs against python 3.x can be done there are two things to consider. First is that when boost-python-libs is built against py3.x more lib files are generated that aren't taken into account, they are libboost_python3 with .a .so and .so.%%BOOST_SHARED_LIB_VER%% suffixes. The second issue is that when another port brings in boost-python-libs as a dependency I don't see a way to make it build against python 3.x. The only way I have found to make this work is to create another port that only builds against python 3.x While blender did start using this for a while they have dropped it but I thought I would still send this in. The attached patch is a duplicate of boost-python-libs v1.52 that is adjusted to handle libboost_python3
Responsible Changed From-To: freebsd-office->office Canonicalize assignment.
Sorry for long delay here, but can you check on newer boost?
(In reply to Baptiste Daroussin from comment #6) > Sorry for long delay here, but can you check on newer boost? It looks fine now.