Revision: 96014 https://trac.macports.org/changeset/96014 Author: snc@macports.org Date: 2012-07-28 11:12:37 -0700 (Sat, 28 Jul 2012) Log Message: ----------- pngcrush: update to 1.7.34, append -DDPNGCRUSH_COUNT_COLORS to CFLAGS, #35361 Modified Paths: -------------- trunk/dports/graphics/pngcrush/Portfile Modified: trunk/dports/graphics/pngcrush/Portfile =================================================================== --- trunk/dports/graphics/pngcrush/Portfile 2012-07-28 17:20:58 UTC (rev 96013) +++ trunk/dports/graphics/pngcrush/Portfile 2012-07-28 18:12:37 UTC (rev 96014) @@ -4,7 +4,7 @@ PortSystem 1.0 name pngcrush -version 1.7.33 +version 1.7.34 categories graphics maintainers snc openmaintainer license zlib @@ -26,8 +26,8 @@ master_sites sourceforge:project/pmt/pngcrush/${version} use_xz yes -checksums rmd160 4289412372940fd0fb07d4a233e915975d9595c6 \ - sha256 05d36e4accd263cc27210cafb86f346c335a7659662b74d8a823ed509022198a +checksums rmd160 167cac9e2944fdee635e27228b49c06db04ba7ca \ + sha256 31b6f33ed49dc8ce1af8968cf7eb61075012c347a6d3296ceda40fe11376084f use_configure no @@ -35,6 +35,7 @@ build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \ LD="${configure.cc} [get_canonical_archflags ld]" +build.post_args CFLAGS="-I. -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow -DZ_SOLO -DPNGCRUSH_COUNT_COLORS" destroot { xinstall -m 755 -d ${destroot}${prefix}/bin
participants (1)
-
snc@macports.org