From owner-svn-ports-all@freebsd.org Fri May 4 10:51:25 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 552BFFA931C; Fri, 4 May 2018 10:51:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 F353D79001; Fri, 4 May 2018 10:51:24 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EC125DECC; Fri, 4 May 2018 10:51:24 +0000 (UTC) Date: Fri, 4 May 2018 10:51:24 +0000 From: Alexey Dokuchaev To: Lars Engels Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469014 - in head/net-mgmt/aircrack-ng: . files Message-ID: <20180504105124.GA23531@FreeBSD.org> References: <201805041043.w44AhM8b028197@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805041043.w44AhM8b028197@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 04 May 2018 10:51:25 -0000 On Fri, May 04, 2018 at 10:43:22AM +0000, Lars Engels wrote: > New Revision: 469014 > URL: https://svnweb.freebsd.org/changeset/ports/469014 > > Log: > net-mgmt/aircrack-ng: > > Update to 1.2 Looks like too many changes for a rc->release bump. Care to elaborate a bit Lars? > Modified: head/net-mgmt/aircrack-ng/Makefile > > -USES= cpe dos2unix gmake ssl > +USES= autoreconf cpe dos2unix gmake libtool ssl Why `autoreconf' is needed now? That's a bit unfortunate... > +USE_GCC= 7.0+ This change is both surprising and unexplained in the commit log. ./danfe