aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cairo
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-30 10:27:00 +0800
committermarcus <marcus@FreeBSD.org>2008-03-30 10:27:00 +0800
commit8af50c2b7dd081a076af06a4f1e31cd5331e85b2 (patch)
treefc601b070b69b2d5f2270e0f5c99f9a544277c51 /graphics/cairo
parentd4c93e10735286919a7578109a95b30b95206fa1 (diff)
downloadfreebsd-ports-gnome-8af50c2b7dd081a076af06a4f1e31cd5331e85b2.tar.gz
freebsd-ports-gnome-8af50c2b7dd081a076af06a4f1e31cd5331e85b2.tar.zst
freebsd-ports-gnome-8af50c2b7dd081a076af06a4f1e31cd5331e85b2.zip
Downgrade cairo back to 1.4.14. It has been reported that 1.5 was causing
redraw performance problems for some users. The hope was that 1.6 would have been ready for GNOME 2.22, but this did not happen. Cairo 1.6 will be imported with GNOME 2.24. Discussed with: ahze
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile7
-rw-r--r--graphics/cairo/distinfo6
-rw-r--r--graphics/cairo/files/patch-src_cairo-xlib-display.c12
3 files changed, 7 insertions, 18 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 8d341e1e868a..ce50820af35e 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= cairo
-PORTVERSION= 1.5.14
+PORTVERSION= 1.4.14
PORTREVISION?= 0
+PORTEPOCH?= 1
CATEGORIES= graphics
-#MASTER_SITES= http://cairographics.org/releases/
-MASTER_SITES= http://cairographics.org/snapshots/
+MASTER_SITES= http://cairographics.org/releases/
+#MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Vector graphics library with cross-device output support
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index 890b704588cd..803d2eb62758 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,3 +1,3 @@
-MD5 (cairo-1.5.14.tar.gz) = 9b5d250937375e53435cb5613416c030
-SHA256 (cairo-1.5.14.tar.gz) = fbca8a292b83cbf184835be0e6007c194d7bab3ce4ee2bced8ea7bf07a7e151b
-SIZE (cairo-1.5.14.tar.gz) = 4877446
+MD5 (cairo-1.4.14.tar.gz) = e8c442ff821c0719a69508fecba9038f
+SHA256 (cairo-1.4.14.tar.gz) = 8914f9c34a77bf9d908b0c617c2d7ffebdd6d1e855cfd367d2a1b3d677f22e3c
+SIZE (cairo-1.4.14.tar.gz) = 3283608
diff --git a/graphics/cairo/files/patch-src_cairo-xlib-display.c b/graphics/cairo/files/patch-src_cairo-xlib-display.c
deleted file mode 100644
index c5bec2ccaa42..000000000000
--- a/graphics/cairo/files/patch-src_cairo-xlib-display.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/cairo-xlib-display.c.orig 2008-03-13 20:52:38.000000000 -0400
-+++ src/cairo-xlib-display.c 2008-03-13 20:53:29.000000000 -0400
-@@ -302,6 +302,9 @@
- display->buggy_repeat = TRUE;
- }
-
-+ /* XXX workaround; see https://bugzilla.mozilla.org/show_bug.cgi?id=413583 */
-+ display->buggy_repeat = TRUE;
-+
- display->next = _cairo_xlib_display_list;
- _cairo_xlib_display_list = display;
-