Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 23:56:07 +0200
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        Koop Mast <kwm@rainbow-runner.nl>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r398812 - head/graphics/gthumb
Message-ID:  <5616E677.6040205@FreeBSD.org>
In-Reply-To: <5616C715.6070203@rainbow-runner.nl>
References:  <201510081053.t98ArgnX013924@repo.freebsd.org> <5616C715.6070203@rainbow-runner.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/08/15 21:42, Koop Mast wrote:
> 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.
> 

It is, since without those lines configure fails to detect those
functions and afterwards the build fails.

Keeping those lines makes it work.

-- 
Guido Falsi <madpilot@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5616E677.6040205>