[ HEADS UP ] Ports unstable for the next 10 days

Warren Block wblock at wonkity.com
Sun Mar 28 20:40:42 UTC 2010


On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote:

> On Sun, 28 Mar 2010 13:09:38 -0600 (MDT)
> Warren Block <wblock at 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 at 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 at 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


More information about the freebsd-ports mailing list