head 1.2; access; symbols pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2015.03.15.21.09.24; author wiz; state dead; branches; next 1.1; commitid C2zp9CERsXEFmKdy; 1.1 date 2014.11.15.00.38.08; author mef; state Exp; branches; next ; commitid BKvExZ8SkT4CodYx; desc @@ 1.2 log @Remove outdated patch after 1.14.2 update. @ text @$NetBSD: patch-src_cairo-tor-scan-converter_c,v 1.1 2014/11/15 00:38:08 mef Exp $ dot command segfaults easily to output *.png. See http://mail-index.netbsd.org/pkgsrc-users/2014/10/28/msg020603.html And this patch is at: https://www.mail-archive.com/debian-bugs-dist@@lists.debian.org/msg1272017.html --- src/cairo-tor-scan-converter.c~ 2014-10-14 10:46:33.000000000 +0900 +++ src/cairo-tor-scan-converter.c 2014-11-03 21:10:36.000000000 +0900 @@@@ -1167,8 +1167,8 @@@@ can_do_full_row (struct active_list *act if (e->dy) { struct quorem x = e->x; - x.quo += e->dxdy_full.quo - e->dxdy.quo/2; - x.rem += e->dxdy_full.rem - e->dxdy.rem/2; + x.quo += e->dxdy_full.quo; + x.rem += e->dxdy_full.rem; if (x.rem < 0) { x.quo--; x.rem += e->dy; @ 1.1 log @New file patch-src_cairo-tor-scan-converter_c. Dot command segfaults easily to output *.png. See http://mail-index.netbsd.org/pkgsrc-users/2014/10/28/msg020603.html And this patch is at: https://www.mail-archive.com/debian-bugs-dist@@lists.debian.org/msg1272017.html Thanks joerg@@ and wiz@@, @ text @d1 1 a1 1 $NetBSD$ @