From owner-svn-ports-all@freebsd.org Wed Nov 8 07:20:27 2017 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 857F0E6FFA2; Wed, 8 Nov 2017 07:20:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65D666E0CD; Wed, 8 Nov 2017 07:20:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9A64D15296; Wed, 8 Nov 2017 07:20:26 +0000 (UTC) Date: Wed, 8 Nov 2017 07:20:26 +0000 From: Alexey Dokuchaev To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r453712 - in head/security/hitch: . files Message-ID: <20171108072026.GA99136@FreeBSD.org> References: <201711072342.vA7Ng68C042243@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711072342.vA7Ng68C042243@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) 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, 08 Nov 2017 07:20:27 -0000 On Tue, Nov 07, 2017 at 11:42:06PM +0000, Ryan Steinmetz wrote: > New Revision: 453712 > URL: https://svnweb.freebsd.org/changeset/ports/453712 > > Log: > - Update to 1.4.6 > > PR: 221565 > Reported by: Christopher Beppler > > Added: > head/security/hitch/files/patch-configure.ac (contents, props changed) Spent an hour debugging autotools issue: danfe :) I still think you could remove pkg-config:devel/pkgconf from BUILD_DEPENDS in favor of USES+=pkgconfig (unless I'm missing some weird edge case here). ./danfe