From owner-svn-ports-head@freebsd.org Thu Oct 8 20:13:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB7619D0A92; Thu, 8 Oct 2015 20:13:55 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep35.mx.upcmail.net (fep35.mx.upcmail.net [62.179.121.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEB2C0; Thu, 8 Oct 2015 20:13:54 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep19-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20151008194223.OUEX14985.viefep19-int.chello.at@edge03.upcmail.net>; Thu, 8 Oct 2015 21:42:23 +0200 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id SjiN1r00H2Rg3Ey01jiNli; Thu, 08 Oct 2015 21:42:23 +0200 X-SourceIP: 178.84.134.112 Subject: Re: svn commit: r398812 - head/graphics/gthumb To: Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201510081053.t98ArgnX013924@repo.freebsd.org> From: Koop Mast Message-ID: <5616C715.6070203@rainbow-runner.nl> Date: Thu, 8 Oct 2015 21:42:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510081053.t98ArgnX013924@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 151008-2, 08/10/2015), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 20:13:55 -0000 On 08/10/2015 12:53, Guido Falsi wrote: > Author: madpilot > Date: Thu Oct 8 10:53:42 2015 > New Revision: 398812 > URL: https://svnweb.freebsd.org/changeset/ports/398812 > > Log: > Update to 3.4.1 > > PR: 203480 > Submitted by: Ports Fury > > Modified: > head/graphics/gthumb/Makefile > head/graphics/gthumb/distinfo > head/graphics/gthumb/pkg-plist > > Modified: head/graphics/gthumb/Makefile > ============================================================================== > --- head/graphics/gthumb/Makefile Thu Oct 8 10:10:48 2015 (r398811) > +++ head/graphics/gthumb/Makefile Thu Oct 8 10:53:42 2015 (r398812) > @@ -3,7 +3,7 @@ > # $MCom: ports/trunk/graphics/gthumb/Makefile 19823 2014-08-20 09:28:14Z gusi $ > > PORTNAME= gthumb > -PORTVERSION= 3.4.0 > +PORTVERSION= 3.4.1 > CATEGORIES= graphics > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 > @@ -21,6 +21,8 @@ USES= bison compiler:c++11-lib desktop- > libtool pathfix pkgconfig tar:xz > USE_GNOME= gtk30 intltool librsvg2 > GNU_CONFIGURE= yes > +CONFIGURE_ENV= ac_cv_lib_jpeg_jpeg_destroy_decompress=yes \ > + ac_cv_lib_tiff_TIFFWriteScanline=yes This gives me the idea that the configure script is broken in some way.