diff options
author | jmmv <jmmv@pkgsrc.org> | 2009-03-03 08:57:57 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2009-03-03 08:57:57 +0000 |
commit | 1bb4f730431fdd2086a72b852f5ce0babdee1bdf (patch) | |
tree | 92b17cc3f18a01e25c37ba56cb7c776f296a44ae /devel/boost-python | |
parent | 4afc90df427408e2ade8b8c40b6bcacfaf62ebeb (diff) | |
download | pkgsrc-1bb4f730431fdd2086a72b852f5ce0babdee1bdf.tar.gz |
Update boost to 1.38.0. Patches from Brook Milligan in private mail.
Lots of changes to list here. As usual, some new libraries have been
added and there have been improvements all around. Of special interest
is that we can now erase most of our local patches because they have
been imported upstream.
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk index f44117dcb38..1acc4012385 100644 --- a/devel/boost-python/buildlink3.mk +++ b/devel/boost-python/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2008/09/13 16:14:13 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2009/03/03 08:57:58 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ BOOST_PYTHON_BUILDLINK3_MK:= ${BOOST_PYTHON_BUILDLINK3_MK}+ @@ -13,8 +13,8 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}boost-python .if !empty(BOOST_PYTHON_BUILDLINK3_MK:M+) # Use a dependency pattern that guarantees the proper ABI. -BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.36.* -BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.36.* +BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.38.* +BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.38.* BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python .endif |