summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authoradam <adam>2009-11-24 09:50:33 +0000
committeradam <adam>2009-11-24 09:50:33 +0000
commitbc6b3d643b4a3788db2ca82910082eba5210c6e8 (patch)
tree50bb9ad9856e1d3a3fa904f7afc4ea5ccf4ea1af /devel/boost-python
parent3f93d0d64e5e85684b05f453e465018c8b624763 (diff)
downloadpkgsrc-bc6b3d643b4a3788db2ca82910082eba5210c6e8.tar.gz
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.
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/Makefile3
-rw-r--r--devel/boost-python/buildlink3.mk6
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
index f8523565c76..90ee65d316f 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.14 2009/10/15 07:29:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2009/11/24 09:53:12 adam Exp $
-PKGREVISION= 1
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
BOOST_CONFIG= installed
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk
index d31c83bcebc..19efa7d9654 100644
--- a/devel/boost-python/buildlink3.mk
+++ b/devel/boost-python/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2009/10/14 06:40:08 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2009/11/24 09:53:12 adam Exp $
BUILDLINK_TREE+= boost-python
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-python
BOOST_PYTHON_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.40.*
-BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.40.*
+BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.41.*
+BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.41.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"