Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 01:34:17 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r400373 - head/Templates
Message-ID:  <5630DCE9.8000608@FreeBSD.org>
In-Reply-To: <5630DC6B.7000007@FreeBSD.org>
References:  <201510280635.t9S6ZD88037625@repo.freebsd.org> <5630DAB2.5090209@FreeBSD.org> <5630DC6B.7000007@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29/10/2015 1:32 AM, Bryan Drewery wrote:
> On 10/28/15 7:24 AM, Bryan Drewery wrote:
>> On 10/27/15 11:35 PM, Antoine Brodin wrote:
>>> Author: antoine
>>> Date: Wed Oct 28 06:35:13 2015
>>> New Revision: 400373
>>> URL: https://svnweb.freebsd.org/changeset/ports/400373
>>>
>>> Log:
>>>   Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSD
>>>   9.3 and some ports (science/netcdf, print/hplip) now fail to configure
>>
>> pkg builds fine for me on 9.3. Can you show a log please?
>>
> 
> Actually it was building fine with my uncommitted auto-generated
> version. I found the problem with pkg.
> 
> -: ${ac_cv_header_sys_capsicum_h=yes}
> +[ ${OSVERSION} -ge 1000000 ] && : ${ac_cv_header_sys_capsicum_h=yes}
> 
> I'll track down the others too.
> 

FYI,

I had a user report this morning who reported the same issue on 10.1

Isolated it to capability.h was renamed to capsicum.h between 10.1 and
10.2 and pkg was trying to build with the latter given it had been
defined by ./configure.

Updating the ports tree (to post revert of the recent Template changes)
fixed the issue



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5630DCE9.8000608>