On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote:
On Sun, 28 Mar 2010 13:09:38 -0600 (MDT)
Warren Block <wbl...@wonkity.com> wrote:
On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote:
Before reporting failures, please take a look at ports@ list, and
http://qat.tecnik93.com/index.php?action=failed_buildports&sort=last_built
to find out if the problem hasn't already been reported or even
fixed. We also have two incremental builds on Pointy to catch the
problems.
Okay, a few more... Warning: these are nearly untested. After all, if
it builds, it means it works, right?
Broken, not yet investigated:
graphics/enblend
graphics/gimp-app
graphics/hugin
Broken but fixable:
x11/xfce4-conf
won't build with GTKDOC enabled (problem with gtkdoc-fixxref, maybe
not png related)
also sent to maintainer oli...@freebsd.org
x11-fm/thunar
needs patch: files/patch-thunar-vfs-thunar-vfs-thumb.c
based on http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt
also sent to maintainer oli...@freebsd.org
--- thunar-vfs/thunar-vfs-thumb.c.orig 2010-03-28 13:50:55.000000000 -0600
+++ thunar-vfs/thunar-vfs-thumb.c 2010-03-28 13:51:39.000000000 -0600
@@ -1169,7 +1169,7 @@
goto done0;
/* verify the png signature */
- if (G_LIKELY (png_check_sig ((png_bytep) signature, sizeof (signature))))
+ if (G_LIKELY (png_sig_cmp ((png_bytep) signature, 0, sizeof (signature)) ==
0))
rewind (fp);
else
goto done0;
-Warren Block * Rapid City, South Dakota USA
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"