pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo Remove outdated patch after 1.14.2 update.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4b7f970b34f
branches:  trunk
changeset: 648624:d4b7f970b34f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 15 21:09:24 2015 +0000

description:
Remove outdated patch after 1.14.2 update.

diffstat:

 graphics/cairo/distinfo                                     |   3 +-
 graphics/cairo/patches/patch-src_cairo-tor-scan-converter_c |  20 -------------
 2 files changed, 1 insertions(+), 22 deletions(-)

diffs (38 lines):

diff -r 936b6bcf7545 -r d4b7f970b34f graphics/cairo/distinfo
--- a/graphics/cairo/distinfo   Sun Mar 15 21:08:08 2015 +0000
+++ b/graphics/cairo/distinfo   Sun Mar 15 21:09:24 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.79 2015/03/15 21:05:37 wiz Exp $
+$NetBSD: distinfo,v 1.80 2015/03/15 21:09:24 wiz Exp $
 
 SHA1 (cairo-1.14.2.tar.xz) = c8da68aa66ca0855b5d0ff552766d3e8679e1d24
 RMD160 (cairo-1.14.2.tar.xz) = 36cb30e1db06135bd291acc8a1f0a1f2d95ecb14
@@ -7,4 +7,3 @@
 SHA1 (patch-ab) = 11f7e0e59bd5c51a8fdacb48dcf2f2fefdf3b768
 SHA1 (patch-ac) = 1785bbef6bcab4781bf89e1b986a7eb96e5f2b64
 SHA1 (patch-ad) = a1068a37113b162ccfe14d7f1bd0baa9df7e5530
-SHA1 (patch-src_cairo-tor-scan-converter_c) = c47c4336ae74f2daa68140197306cd22ff0e0009
diff -r 936b6bcf7545 -r d4b7f970b34f graphics/cairo/patches/patch-src_cairo-tor-scan-converter_c
--- a/graphics/cairo/patches/patch-src_cairo-tor-scan-converter_c       Sun Mar 15 21:08:08 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$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@localhost/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;



Home | Main Index | Thread Index | Old Index