pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost/patches boost: remove patch that is no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/330b24d42a7d
branches:  trunk
changeset: 308756:330b24d42a7d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 31 07:26:58 2018 +0000

description:
boost: remove patch that is not in distinfo

diffstat:

 meta-pkgs/boost/patches/patch-boost_wave_cpplexer_re2clex_cpp__re.hpp |  18 ----------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (22 lines):

diff -r 86fdd24e333a -r 330b24d42a7d meta-pkgs/boost/patches/patch-boost_wave_cpplexer_re2clex_cpp__re.hpp
--- a/meta-pkgs/boost/patches/patch-boost_wave_cpplexer_re2clex_cpp__re.hpp     Thu May 31 07:26:29 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-boost_wave_cpplexer_re2clex_cpp__re.hpp,v 1.1 2018/05/06 18:46:09 minskim Exp $
-
-Avoid using wrong T_DIVIDE on BSDs.
-
-https://github.com/boostorg/wave/commit/0e25913e
-
---- boost/wave/cpplexer/re2clex/cpp_re.hpp.orig        2018-04-11 13:49:09.000000000 +0000
-+++ boost/wave/cpplexer/re2clex/cpp_re.hpp
-@@ -373,6 +373,9 @@ boost::wave::token_id scan(Scanner<Itera
-     string_type   rawstringdelim;         // for use with C++11 raw string literals
- 
- // include the correct Re2C token definition rules
-+#if (defined (__FreeBSD__) || defined (__DragonFly__) || defined (__OpenBSD__)) && defined (T_DIVIDE)
-+#undef T_DIVIDE
-+#endif
- #if BOOST_WAVE_USE_STRICT_LEXER != 0
- #include "strict_cpp_re.inc"
- #else



Home | Main Index | Thread Index | Old Index