pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/openscad
Module Name: pkgsrc
Committed By: plunky
Date: Mon Apr 6 18:30:00 UTC 2020
Modified Files:
pkgsrc/cad/openscad: distinfo
Added Files:
pkgsrc/cad/openscad/patches: patch-src_parser.y
Log Message:
fix build, add missing header (upstream patch)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cad/openscad/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/cad/openscad/patches/patch-src_parser.y
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/openscad/distinfo
diff -u pkgsrc/cad/openscad/distinfo:1.8 pkgsrc/cad/openscad/distinfo:1.9
--- pkgsrc/cad/openscad/distinfo:1.8 Sat Jun 22 12:57:50 2019
+++ pkgsrc/cad/openscad/distinfo Mon Apr 6 18:30:00 2020
@@ -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 @@ Size (openscad-2019.05.tar.gz) = 1460567
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
Added files:
Index: pkgsrc/cad/openscad/patches/patch-src_parser.y
diff -u /dev/null pkgsrc/cad/openscad/patches/patch-src_parser.y:1.1
--- /dev/null Mon Apr 6 18:30:00 2020
+++ pkgsrc/cad/openscad/patches/patch-src_parser.y Mon Apr 6 18:30:00 2020
@@ -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