Tue Nov 24 09:53:13 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.14 -r1.15 pkgsrc/devel/boost-python/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/boost-python/buildlink3.mk

cvs diff -r1.14 -r1.15 pkgsrc/devel/boost-python/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boost-python/Attic/Makefile 2009/10/15 07:29:02 1.14
+++ pkgsrc/devel/boost-python/Attic/Makefile 2009/11/24 09:53:12 1.15
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.14 2009/10/15 07:29:02 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2009/11/24 09:53:12 adam Exp $
2 2
3PKGREVISION= 1 
4BOOST_PACKAGE= python 3BOOST_PACKAGE= python
5BOOST_COMMENT= (Boost.Python binary library) 4BOOST_COMMENT= (Boost.Python binary library)
6BOOST_CONFIG= installed 5BOOST_CONFIG= installed
7 6
8PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
9 8
10.include "../../meta-pkgs/boost/Makefile.common" 9.include "../../meta-pkgs/boost/Makefile.common"
11 10
12BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam 11BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
13BJAM_ARGS+= --with-python 12BJAM_ARGS+= --with-python
14MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC} 13MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
15PYTHON_VERSIONS_ACCEPTED= 26 25 14PYTHON_VERSIONS_ACCEPTED= 26 25
16 15

cvs diff -r1.17 -r1.18 pkgsrc/devel/boost-python/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/boost-python/Attic/buildlink3.mk 2009/10/14 06:40:08 1.17
+++ pkgsrc/devel/boost-python/Attic/buildlink3.mk 2009/11/24 09:53:12 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.17 2009/10/14 06:40:08 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.18 2009/11/24 09:53:12 adam Exp $
2 2
3BUILDLINK_TREE+= boost-python 3BUILDLINK_TREE+= boost-python
4 4
5.if !defined(BOOST_PYTHON_BUILDLINK3_MK) 5.if !defined(BOOST_PYTHON_BUILDLINK3_MK)
6BOOST_PYTHON_BUILDLINK3_MK:= 6BOOST_PYTHON_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-python+= boost-python-1.40.* 9BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.41.*
10BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.40.* 10BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.41.*
11BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python 11BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
12 12
13.include "../../devel/boost-headers/buildlink3.mk" 13.include "../../devel/boost-headers/buildlink3.mk"
14.endif # BOOST_PYTHON_BUILDLINK3_MK 14.endif # BOOST_PYTHON_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -boost-python 16BUILDLINK_TREE+= -boost-python