Update to 1.4.14.
This commit is contained in:
parent
181574d682
commit
9d568ec2e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206012
3 changed files with 4 additions and 15 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cairo
|
||||
PORTVERSION= 1.4.12
|
||||
PORTVERSION= 1.4.14
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://cairographics.org/releases/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (cairo-1.4.12.tar.gz) = 8e50c2c0d56388e4ee94196c0c7a7904
|
||||
SHA256 (cairo-1.4.12.tar.gz) = a1a1e4ccec8da980141d903adbe83535481b4fda96a479456438d3dfbc767d5d
|
||||
SIZE (cairo-1.4.12.tar.gz) = 3276610
|
||||
MD5 (cairo-1.4.14.tar.gz) = e8c442ff821c0719a69508fecba9038f
|
||||
SHA256 (cairo-1.4.14.tar.gz) = 8914f9c34a77bf9d908b0c617c2d7ffebdd6d1e855cfd367d2a1b3d677f22e3c
|
||||
SIZE (cairo-1.4.14.tar.gz) = 3283608
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/cairo-xlib-surface.c.orig Mon Oct 3 22:44:43 2005
|
||||
+++ src/cairo-xlib-surface.c Wed Nov 16 18:59:40 2005
|
||||
@@ -1758,7 +1758,7 @@
|
||||
|
||||
surface->buggy_repeat = FALSE;
|
||||
if (strstr (ServerVendor (dpy), "X.Org") != NULL) {
|
||||
- if (VendorRelease (dpy) <= 60802000)
|
||||
+ if (VendorRelease (dpy) < 60900000)
|
||||
surface->buggy_repeat = TRUE;
|
||||
} else if (strstr (ServerVendor (dpy), "XFree86") != NULL) {
|
||||
if (VendorRelease (dpy) <= 40500000)
|
Loading…
Reference in a new issue