From owner-svn-ports-head@freebsd.org Wed Oct 28 14:32:19 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 4753EA1FFDB; Wed, 28 Oct 2015 14:32:19 +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 34F9B1A60; Wed, 28 Oct 2015 14:32:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 2CDCF18B4; Wed, 28 Oct 2015 14:32:19 +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 E1BB616141; Wed, 28 Oct 2015 14:32:18 +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 fdRxqDjqSZLz; Wed, 28 Oct 2015 14:32:12 +0000 (UTC) Subject: Re: svn commit: r400373 - head/Templates DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 8487316134 To: 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> From: Bryan Drewery Organization: FreeBSD Message-ID: <5630DC6B.7000007@FreeBSD.org> Date: Wed, 28 Oct 2015 07:32:11 -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: <5630DAB2.5090209@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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:32:19 -0000 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. -- Regards, Bryan Drewery