pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Fix build with recent pango



details:   https://anonhg.NetBSD.org/pkgsrc/rev/424ccd3a26ee
branches:  trunk
changeset: 337996:424ccd3a26ee
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Aug 17 00:11:32 2019 +0000

description:
Fix build with recent pango

diffstat:

 graphics/graphviz/distinfo                                         |   3 +-
 graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 52f355e23b57 -r 424ccd3a26ee graphics/graphviz/distinfo
--- a/graphics/graphviz/distinfo        Fri Aug 16 22:08:13 2019 +0000
+++ b/graphics/graphviz/distinfo        Sat Aug 17 00:11:32 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.60 2019/08/13 03:07:00 brook Exp $
+$NetBSD: distinfo,v 1.61 2019/08/17 00:11:32 ryoon Exp $
 
 SHA1 (graphviz-2.40.1.tar.gz) = 8a44d19bcdb50df1bd8e649de472ebf868468888
 RMD160 (graphviz-2.40.1.tar.gz) = 8fc103fc519e07e9db522ec2f748838571c71acf
@@ -11,6 +11,7 @@
 SHA1 (patch-iffe) = f32c6be65209e57a92c215dee25c5c8334142c03
 SHA1 (patch-lib_gvc_Makefile.in) = f469c2dc53cf9af5b1e86f5da04bf9575685bd41
 SHA1 (patch-plugin_gs_gvloadimage__gs.c) = b5b46a1e7dc52f163526c5b8b7e1b893d5500e3c
+SHA1 (patch-plugin_pango_gvtextlayout__pango.c) = 50da4c9611c07a8bb02c9771358964eb9a70ef4b
 SHA1 (patch-plugin_quartz_Makefile.in) = 1712a43849137c23e94f3eeb2ae9b86938bd4980
 SHA1 (patch-plugin_xlib_gvdevice__xlib.c) = 932c337dcf9cb53d52f24c6c20818038ed169cd0
 SHA1 (patch-tclpkg_gv_Makefile.in.patch) = d252866341f199e2d1fa0ba0ab67164aa6888c16
diff -r 52f355e23b57 -r 424ccd3a26ee graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c        Sat Aug 17 00:11:32 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugin_pango_gvtextlayout__pango.c,v 1.1 2019/08/17 00:11:32 ryoon Exp $
+
+* For FT_Face etc. not found errors
+
+--- plugin/pango/gvtextlayout_pango.c.orig     2016-09-20 04:45:02.000000000 +0000
++++ plugin/pango/gvtextlayout_pango.c
+@@ -24,6 +24,8 @@
+ #include <pango/pangocairo.h>
+ #include "gvgetfontlist.h"
+ #ifdef HAVE_PANGO_FC_FONT_LOCK_FACE
++#include <ft2build.h>
++#include <freetype/freetype.h>
+ #include <pango/pangofc-font.h>
+ #endif
+ 



Home | Main Index | Thread Index | Old Index