Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2018 07:59:02 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472962 - head/net-mgmt/aircrack-ng
Message-ID:  <201806210759.w5L7x2cJ042398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <mike.d.ft402@gmail.com>

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/-.*//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210759.w5L7x2cJ042398>