summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authoradam <adam>2013-11-12 16:49:07 +0000
committeradam <adam>2013-11-12 16:49:07 +0000
commit83d4b8f2c14ed5ec37165dcf11279d740ccb2780 (patch)
tree5aa362db9325036fd101c5c25f799e6cbdeff724 /devel/boost-python
parent492e0caa860cbc92329244956cb45eadf62847b0 (diff)
downloadpkgsrc-83d4b8f2c14ed5ec37165dcf11279d740ccb2780.tar.gz
Changes 1.55.0:
Support was removed from Config for some very old versions of compilers. The new minimum requirements are: Digitial Mars 8.41 GCC 3.3 Intel 6.0 Visual C++ 7.1 Other compilers are currently unchanged, but we are considering removing support for some other old compilers. Candidates for removal are: Metroworks C++ (i.e. codewarrior) SunPro 5.7 and earlier Borland C++ Builder 2006 (5.82) and earlier If you're using any of these, please let us know on the mailing lists. We will take into account any feedback received before making a decision.
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk
index 880ad56bd24..26ec6ea45ad 100644
--- a/devel/boost-python/buildlink3.mk
+++ b/devel/boost-python/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.30 2013/02/12 21:07:21 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.31 2013/11/12 16:49:07 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.53.*
-BUILDLINK_ABI_DEPENDS.boost-python+= boost-python>=1.51.*
+BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.55.*
+BUILDLINK_ABI_DEPENDS.boost-python+= boost-python=1.55.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"