[49802] trunk/dports/x11/pango

ryandesign at macports.org ryandesign at macports.org
Sat Apr 18 03:18:08 PDT 2009


Revision: 49802
          http://trac.macports.org/changeset/49802
Author:   ryandesign at macports.org
Date:     2009-04-18 03:18:05 -0700 (Sat, 18 Apr 2009)
Log Message:
-----------
pango: update to 1.24.1; fixes #19333

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Removed Paths:
-------------
    trunk/dports/x11/pango/files/477747bc1ef1078b06c4e1c615a1a912e6ada299.diff

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2009-04-18 09:56:00 UTC (rev 49801)
+++ trunk/dports/x11/pango/Portfile	2009-04-18 10:18:05 UTC (rev 49802)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    pango
-version                 1.24.0
+version                 1.24.1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign
@@ -22,9 +22,9 @@
     of internationalized text.
 
 checksums \
-    md5     d209f41079833cd2ef2c5e580ab9c5ee \
-    sha1    32e99f3f1b4ca550225837bf35d581d4d92d08a9 \
-    rmd160  234431b61c50ec7512873fe51ddfda23b4a395b2
+    md5     af0beac1dd1825e241c5728081f16acd \
+    sha1    917ad4559cceaf27adbfddee11a833c3e536d4a9 \
+    rmd160  8924a2ef039c2bf71e185cad96e87e8c973a59c0
 
 depends_build \
     port:pkgconfig
@@ -35,7 +35,6 @@
     path:lib/pkgconfig/cairo.pc:cairo \
 
 patchfiles \
-    477747bc1ef1078b06c4e1c615a1a912e6ada299.diff \
     patch-ltmain.sh.diff
 
 configure.ccache        no

Deleted: trunk/dports/x11/pango/files/477747bc1ef1078b06c4e1c615a1a912e6ada299.diff
===================================================================
--- trunk/dports/x11/pango/files/477747bc1ef1078b06c4e1c615a1a912e6ada299.diff	2009-04-18 09:56:00 UTC (rev 49801)
+++ trunk/dports/x11/pango/files/477747bc1ef1078b06c4e1c615a1a912e6ada299.diff	2009-04-18 10:18:05 UTC (rev 49802)
@@ -1,51 +0,0 @@
-From 477747bc1ef1078b06c4e1c615a1a912e6ada299 Mon Sep 17 00:00:00 2001
-From: Sebastian Dröge <slomo at circular-chaos.org>
-Date: Mon, 23 Mar 2009 23:16:58 +0000
-Subject: Bug 576298 – Fails to link pango-view if --without-x is specified but cairo has X11 support
-
----
---- pango-view/pango-view.c
-+++ pango-view/pango-view.c
-@@ -7,7 +7,7 @@ extern const PangoViewer pangoft2_viewer;
- extern const PangoViewer pangox_viewer;
- 
- const PangoViewer *viewers[] = {
--#ifdef HAVE_CAIRO_XLIB
-+#ifdef HAVE_CAIRO
-   &pangocairo_viewer,
- #endif
- #ifdef HAVE_XFT
---- pango-view/viewer-cairo.c
-+++ pango-view/viewer-cairo.c
-@@ -30,6 +30,7 @@
- 
- 
- #ifdef HAVE_CAIRO_XLIB
-+#ifdef HAVE_X
- #include "viewer-x.h"
- #include <cairo-xlib.h>
- 
-@@ -72,6 +73,7 @@ static CairoViewerIface cairo_x_viewer_iface = {
-   cairo_x_view_iface_create_surface,
-   cairo_x_view_iface_paint_background
- };
-+#endif /* HAVE_X */
- #endif /* HAVE_CAIRO_XLIB */
- 
- 
-@@ -348,11 +350,13 @@ cairo_viewer_iface_create (const CairoViewerIface **iface)
-     return ret;
- 
- #ifdef HAVE_CAIRO_XLIB
-+#ifdef HAVE_X
-   if (opt_display)
-     {
-       *iface = &cairo_x_viewer_iface;
-       return (*iface)->backend_class->create ((*iface)->backend_class);
-     }
-+#endif /* HAVE_X */
- #endif /* HAVE_CAIRO_XLIB */
- 
-   *iface = &cairo_image_viewer_iface;
---
-cgit v0.8.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090418/99ee232a/attachment-0001.html>


More information about the macports-changes mailing list