pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Aug 17 00:11:32 UTC 2019

Modified Files:
        pkgsrc/graphics/graphviz: distinfo
Added Files:
        pkgsrc/graphics/graphviz/patches:
            patch-plugin_pango_gvtextlayout__pango.c

Log Message:
Fix build with recent pango


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.60 pkgsrc/graphics/graphviz/distinfo:1.61
--- pkgsrc/graphics/graphviz/distinfo:1.60      Tue Aug 13 03:07:00 2019
+++ pkgsrc/graphics/graphviz/distinfo   Sat Aug 17 00:11:32 2019
@@ -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-configure.ac) = c02e7e2ab65c
 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

Added files:

Index: pkgsrc/graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c
diff -u /dev/null pkgsrc/graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c:1.1
--- /dev/null   Sat Aug 17 00:11:32 2019
+++ pkgsrc/graphics/graphviz/patches/patch-plugin_pango_gvtextlayout__pango.c   Sat Aug 17 00:11:32 2019
@@ -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