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: wiz
Date: Fri Feb 28 18:41:10 UTC 2025
Modified Files:
pkgsrc/devel/boost-headers: Makefile
pkgsrc/meta-pkgs/boost: distinfo
pkgsrc/meta-pkgs/boost/patches:
patch-boost_move_detail_std__ns__begin.hpp
Log Message:
boost-headers: improve previous, from upstream
Bump PKGREVISION again.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.155 -r1.156 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp
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-headers/Makefile
diff -u pkgsrc/devel/boost-headers/Makefile:1.68 pkgsrc/devel/boost-headers/Makefile:1.69
--- pkgsrc/devel/boost-headers/Makefile:1.68 Fri Feb 28 18:30:33 2025
+++ pkgsrc/devel/boost-headers/Makefile Fri Feb 28 18:41:10 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.68 2025/02/28 18:30:33 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2025/02/28 18:41:10 wiz Exp $
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../meta-pkgs/boost/Makefile.common"
Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.155 pkgsrc/meta-pkgs/boost/distinfo:1.156
--- pkgsrc/meta-pkgs/boost/distinfo:1.155 Fri Feb 28 18:30:33 2025
+++ pkgsrc/meta-pkgs/boost/distinfo Fri Feb 28 18:41:10 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.155 2025/02/28 18:30:33 wiz Exp $
+$NetBSD: distinfo,v 1.156 2025/02/28 18:41:10 wiz Exp $
BLAKE2s (boost_1_87_0.tar.bz2) = 20ba7a87b1e20b1bc54f46c4d23a4866aa47983cf6e3674f229933184a95b1d4
SHA512 (boost_1_87_0.tar.bz2) = a2d5007953f67b816169efe0cf11675cd63fc6bae63f87ee1372515e57913ef6cf6ae8c3f2c400fef8ce63a035a02a0cad0da5acc29e977a85d458625b2a719c
@@ -17,7 +17,7 @@ SHA1 (patch-boost_math_special__function
SHA1 (patch-boost_math_special__functions_log1p.hpp) = 35143d419a348d73cb9117efc77996f8ba3e090b
SHA1 (patch-boost_math_tools_config.hpp) = 1b467a38081fe5e2e3004bca9a6aec7106edb006
SHA1 (patch-boost_math_tools_promotion.hpp) = d1079940594f7ffe7e70db6f61bba633b8fb31e5
-SHA1 (patch-boost_move_detail_std__ns__begin.hpp) = 39ec3548fcb5a5c8ed888ccd424bc3a53f7b7ee4
+SHA1 (patch-boost_move_detail_std__ns__begin.hpp) = f83f8f7ab8198702aeb009ae02c70cae8ad61154
SHA1 (patch-boost_numeric_ublas_storage.hpp) = 282b5a3b5d09216ded14fae166169d64db72590e
SHA1 (patch-boost_property__tree_detail_xml__parser__read__rapidxml.hpp) = 3499fcc37e72396d23a9fce0f1c97891adf12a9f
SHA1 (patch-boost_smart__ptr_intrusive__ptr.hpp) = 530340ba1b5aaadb02e6a2767185975a81992fdb
Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp
diff -u pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp:1.1 pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp:1.2
--- pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp:1.1 Fri Feb 28 18:30:33 2025
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_move_detail_std__ns__begin.hpp Fri Feb 28 18:41:10 2025
@@ -1,24 +1,26 @@
-$NetBSD: patch-boost_move_detail_std__ns__begin.hpp,v 1.1 2025/02/28 18:30:33 wiz Exp $
+$NetBSD: patch-boost_move_detail_std__ns__begin.hpp,v 1.2 2025/02/28 18:41:10 wiz Exp $
https://github.com/boostorg/move/commit/5f073f8f00ee23b4502c0ad30a3aa2a5154cd1e8
--- boost/move/detail/std_ns_begin.hpp.orig 2024-12-05 00:53:34.000000000 +0000
+++ boost/move/detail/std_ns_begin.hpp
-@@ -9,6 +9,7 @@
+@@ -9,6 +9,9 @@
#//
#//////////////////////////////////////////////////////////////////////////////
#
-+#include <boost/config.hpp>
++#ifndef BOOST_CONFIG_HPP
++# include <boost/config.hpp>
++#endif
#if defined(_LIBCPP_VERSION)
#if defined(__clang__)
#define BOOST_MOVE_STD_NS_GCC_DIAGNOSTIC_PUSH
-@@ -26,6 +27,9 @@
+@@ -26,6 +29,9 @@
#elif defined(BOOST_DINKUMWARE_STDLIB)
#define BOOST_MOVE_STD_NS_BEG _STD_BEGIN
#define BOOST_MOVE_STD_NS_END _STD_END
+#else
-+ #define BOOST_MOVE_STD_NS_BEG namespace std{
-+ #define BOOST_MOVE_STD_NS_END
++ #define BOOST_MOVE_STD_NS_BEG namespace std {
++ #define BOOST_MOVE_STD_NS_END }
#endif
#if defined(_MSC_VER) && (_MSC_VER >= 1915)
Home |
Main Index |
Thread Index |
Old Index