From owner-svn-ports-all@freebsd.org Wed Sep 19 22:40:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C6D10A924D; Wed, 19 Sep 2018 22:40:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6A895C21; Wed, 19 Sep 2018 22:40:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-174-109-174-192.nc.res.rr.com [174.109.174.192]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id w8JMegCQ033831 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 19 Sep 2018 22:40:48 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r480056 - in head: dns/autotrust dns/getdns dns/unbound mail/opendkim net-p2p/monero-cli To: Craig Leres , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201809181824.w8IIO5ox081701@repo.freebsd.org> From: Steve Wills Message-ID: <008d8a18-7a44-7597-1a3e-fca8f0627f10@FreeBSD.org> Date: Wed, 19 Sep 2018 18:40:36 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 19 Sep 2018 22:40:48 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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, 19 Sep 2018 22:40:50 -0000 Hi, On 9/19/18 5:39 PM, Craig Leres wrote: > On 9/18/18 9:24 AM, Steve Wills wrote: >> Author: swills >> Date: Tue Sep 18 18:24:05 2018 >> New Revision: 480056 >> URL:https://svnweb.freebsd.org/changeset/ports/480056 >> >> Log: >>    dns/unbound: update to 1.8.0 > > This fails to configure under 11.2-RELEASE-p3: > >     checking for pthread_spinlock_t... yes >     checking for pthread_rwlock_t... yes >     checking if -pthread unused during linking... no >     ./configure: 16926: Syntax error: word unexpected (expecting ")") > > Debugging shows that configure was significantly different from the one > in the 1.8.0 tarchive. Removing autoreconf from USES allows the port to > build successfully. Both the supplied and autoreconf versions of > configure used autoconf 2.69 so I'm not sure why the FreeBSD version is > broken. > I'm not able to reproduce. I'll send you the log in a separate email. Steve