Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/openscad (cad/openscad) fix build with boost 1.73....
details: https://anonhg.NetBSD.org/pkgsrc/rev/531b5ff05ae3
branches: trunk
changeset: 431515:531b5ff05ae3
user: mef <mef%pkgsrc.org@localhost>
date: Thu May 14 13:16:19 2020 +0000
description:
(cad/openscad) fix build with boost 1.73. PKGREVISION++ ? (not yet)
diffstat:
cad/openscad/distinfo | 3 ++-
cad/openscad/patches/patch-src_import.cc | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 437a27941cb6 -r 531b5ff05ae3 cad/openscad/distinfo
--- a/cad/openscad/distinfo Thu May 14 12:16:12 2020 +0000
+++ b/cad/openscad/distinfo Thu May 14 13:16:19 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2020/04/06 18:30:00 plunky Exp $
+$NetBSD: distinfo,v 1.10 2020/05/14 13:16:19 mef Exp $
SHA1 (openscad-2019.05.tar.gz) = 3817758e0c7299dbfbe340cdae0fe39da915c799
RMD160 (openscad-2019.05.tar.gz) = 047761217599899d40226ee051f2f0d14e65b650
@@ -7,5 +7,6 @@
SHA1 (patch-features_qscintilla2-priv.prf) = ca5d5735d091441d6daf7535802f5ba7362c808c
SHA1 (patch-openscad.pro) = 8b4250254ea66338ecafdac437ce9a69deb2fe27
SHA1 (patch-src_colormap.h) = d218a17ac71e0178d32b79723b532c9f098bc038
+SHA1 (patch-src_import.cc) = 34e4821d3ae171c6baf069e916eb5d07392c4ff8
SHA1 (patch-src_parser.y) = 48b538fe16927c0acd37a96d312554541f46f1e4
SHA1 (patch-src_scintillaeditor.h) = 5da071ca50470c36bab3792d4aaeb135df84726d
diff -r 437a27941cb6 -r 531b5ff05ae3 cad/openscad/patches/patch-src_import.cc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/openscad/patches/patch-src_import.cc Thu May 14 13:16:19 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_import.cc,v 1.1 2020/05/14 13:16:19 mef Exp $
+
+boost 1.73 adaptation
+
+--- src/import.cc.orig 2019-05-10 14:03:44.000000000 +0900
++++ src/import.cc 2020-05-14 21:43:09.208595797 +0900
+@@ -50,7 +50,7 @@ namespace fs = boost::filesystem;
+ #include <boost/assign/std/vector.hpp>
+ using namespace boost::assign; // bring 'operator+=()' into scope
+
+-#include <boost/detail/endian.hpp>
++#include <boost/endian.hpp>
+ #include <cstdint>
+
+ extern PolySet * import_amf(std::string, const Location &loc);
Home |
Main Index |
Thread Index |
Old Index