svn commit: r472962 - head/net-mgmt/aircrack-ng

Lars Engels lme at FreeBSD.org
Thu Jun 21 07:59:03 UTC 2018


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


More information about the svn-ports-all mailing list