[71788] trunk/dports/graphics/libpixman-devel

ryandesign at macports.org ryandesign at macports.org
Thu Sep 23 00:12:12 PDT 2010


Revision: 71788
          http://trac.macports.org/changeset/71788
Author:   ryandesign at macports.org
Date:     2010-09-23 00:12:08 -0700 (Thu, 23 Sep 2010)
Log Message:
-----------
libpixman-devel: update to 0.19.4

Modified Paths:
--------------
    trunk/dports/graphics/libpixman-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/libpixman-devel/files/
    trunk/dports/graphics/libpixman-devel/files/patch-test-utils.c.diff

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2010-09-23 06:43:22 UTC (rev 71787)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2010-09-23 07:12:08 UTC (rev 71788)
@@ -7,7 +7,7 @@
 name                    libpixman-devel
 conflicts               libpixman
 set my_name             pixman
-version                 0.19.2
+version                 0.19.4
 categories              graphics
 platforms               darwin
 maintainers             ryandesign
@@ -25,10 +25,12 @@
                         regions. A PixRegion is a set of Y-X banded rectangles \
                         that cover the desired region.
 
-checksums               md5     4ed74b6aa9139541718c0d61a581fd50 \
-                        sha1    c3d69deca35a1fd4f3ca9d7ca4344d805f56e205 \
-                        rmd160  8af2e57b5c52ceb5dd097e9f9e043771857c5454
+checksums               md5     dfbfbd46221246edd3be702ea65084aa \
+                        sha1    11418e935c373340850c5467275feb40eba83e38 \
+                        rmd160  bb7d5e951b850785a4830781ac214f5a3cc8f722
 
+patchfiles              patch-test-utils.c.diff
+
 configure.args          --disable-gtk
 
 post-destroot {

Added: trunk/dports/graphics/libpixman-devel/files/patch-test-utils.c.diff
===================================================================
--- trunk/dports/graphics/libpixman-devel/files/patch-test-utils.c.diff	                        (rev 0)
+++ trunk/dports/graphics/libpixman-devel/files/patch-test-utils.c.diff	2010-09-23 07:12:08 UTC (rev 71788)
@@ -0,0 +1,15 @@
+http://cgit.freedesktop.org/pixman/commit/?id=e97da2104967f4c99aed40e89f3e0141ceed7040
+--- test/utils.c.orig
++++ test/utils.c
+@@ -220,6 +220,11 @@ typedef struct
+ 
+ #if defined(HAVE_MPROTECT) && defined(HAVE_GETPAGESIZE)
+ 
++/* This is apparently necessary on at least OS X */
++#ifndef MAP_ANONYMOUS
++#define MAP_ANONYMOUS MAP_ANON
++#endif
++
+ void *
+ fence_malloc (uint32_t len)
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100923/50d9b93c/attachment.html>


More information about the macports-changes mailing list