Revision: 139906 https://trac.macports.org/changeset/139906 Author: devans@macports.org Date: 2015-09-01 09:04:11 -0700 (Tue, 01 Sep 2015) Log Message: ----------- GNOME-3/stable: gdk-pixbuf2, update to version 2.31.7 for testing, disable test that only builds with glibc, disable silent rules. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile Added Paths: ----------- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-disable-broken-tests.diff Modified: users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile 2015-09-01 15:49:53 UTC (rev 139905) +++ users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/Portfile 2015-09-01 16:04:11 UTC (rev 139906) @@ -7,7 +7,7 @@ name gdk-pixbuf2 set my_name gdk-pixbuf epoch 2 -version 2.31.6 +version 2.31.7 license LGPL set branch [join [lrange [split ${version} .] 0 1] .] categories graphics @@ -23,8 +23,8 @@ master_sites gnome:sources/${my_name}/${branch}/ -checksums rmd160 19c17f279ae2324cf2d351d6cff72e72729be41e \ - sha256 111203d6f295d69d36e7190204248331cd37285130ac483becdedcd3f0135d18 +checksums rmd160 82c0c058489688e416cb50744b7ea2c1ca97a51b \ + sha256 4736e009168857ce8bb19291f0887c1dc6551cbc3c46d5ffcd034e133e4fd610 depends_build port:pkgconfig @@ -36,6 +36,7 @@ port:tiff patchfiles patch-configure.ac.diff \ + patch-disable-broken-tests.diff \ patch-tests-pixbuf-readonly-to-mutable.c.diff gobject_introspection yes @@ -43,7 +44,8 @@ use_autoreconf yes autoreconf.args -fvi -configure.args --with-libjasper +configure.args --with-libjasper \ + --disable-silent-rules test.run yes test.target check Added: users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-disable-broken-tests.diff =================================================================== --- users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-disable-broken-tests.diff (rev 0) +++ users/devans/GNOME-3/stable/dports/graphics/gdk-pixbuf2/files/patch-disable-broken-tests.diff 2015-09-01 16:04:11 UTC (rev 139906) @@ -0,0 +1,10 @@ +--- tests/Makefile.am.orig 2015-09-01 08:48:41.000000000 -0700 ++++ tests/Makefile.am 2015-09-01 08:49:23.000000000 -0700 +@@ -18,7 +18,6 @@ + + noinst_PROGRAMS += \ + pixbuf-read \ +- pixbuf-lowmem \ + pixbuf-random \ + $(NULL) +