From owner-svn-ports-all@freebsd.org Thu Jun 21 07:59:03 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 521F5101326A; Thu, 21 Jun 2018 07:59:03 +0000 (UTC) (envelope-from lme@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 029E371CDF; Thu, 21 Jun 2018 07:59:03 +0000 (UTC) (envelope-from lme@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 D90F26F86; Thu, 21 Jun 2018 07:59:02 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5L7x2sW042399; Thu, 21 Jun 2018 07:59:02 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5L7x2cJ042398; Thu, 21 Jun 2018 07:59:02 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201806210759.w5L7x2cJ042398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 21 Jun 2018 07:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472962 - head/net-mgmt/aircrack-ng X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/net-mgmt/aircrack-ng X-SVN-Commit-Revision: 472962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 21 Jun 2018 07:59:03 -0000 Author: lme Date: Thu Jun 21 07:59:02 2018 New Revision: 472962 URL: https://svnweb.freebsd.org/changeset/ports/472962 Log: net-mgmt/aicrack-ng: - Set required GCC version to 6+, so that the default gcc version is chosen. GCC isn't needed to successfully building the port, but according to upstream using the gcc compiled version is 60-70% faster than the clang compiled version. - Bump PORTREVISION PR: 228747 Submitted by: Michael Danilov Modified: head/net-mgmt/aircrack-ng/Makefile Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Thu Jun 21 07:55:33 2018 (r472961) +++ head/net-mgmt/aircrack-ng/Makefile Thu Jun 21 07:59:02 2018 (r472962) @@ -3,6 +3,7 @@ PORTNAME= aircrack-ng DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://download.aircrack-ng.org/ @@ -15,7 +16,7 @@ LICENSE_COMB= dual 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= 7+ +USE_GCC= 6+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//}