diff options
-rw-r--r-- | graphics/cairo/Makefile | 7 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 6 | ||||
-rw-r--r-- | graphics/cairo/files/patch-src_cairo-xlib-display.c | 12 | ||||
-rw-r--r-- | graphics/cairomm/Makefile | 2 | ||||
-rw-r--r-- | graphics/cairomm/files/patch-cairomm_enums.h | 11 | ||||
-rw-r--r-- | graphics/p5-Cairo/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Cairo/files/patch-Makefile.PL | 11 |
7 files changed, 9 insertions, 41 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; - diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index d69e32e0544f..650bf36f8c40 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairomm PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h deleted file mode 100644 index 4d0d6ed988d0..000000000000 --- a/graphics/cairomm/files/patch-cairomm_enums.h +++ /dev/null @@ -1,11 +0,0 @@ ---- cairomm/enums.h.orig 2008-03-21 22:42:50.000000000 +0100 -+++ cairomm/enums.h 2008-03-21 22:43:38.000000000 +0100 -@@ -192,7 +192,7 @@ typedef enum - FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY, - FONT_TYPE_FT = CAIRO_FONT_TYPE_FT, - FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32, -- FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI -+ FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ - } FontType; - - } // namespace Cairo diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index d8951c407f66..1eefb574e3b4 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -8,6 +8,7 @@ PORTNAME= Cairo PORTVERSION= 1.053 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk2-perl diff --git a/graphics/p5-Cairo/files/patch-Makefile.PL b/graphics/p5-Cairo/files/patch-Makefile.PL deleted file mode 100644 index ac74e9aed6af..000000000000 --- a/graphics/p5-Cairo/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2008-03-25 10:36:32.000000000 -0400 -+++ Makefile.PL 2008-03-25 10:36:45.000000000 -0400 -@@ -236,7 +236,7 @@ - CAIRO_FONT_TYPE_TOY - CAIRO_FONT_TYPE_FT - CAIRO_FONT_TYPE_WIN32 -- CAIRO_FONT_TYPE_ATSUI -+ CAIRO_FONT_TYPE_QUARTZ - /]; - - $enums{cairo_pattern_type_t} = [qw/ |