[90700] trunk/dports/graphics/cairo-devel

ryandesign at macports.org ryandesign at macports.org
Mon Mar 12 12:49:40 PDT 2012


Revision: 90700
          http://trac.macports.org/changeset/90700
Author:   ryandesign at macports.org
Date:     2012-03-12 12:49:39 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
cairo-devel: update to 1.11.4

Modified Paths:
--------------
    trunk/dports/graphics/cairo-devel/Portfile
    trunk/dports/graphics/cairo-devel/files/patch-llvm-gcc-lto.diff

Removed Paths:
-------------
    trunk/dports/graphics/cairo-devel/files/lion_fonts.diff

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2012-03-12 19:43:12 UTC (rev 90699)
+++ trunk/dports/graphics/cairo-devel/Portfile	2012-03-12 19:49:39 UTC (rev 90700)
@@ -9,8 +9,7 @@
 name                        cairo-devel
 conflicts                   cairo
 set my_name                 cairo
-version                     1.11.2
-revision                    2
+version                     1.11.4
 categories                  graphics
 maintainers                 ryandesign
 license                     {LGPL-2.1 MPL-1.1}
@@ -28,8 +27,8 @@
                             advantage of display hardware acceleration when \
                             available (e.g. through the X Render Extension).
 
-checksums                   sha1    40b9e1066fcd33c2aeecd800764b1aa5a0ac7bde \
-                            rmd160  e5dd2bc36469add524b6ac8b37a7d0127c81c4bc
+checksums                   rmd160  18d4c3eb62727bbff02da36fef6426c485d535a5 \
+                            sha256  aa78ac12294b34f31cf2462343564996ea9f90de8c9f9da4eb6f9b3d10317e68
 
 depends_build               port:pkgconfig
 
@@ -103,10 +102,6 @@
     configure.compiler      gcc-4.2
 }
 
-platform darwin 11 {
-    patchfiles-append       lion_fonts.diff
-}
-
 variant no_x11 conflicts opengl x11_xcb x11 description {Legacy compatibility variant} {}
 variant x11 conflicts no_x11 description {Enable X11 support} {
     depends_lib-append      port:xrender port:xorg-xcb-util

Deleted: trunk/dports/graphics/cairo-devel/files/lion_fonts.diff
===================================================================
--- trunk/dports/graphics/cairo-devel/files/lion_fonts.diff	2012-03-12 19:43:12 UTC (rev 90699)
+++ trunk/dports/graphics/cairo-devel/files/lion_fonts.diff	2012-03-12 19:49:39 UTC (rev 90700)
@@ -1,48 +0,0 @@
-diff --git a/perf/cairo-perf-report.c perf/cairo-perf-report.c
-index 8ab8090..a3d8bdb 100644
---- a/perf/cairo-perf-report.c
-+++ perf/cairo-perf-report.c
-@@ -49,7 +49,7 @@
- typedef ptrdiff_t ssize_t;
- #endif
- 
--#if !defined (__USE_GNU) && !defined(__USE_XOPEN2K8)
-+#if !defined (__USE_GNU) && !defined(__USE_XOPEN2K8) && MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
- static ssize_t
- getline (char	**lineptr,
- 	 size_t  *n,
-@@ -234,7 +234,7 @@ test_report_parse (test_report_t *report,
-  * as needed. These aren't necessary full-fledged general purpose
-  * implementations. They just get the job done for our purposes.
-  */
--#if !defined (__USE_GNU) && !defined(__USE_XOPEN2K8)
-+#if !defined (__USE_GNU) && !defined(__USE_XOPEN2K8) && MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
- #define POORMANS_GETLINE_BUFFER_SIZE (65536)
- static ssize_t
- getline (char	**lineptr,
-diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
-index ff22882..b3a4679 100644
---- a/perf/cairo-perf-trace.c
-+++ perf/cairo-perf-trace.c
-@@ -527,7 +527,7 @@ usage (const char *argv0)
- 	     argv0, argv0);
- }
- 
--#ifndef __USE_GNU
-+#if !defined __USE_GNU  && MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
- #define POORMANS_GETLINE_BUFFER_SIZE (65536)
- static ssize_t
- getline (char	**lineptr,
-diff --git a/src/cairo-quartz-font.c b/src/cairo-quartz-font.c
-index f529fc9..1e57c39 100644
---- a/src/cairo-quartz-font.c
-+++ src/cairo-quartz-font.c
-@@ -802,7 +802,7 @@ _cairo_quartz_scaled_font_get_cg_font_ref (cairo_scaled_font_t *abstract_font)
-     return ffont->cgFont;
- }
- 
--#ifndef __LP64__
-+#if !defined __LP64__ && MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
- /*
-  * compat with old ATSUI backend
-  */

Modified: trunk/dports/graphics/cairo-devel/files/patch-llvm-gcc-lto.diff
===================================================================
--- trunk/dports/graphics/cairo-devel/files/patch-llvm-gcc-lto.diff	2012-03-12 19:43:12 UTC (rev 90699)
+++ trunk/dports/graphics/cairo-devel/files/patch-llvm-gcc-lto.diff	2012-03-12 19:49:39 UTC (rev 90700)
@@ -1,6 +1,6 @@
---- configure.orig	2012-01-09 03:44:48.000000000 +0100
-+++ configure	2012-01-09 03:45:01.000000000 +0100
-@@ -17236,7 +17236,7 @@
+--- configure.orig	2012-03-12 04:26:22.000000000 -0500
++++ configure	2012-03-12 08:44:05.000000000 -0500
+@@ -17945,7 +17945,7 @@
  MAYBE_WARN="$MAYBE_WARN -erroff=E_ENUM_TYPE_MISMATCH_ARG \
  			-erroff=E_ENUM_TYPE_MISMATCH_OP"
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/d2075ebd/attachment.html>


More information about the macports-changes mailing list