pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: he
Date: Wed May 17 14:12:15 UTC 2023
Modified Files:
pkgsrc/devel/boost-libs: buildlink3.mk
pkgsrc/meta-pkgs/boost: Makefile.common
Log Message:
boost & boost-libs: bump required GCC to 6, and state use of c++14.
This gets the boost-libs package building on NetBSD/i386 8.0 again,
the in-tree gcc 5.5 is apparently now too old.
The c++14 bump comes from the warning emitted during build while
trying to use earlier c++ standards:
The minimum language standard to use Boost.Math will be C++14
starting in July 2023 (Boost 1.82 release)
This despite this actually being the 1.82 release, it's still "just"
a warning, but this gets rid of the warning, and the build succeeds.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/boost-libs/buildlink3.mk
cvs rdiff -u -r1.96 -r1.97 pkgsrc/meta-pkgs/boost/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/boost-libs/buildlink3.mk
diff -u pkgsrc/devel/boost-libs/buildlink3.mk:1.60 pkgsrc/devel/boost-libs/buildlink3.mk:1.61
--- pkgsrc/devel/boost-libs/buildlink3.mk:1.60 Sun Apr 23 14:03:08 2023
+++ pkgsrc/devel/boost-libs/buildlink3.mk Wed May 17 14:12:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.60 2023/04/23 14:03:08 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.61 2023/05/17 14:12:15 he Exp $
BUILDLINK_TREE+= boost-libs
@@ -12,7 +12,7 @@ BUILDLINK_PKGSRCDIR.boost-libs?= ../../d
.include "../../mk/bsd.fast.prefs.mk"
# Sync with meta-pkgs/boost/Makefile.common
# libstdc++5 is required to build "math" and "nowide".
-GCC_REQD+= 5
+GCC_REQD+= 6
.include "../../devel/boost-headers/buildlink3.mk"
.endif # BOOST_LIBS_BUILDLINK3_MK
Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.96 pkgsrc/meta-pkgs/boost/Makefile.common:1.97
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.96 Sun Apr 23 14:03:08 2023
+++ pkgsrc/meta-pkgs/boost/Makefile.common Wed May 17 14:12:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.96 2023/04/23 14:03:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.97 2023/05/17 14:12:15 he Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -35,13 +35,13 @@ DISTINFO_FILE= ${.CURDIR}/../../meta-pk
PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches
USE_TOOLS+= pax
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
.include "../../mk/bsd.prefs.mk"
# IMPORTANT: sync this with devel/boost-libs/buildlink3.mk
# libstdc++5 is required to build "math" and "nowide".
-GCC_REQD+= 5
+GCC_REQD+= 6
PLIST_SUBST+= BOOST_VERSION="${BOOST_VERSION}"
Home |
Main Index |
Thread Index |
Old Index