pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pangox-compat



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Oct  5 12:38:28 UTC 2019

Modified Files:
        pkgsrc/devel/pangox-compat: distinfo
Added Files:
        pkgsrc/devel/pangox-compat/patches: patch-pangox.c

Log Message:
pangox-compat: fix build with newer pango.

seems to be enough to run at least one of the packages indirectly using
this.

note: all the packages relying on this are at serious risk of breaking.
it isn't maintained code.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pangox-compat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/pangox-compat/patches/patch-pangox.c

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

Modified files:

Index: pkgsrc/devel/pangox-compat/distinfo
diff -u pkgsrc/devel/pangox-compat/distinfo:1.4 pkgsrc/devel/pangox-compat/distinfo:1.5
--- pkgsrc/devel/pangox-compat/distinfo:1.4     Tue Nov  3 03:29:01 2015
+++ pkgsrc/devel/pangox-compat/distinfo Sat Oct  5 12:38:28 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:29:01 agc Exp $
+$NetBSD: distinfo,v 1.5 2019/10/05 12:38:28 maya Exp $
 
 SHA1 (pangox-compat-0.0.2.tar.xz) = e02daa573769ddd41b2231f731525e5f8f26621b
 RMD160 (pangox-compat-0.0.2.tar.xz) = 4c1f8f0b23037bdba0eef9a905aa234a7dff78a4
 SHA512 (pangox-compat-0.0.2.tar.xz) = fd3e257157d78c3d86c948e7909226fdebe52408d02a52432de8a295443b64b80b37cb795fe646d581515e6072bd278f2dcab0e43cf27b63b03a82c01eb6b9b3
 Size (pangox-compat-0.0.2.tar.xz) = 267396 bytes
+SHA1 (patch-pangox.c) = 95185dec98b493b5e3e2b14fbb6f9b9abbdbf4d1

Added files:

Index: pkgsrc/devel/pangox-compat/patches/patch-pangox.c
diff -u /dev/null pkgsrc/devel/pangox-compat/patches/patch-pangox.c:1.1
--- /dev/null   Sat Oct  5 12:38:28 2019
+++ pkgsrc/devel/pangox-compat/patches/patch-pangox.c   Sat Oct  5 12:38:28 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-pangox.c,v 1.1 2019/10/05 12:38:28 maya Exp $
+
+Don't assign to a class that no longer exists in newer Pango.
+
+--- pangox.c.orig      2012-08-27 23:19:32.000000000 +0000
++++ pangox.c
+@@ -279,7 +279,7 @@ pango_x_font_class_init (PangoXFontClass
+ 
+   font_class->describe = pango_x_font_describe;
+   font_class->get_coverage = pango_x_font_get_coverage;
+-  font_class->find_shaper = pango_x_font_find_shaper;
++  /*font_class->find_shaper = pango_x_font_find_shaper;*/
+   font_class->get_glyph_extents = pango_x_font_get_glyph_extents;
+   font_class->get_metrics = pango_x_font_get_metrics;
+   font_class->get_font_map = pango_x_font_get_font_map;



Home | Main Index | Thread Index | Old Index