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-libs | |
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-libs')
-rw-r--r-- | devel/boost-libs/PLIST | 18 | ||||
-rw-r--r-- | devel/boost-libs/buildlink3.mk | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index ced054d39c6..9710b6fa4e2 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2008/09/13 16:14:13 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/03/03 08:57:58 jmmv Exp $ lib/libboost_date_time-mt-d.a lib/libboost_date_time-mt-d.so lib/libboost_date_time-mt.a @@ -23,10 +23,10 @@ lib/libboost_math_c99f-mt-d.a lib/libboost_math_c99f-mt-d.so lib/libboost_math_c99f-mt.a lib/libboost_math_c99f-mt.so -lib/libboost_math_c99l-mt-d.a -lib/libboost_math_c99l-mt-d.so -lib/libboost_math_c99l-mt.a -lib/libboost_math_c99l-mt.so +@comment lib/libboost_math_c99l-mt-d.a +@comment lib/libboost_math_c99l-mt-d.so +@comment lib/libboost_math_c99l-mt.a +@comment lib/libboost_math_c99l-mt.so lib/libboost_math_tr1-mt-d.a lib/libboost_math_tr1-mt-d.so lib/libboost_math_tr1-mt.a @@ -35,10 +35,10 @@ lib/libboost_math_tr1f-mt-d.a lib/libboost_math_tr1f-mt-d.so lib/libboost_math_tr1f-mt.a lib/libboost_math_tr1f-mt.so -lib/libboost_math_tr1l-mt-d.a -lib/libboost_math_tr1l-mt-d.so -lib/libboost_math_tr1l-mt.a -lib/libboost_math_tr1l-mt.so +@comment lib/libboost_math_tr1l-mt-d.a +@comment lib/libboost_math_tr1l-mt-d.so +@comment lib/libboost_math_tr1l-mt.a +@comment lib/libboost_math_tr1l-mt.so lib/libboost_prg_exec_monitor-mt-d.a lib/libboost_prg_exec_monitor-mt-d.so lib/libboost_prg_exec_monitor-mt.a diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk index 2141c34c4d0..fbe185d65d6 100644 --- a/devel/boost-libs/buildlink3.mk +++ b/devel/boost-libs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2008/09/13 16:14:13 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2009/03/03 08:57:58 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ BOOST_LIBS_BUILDLINK3_MK:= ${BOOST_LIBS_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}boost-libs .if !empty(BOOST_LIBS_BUILDLINK3_MK:M+) # Use a dependency pattern that guarantees the proper ABI. -BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.36.* +BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.38.* BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs .endif # BOOST_LIBS_BUILDLINK3_MK |