Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2018 13:37:00 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474082 - head/net-mgmt/aircrack-ng
Message-ID:  <201807071337.w67Db0W2031268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/-.*//}



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