diff options
author | jmmv <jmmv> | 2005-06-18 14:32:38 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-06-18 14:32:38 +0000 |
commit | a7db187995c683f6ef44b67e408c5a15f9ede0e9 (patch) | |
tree | 6a70448858aeada473cf42eb351a4136773bd83f /devel/boost-python | |
parent | 31ff628996abbae36a6dc1b40654029d6af5370a (diff) | |
download | pkgsrc-a7db187995c683f6ef44b67e408c5a15f9ede0e9.tar.gz |
Enable sonames under DragonFly, FreeBSD and NetBSD. The default build
infrastructure only uses them under Linux and OpenBSD (eww, hardcoded
logic based on OS names).
Aside making installations more consistent across systems, this lets
Boost work correctly on the systems where sonames were previously used.
Otherwise, they are unable to find the correct libraries at runtime and
we get PLIST errors (more files installed than expected). The problem
exposes itself when building software that needs Boost (e.g. monotone).
This also means that we can't rename the installed libraries any more as
we were doing until now, because programs linked against them will be
looking for their respective sonames. Therefore, keep the default names
produced by a --layout=system build.
Bump PKGREVISION of boost, boost-libs and boost-python to 1.
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/Makefile | 4 | ||||
-rw-r--r-- | devel/boost-python/PLIST | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index 142ede1cadb..7ddc20a0b18 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2005/02/26 22:48:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/18 14:32:39 jmmv Exp $ # BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) BOOST_CONFIG= installed +PKGREVISION= 1 + .include "../../meta-pkgs/boost/Makefile.common" BJAM_ARGS+= --with-python diff --git a/devel/boost-python/PLIST b/devel/boost-python/PLIST index d02dfb782fc..914bbd8e094 100644 --- a/devel/boost-python/PLIST +++ b/devel/boost-python/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/26 22:48:35 jmmv Exp $ -lib/libboost_python.a -lib/libboost_python.so +@comment $NetBSD: PLIST,v 1.3 2005/06/18 14:32:39 jmmv Exp $ +lib/libboost_python-mt.a +lib/libboost_python-mt.so +lib/libboost_python-mt.so.${PKGVERSION} |