[packages/graphviz] patch missing in previous commit

atler atler at pld-linux.org
Mon Jan 4 23:30:23 CET 2016


commit 32483e6a73e6b1c1b103e3a63da5620b7109ceed
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jan 4 23:30:05 2016 +0100

    patch missing in previous commit

 ghostscript918.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/ghostscript918.patch b/ghostscript918.patch
new file mode 100644
index 0000000..189c513
--- /dev/null
+++ b/ghostscript918.patch
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c	2014-04-13 23:40:25.000000000 +0300
++++ graphviz-2.38.0/plugin/gs/gvloadimage_gs.c	2015-11-11 00:08:32.916123704 +0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+     assert (err < 0);
+ 
+-    if (err >= e_VMerror) 
++    if (err >= gs_error_VMerror)
+ 	errsrc = "PostScript Level 1"; 
+-    else if (err >= e_unregistered)
++    else if (err >= gs_error_unregistered)
+ 	errsrc = "PostScript Level 2";
+-    else if (err >= e_invalidid)
++    else if (err >= gs_error_invalidid)
+ 	errsrc = "DPS error";
+     else
+ 	errsrc = "Ghostscript internal error";
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/graphviz.git/commitdiff/32483e6a73e6b1c1b103e3a63da5620b7109ceed



More information about the pld-cvs-commit mailing list