pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/inkscape
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Mar 23 09:57:35 UTC 2021
Modified Files:
pkgsrc/graphics/inkscape: distinfo
Added Files:
pkgsrc/graphics/inkscape/patches:
patch-src_3rdparty_autotrace_autotrace.h
Log Message:
inkscape: Fix build with glib2-2.68.0
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/inkscape/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/inkscape/distinfo
diff -u pkgsrc/graphics/inkscape/distinfo:1.77 pkgsrc/graphics/inkscape/distinfo:1.78
--- pkgsrc/graphics/inkscape/distinfo:1.77 Wed Jan 13 11:43:34 2021
+++ pkgsrc/graphics/inkscape/distinfo Tue Mar 23 09:57:35 2021
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.77 2021/01/13 11:43:34 jperkin Exp $
+$NetBSD: distinfo,v 1.78 2021/03/23 09:57:35 ryoon Exp $
SHA1 (inkscape-1.0.1.tar.xz) = f04277c8476ab572fa099b4439bff6323c89470e
RMD160 (inkscape-1.0.1.tar.xz) = c93974227d33674c3c840cd8706cec9761e8cb7c
SHA512 (inkscape-1.0.1.tar.xz) = 70145e02fe7c3ffbfa3dcea690bfe3315131fb9a507c70bcdc1d0db394d207e3bd04d7cc86c3b625597bddfd2b6e09a03841aece6d2ffb6517fe1c619193ec96
Size (inkscape-1.0.1.tar.xz) = 32051632 bytes
SHA1 (patch-CMakeScripts_Pod2man.cmake) = c60f61a7a3eca511ced5e085dc66670cee8bfe33
+SHA1 (patch-src_3rdparty_autotrace_autotrace.h) = 4f93a25f3134a3fb21531cd264652432d1ab0a79
SHA1 (patch-src_extension_implementation_script.cpp) = 2c2cbcee2fdda5a274906600930acc0257cc0ea2
SHA1 (patch-src_path-prefix.cpp) = 1ce20f16063759aab60d9e8da6b25700b44099d2
SHA1 (patch-src_svg_svg-length.cpp) = 076d30eb83fee4ab87b30791cc566c52baabbb68
Added files:
Index: pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h
diff -u /dev/null pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h:1.1
--- /dev/null Tue Mar 23 09:57:35 2021
+++ pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h Tue Mar 23 09:57:35 2021
@@ -0,0 +1,21 @@
+$NetBSD: patch-src_3rdparty_autotrace_autotrace.h,v 1.1 2021/03/23 09:57:35 ryoon Exp $
+
+--- src/3rdparty/autotrace/autotrace.h.orig 2020-09-07 08:57:40.000000000 +0000
++++ src/3rdparty/autotrace/autotrace.h
+@@ -23,6 +23,8 @@
+
+ #include <stdio.h>
+
++#include "types.h"
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif /* __cplusplus */
+@@ -35,7 +37,6 @@ extern "C" {
+ * Typedefs
+ * ===================================================================== */
+
+-#include "types.h"
+ #include "color.h"
+
+ /* Third degree is the highest we deal with. */
Home |
Main Index |
Thread Index |
Old Index