From owner-svn-ports-all@freebsd.org Wed Oct 28 14:35:53 2015 Return-Path: Delivered-To: svn-ports-all@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 C6649A200D3; Wed, 28 Oct 2015 14:35:53 +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 B30CC1D29; Wed, 28 Oct 2015 14:35:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id AB08A1B12; Wed, 28 Oct 2015 14:35:53 +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 7FE7F1617B; Wed, 28 Oct 2015 14:35:53 +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 Nxg13_kzsoyu; Wed, 28 Oct 2015 14:35:51 +0000 (UTC) Subject: Re: svn commit: r400373 - head/Templates DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9BA4E16175 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> From: Bryan Drewery Organization: FreeBSD Message-ID: <5630DD46.5040802@FreeBSD.org> Date: Wed, 28 Oct 2015 07:35:50 -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: <5630DCE9.8000608@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 14:35:53 -0000 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. > Updating the ports tree (to post revert of the recent Template changes) > fixed the issue > -- Regards, Bryan Drewery