Date: Sun, 28 Mar 2010 14:40:41 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Ion-Mihai Tetcu <itetcu@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days Message-ID: <alpine.BSF.2.00.1003281425390.81005@wonkity.com> In-Reply-To: <20100328232342.42d18dc9@it.buh.tecnik93.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <alpine.BSF.2.00.1003281300390.80701@wonkity.com> <20100328232342.42d18dc9@it.buh.tecnik93.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote: > On Sun, 28 Mar 2010 13:09:38 -0600 (MDT) > Warren Block <wblock@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 oliver@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 oliver@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1003281425390.81005>