From owner-svn-ports-all@freebsd.org Wed Nov 23 20:07:38 2016 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 239A7C50970; Wed, 23 Nov 2016 20:07:38 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 10E0A169F; Wed, 23 Nov 2016 20:07:38 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from ice.ee.lbl.gov (ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5]) (authenticated bits=0) by fun.ee.lbl.gov (8.15.2/8.15.2) with ESMTPSA id uANK7aRO026379 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Nov 2016 12:07:36 -0800 (PST) (envelope-from leres@ee.lbl.gov) X-Authentication-Warning: fun.ee.lbl.gov: Host ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel To: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611221354.uAMDsiAo065027@repo.freebsd.org> From: Craig Leres Message-ID: Date: Wed, 23 Nov 2016 12:07:36 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <201611221354.uAMDsiAo065027@repo.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 23 Nov 2016 20:07:38 -0000 ntp now fails to stage with 9.3-RELEASE-p50, a build log is attached. I think this is an unstream issue (it's trying to run autogen which is missing) but I'm not sure why it isn't also a problem with 10.3. Craig