[90566] trunk/dports/graphics/libpixman-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 18:37:49 PST 2012


Revision: 90566
          http://trac.macports.org/changeset/90566
Author:   ryandesign at macports.org
Date:     2012-03-08 18:37:48 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
libpixman-devel: update to 0.25.2 and use new --disable-libpng configure option to prevent the use of libpng to build tests and demos; see #32260

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

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2012-03-09 02:26:56 UTC (rev 90565)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2012-03-09 02:37:48 UTC (rev 90566)
@@ -7,7 +7,7 @@
 name                    libpixman-devel
 conflicts               libpixman
 set my_name             pixman
-version                 0.23.8
+version                 0.25.2
 categories              graphics
 platforms               darwin
 maintainers             ryandesign
@@ -25,8 +25,8 @@
                         regions. A PixRegion is a set of Y-X banded rectangles \
                         that cover the desired region.
 
-checksums               rmd160  0cc1d0bb7b92fd3da2f5a5530bcc0f7bf27d1825 \
-                        sha256  04ba60330606d7bdf7b68fbf33ca7c15e1f1767fa6687c04071b9a9165effb08
+checksums               rmd160  cb01a8d37486275cc3451e96fc808e328b1ed500 \
+                        sha256  06d83ce5a5f2f8ab3761e88a2de1576b6596bb436190166a242b9d75a68bc1d8
 
 # llvm-gcc-4.2 makes cairo fail to generate PDFs properly
 if {${configure.compiler} == "llvm-gcc-4.2"} {
@@ -40,7 +40,8 @@
 configure.args          ac_cv_prog_AWK=/usr/bin/awk \
                         ac_cv_path_GREP=/usr/bin/grep \
                         lt_cv_path_SED=/usr/bin/sed \
-                        --disable-gtk
+                        --disable-gtk \
+                        --disable-libpng
 
 build.args              V=1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/d66b939d/attachment.html>


More information about the macports-changes mailing list