summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile9
-rw-r--r--devel/boost-libs/PLIST14
-rw-r--r--devel/boost-libs/buildlink3.mk6
3 files changed, 12 insertions, 17 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 295dc465817..980e6654cdb 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.53 2017/04/22 21:03:29 adam Exp $
+# $NetBSD: Makefile,v 1.54 2017/04/29 18:31:42 adam Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed
BOOST_INSTALL_LIBS= yes
-PKGREVISION= 1
.include "../../meta-pkgs/boost/Makefile.common"
INSTALLATION_DIRS+= lib
BJAM_ARGS+= --without-python
-PLIST_VARS+= context fiber log long_double_math
+PLIST_VARS+= context fiber log
.if ${OPSYS} == "NetBSD" && ((${MACHINE_ARCH} == "i386") || (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc)))
BJAM_ARGS+= pch=off
@@ -47,10 +46,6 @@ BJAM_ARGS+= --without-fiber
PLIST.fiber= yes
.endif
-.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD"
-PLIST.long_double_math= yes
-.endif
-
UNLIMIT_RESOURCES+= stacksize
MAKE_ENV+= BZIP2_INCLUDE=${BUILDLINK_PREFIX.bzip2}/include
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST
index aa215240e78..06a16699170 100644
--- a/devel/boost-libs/PLIST
+++ b/devel/boost-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2017/01/02 09:41:50 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.34 2017/04/29 18:31:42 adam Exp $
lib/libboost_atomic.a
lib/libboost_atomic.so
lib/libboost_atomic.so.${BOOST_VERSION}
@@ -45,18 +45,18 @@ lib/libboost_math_c99.so.${BOOST_VERSION}
lib/libboost_math_c99f.a
lib/libboost_math_c99f.so
lib/libboost_math_c99f.so.${BOOST_VERSION}
-${PLIST.long_double_math}lib/libboost_math_c99l.a
-${PLIST.long_double_math}lib/libboost_math_c99l.so
-${PLIST.long_double_math}lib/libboost_math_c99l.so.${BOOST_VERSION}
+lib/libboost_math_c99l.a
+lib/libboost_math_c99l.so
+lib/libboost_math_c99l.so.${BOOST_VERSION}
lib/libboost_math_tr1.a
lib/libboost_math_tr1.so
lib/libboost_math_tr1.so.${BOOST_VERSION}
lib/libboost_math_tr1f.a
lib/libboost_math_tr1f.so
lib/libboost_math_tr1f.so.${BOOST_VERSION}
-${PLIST.long_double_math}lib/libboost_math_tr1l.a
-${PLIST.long_double_math}lib/libboost_math_tr1l.so
-${PLIST.long_double_math}lib/libboost_math_tr1l.so.${BOOST_VERSION}
+lib/libboost_math_tr1l.a
+lib/libboost_math_tr1l.so
+lib/libboost_math_tr1l.so.${BOOST_VERSION}
lib/libboost_prg_exec_monitor.a
lib/libboost_prg_exec_monitor.so
lib/libboost_prg_exec_monitor.so.${BOOST_VERSION}
diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk
index cda3d2e51b1..1274d2c7317 100644
--- a/devel/boost-libs/buildlink3.mk
+++ b/devel/boost-libs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.42 2017/01/01 15:32:47 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.43 2017/04/29 18:31:42 adam Exp $
BUILDLINK_TREE+= boost-libs
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-libs
BOOST_LIBS_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.63.*
-BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.63.0
+BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.64.*
+BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.64.0
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
.include "../../mk/bsd.fast.prefs.mk"