From owner-svn-ports-head@freebsd.org Wed Oct 28 14:36:24 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 243EDA2010F; Wed, 28 Oct 2015 14:36:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 106321E0F; Wed, 28 Oct 2015 14:36:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 085391BEE; Wed, 28 Oct 2015 14:36:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id D1E551618B; Wed, 28 Oct 2015 14:36:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id cLgC4I_yy3Ht; Wed, 28 Oct 2015 14:36:21 +0000 (UTC) Subject: Re: svn commit: r400373 - head/Templates DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com EDC9416185 To: koobs@FreeBSD.org, Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201510280635.t9S6ZD88037625@repo.freebsd.org> <5630DAB2.5090209@FreeBSD.org> <5630DC6B.7000007@FreeBSD.org> <5630DCE9.8000608@FreeBSD.org> <5630DD46.5040802@FreeBSD.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <5630DD64.6060205@FreeBSD.org> Date: Wed, 28 Oct 2015 07:36:20 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5630DD46.5040802@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Wed, 28 Oct 2015 14:36:24 -0000 On 10/28/15 7:35 AM, Bryan Drewery wrote: > On 10/28/15 7:34 AM, Kubilay Kocak wrote: >> 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. >> > > Ew, that means my change to pkg itself is bad too. Thanks. Nevermind actually. > >> Updating the ports tree (to post revert of the recent Template changes) >> fixed the issue >> > > -- Regards, Bryan Drewery