Tue Nov 24 09:52:33 2009 UTC ()
Changes 1.14.0:
* New Libraries
  Property Tree: A tree data structure especially suited to storing
  configuration data, from Marcin Kalicinski and Sebastian Redl.
* Updated Libraries
* Build System
  A bug preventing "fat" 32-bit + 64-bit builds on OSX has been fixed.


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/boost-libs/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/boost-libs/buildlink3.mk

cvs diff -r1.13 -r1.14 pkgsrc/devel/boost-libs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boost-libs/Makefile 2009/10/15 07:29:01 1.13
+++ pkgsrc/devel/boost-libs/Makefile 2009/11/24 09:52:33 1.14
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.13 2009/10/15 07:29:01 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2009/11/24 09:52:33 adam Exp $
2 2
3PKGREVISION= 1 
4BOOST_PACKAGE= libs 3BOOST_PACKAGE= libs
5BOOST_COMMENT= (binary libraries) 4BOOST_COMMENT= (binary libraries)
6BOOST_CONFIG= installed 5BOOST_CONFIG= installed
7BOOST_INSTALL_LIBS= yes 6BOOST_INSTALL_LIBS= yes
8 7
9PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
10 9
11.include "../../meta-pkgs/boost/Makefile.common" 10.include "../../meta-pkgs/boost/Makefile.common"
12 11
13BJAM_ARGS+= --without-python 12BJAM_ARGS+= --without-python
14 13
15.include "../../devel/boost-jam/bjam.mk" 14.include "../../devel/boost-jam/bjam.mk"
16 15

cvs diff -r1.13 -r1.14 pkgsrc/devel/boost-libs/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-libs/buildlink3.mk 2009/10/14 06:40:08 1.13
+++ pkgsrc/devel/boost-libs/buildlink3.mk 2009/11/24 09:52:33 1.14
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.13 2009/10/14 06:40:08 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.14 2009/11/24 09:52:33 adam Exp $
2 2
3BUILDLINK_TREE+= boost-libs 3BUILDLINK_TREE+= boost-libs
4 4
5.if !defined(BOOST_LIBS_BUILDLINK3_MK) 5.if !defined(BOOST_LIBS_BUILDLINK3_MK)
6BOOST_LIBS_BUILDLINK3_MK:= 6BOOST_LIBS_BUILDLINK3_MK:=
7 7
8# Use a dependency pattern that guarantees the proper ABI. 8# Use a dependency pattern that guarantees the proper ABI.
9BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.40.* 9BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.41.*
10BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs 10BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
11 11
12.include "../../devel/boost-headers/buildlink3.mk" 12.include "../../devel/boost-headers/buildlink3.mk"
13.endif # BOOST_LIBS_BUILDLINK3_MK 13.endif # BOOST_LIBS_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -boost-libs 15BUILDLINK_TREE+= -boost-libs