pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan  2 06:39:49 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/boost: distinfo
Added Files:
        pkgsrc/meta-pkgs/boost/patches: patch-boost_asio_detail_config.hpp

Log Message:
Fix boost-libs build under NetBSD with GCC


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.109 pkgsrc/meta-pkgs/boost/distinfo:1.110
--- pkgsrc/meta-pkgs/boost/distinfo:1.109       Mon Jan  1 20:36:09 2018
+++ pkgsrc/meta-pkgs/boost/distinfo     Tue Jan  2 06:39:49 2018
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.109 2018/01/01 20:36:09 adam Exp $
+$NetBSD: distinfo,v 1.110 2018/01/02 06:39:49 ryoon Exp $
 
 SHA1 (boost_1_66_0.tar.bz2) = b6b284acde2ad7ed49b44e856955d7b1ea4e9459
 RMD160 (boost_1_66_0.tar.bz2) = ee5dafdfa49adf50a5333cef1f55dac4f70b4c14
 SHA512 (boost_1_66_0.tar.bz2) = 0f34075d35391d66876e5189a01a11880a79428e1b267456348ee148dba9dc3abdc74d568f1853be631d20b584b1c804b42443c266f7622164acfc10be3dab8b
 Size (boost_1_66_0.tar.bz2) = 85995778 bytes
 SHA1 (patch-boost_archive_basic__archive.hpp) = 7e7c88cfc00fbf524c70dedd8b9c3c889f8b684f
+SHA1 (patch-boost_asio_detail_config.hpp) = 2495833a0621a90c2c8cb0e5325b50a812f631c4
 SHA1 (patch-boost_atomic_detail_ops_gcc_sparc.hpp) = 6cd1b6fbb8659d7af8ecff63d4558f365f28c12b
 SHA1 (patch-boost_config_detail_posix__features.hpp) = 7d310574e7020c79c8bfa87cff4db0a2edc5b0bc
 SHA1 (patch-boost_config_detail_suffix.hpp) = 12e22085e7c292b2451ea8bc581beaddcb936252

Added files:

Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp:1.3
--- /dev/null   Tue Jan  2 06:39:49 2018
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp   Tue Jan  2 06:39:49 2018
@@ -0,0 +1,17 @@
+$NetBSD: patch-boost_asio_detail_config.hpp,v 1.3 2018/01/02 06:39:49 ryoon Exp $
+
+* NetBSD has no string_view header files
+
+--- boost/asio/detail/config.hpp.orig  2017-12-13 23:56:41.000000000 +0000
++++ boost/asio/detail/config.hpp
+@@ -782,8 +782,10 @@
+ #  if defined(__GNUC__)
+ #   if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 9)) || (__GNUC__ > 4)
+ #    if (__cplusplus >= 201402)
++#if !defined(__NetBSD__)
+ #     define BOOST_ASIO_HAS_STD_STRING_VIEW 1
+ #     define BOOST_ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
++#endif
+ #    endif // (__cplusplus >= 201402)
+ #   endif // ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)) || (__GNUC__ > 4)
+ #  endif // defined(__GNUC__)



Home | Main Index | Thread Index | Old Index