pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/openscad fix build, add missing header (upstream p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ebfd8f3b0d2
branches: trunk
changeset: 426824:4ebfd8f3b0d2
user: plunky <plunky%pkgsrc.org@localhost>
date: Mon Apr 06 18:30:00 2020 +0000
description:
fix build, add missing header (upstream patch)
diffstat:
cad/openscad/distinfo | 3 ++-
cad/openscad/patches/patch-src_parser.y | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 0e9d5a56fd6e -r 4ebfd8f3b0d2 cad/openscad/distinfo
--- a/cad/openscad/distinfo Mon Apr 06 17:14:44 2020 +0000
+++ b/cad/openscad/distinfo Mon Apr 06 18:30:00 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2019/06/22 12:57:50 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/04/06 18:30:00 plunky Exp $
SHA1 (openscad-2019.05.tar.gz) = 3817758e0c7299dbfbe340cdae0fe39da915c799
RMD160 (openscad-2019.05.tar.gz) = 047761217599899d40226ee051f2f0d14e65b650
@@ -7,4 +7,5 @@
SHA1 (patch-features_qscintilla2-priv.prf) = ca5d5735d091441d6daf7535802f5ba7362c808c
SHA1 (patch-openscad.pro) = 8b4250254ea66338ecafdac437ce9a69deb2fe27
SHA1 (patch-src_colormap.h) = d218a17ac71e0178d32b79723b532c9f098bc038
+SHA1 (patch-src_parser.y) = 48b538fe16927c0acd37a96d312554541f46f1e4
SHA1 (patch-src_scintillaeditor.h) = 5da071ca50470c36bab3792d4aaeb135df84726d
diff -r 0e9d5a56fd6e -r 4ebfd8f3b0d2 cad/openscad/patches/patch-src_parser.y
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/openscad/patches/patch-src_parser.y Mon Apr 06 18:30:00 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_parser.y,v 1.1 2020/04/06 18:30:00 plunky Exp $
+
+add missing header, from upstream commit b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0
+
+--- src/parser.y.orig 2019-05-10 05:03:44.000000000 +0000
++++ src/parser.y
+@@ -46,6 +46,7 @@
+ #include "printutils.h"
+ #include "memory.h"
+ #include <sstream>
++#include <stack>
+ #include <boost/filesystem.hpp>
+ #include "boost-utils.h"
+
Home |
Main Index |
Thread Index |
Old Index