From owner-svn-ports-head@freebsd.org Sat Jul 7 13:37:01 2018 Return-Path: Delivered-To: svn-ports-head@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 3B9F81045524; Sat, 7 Jul 2018 13:37:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3A237702E; Sat, 7 Jul 2018 13:37:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C46AF180C2; Sat, 7 Jul 2018 13:37:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w67Db0r8031269; Sat, 7 Jul 2018 13:37:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w67Db0W2031268; Sat, 7 Jul 2018 13:37:00 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201807071337.w67Db0W2031268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 7 Jul 2018 13:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474082 - head/net-mgmt/aircrack-ng X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/net-mgmt/aircrack-ng X-SVN-Commit-Revision: 474082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 07 Jul 2018 13:37:01 -0000 Author: gerald Date: Sat Jul 7 13:37:00 2018 New Revision: 474082 URL: https://svnweb.freebsd.org/changeset/ports/474082 Log: Use the canonical USE_GCC=yes instead of USE_GCC=6+. This has the advantage that it'll use a current version of GCC that is present already without a need to adjust this port as the default version in Mk/bsd.default-versions.mk moves (or a user changes the default locally). Approved by: lme (maintainer) Modified: head/net-mgmt/aircrack-ng/Makefile Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Sat Jul 7 13:31:26 2018 (r474081) +++ head/net-mgmt/aircrack-ng/Makefile Sat Jul 7 13:37:00 2018 (r474082) @@ -19,7 +19,7 @@ BROKEN_armv7= fails to configure: _AX_COMPILER_VERSIO BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory USES= autoreconf cpe dos2unix gmake libtool ssl -USE_GCC= 6+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//}