svn commit: r474082 - head/net-mgmt/aircrack-ng
Gerald Pfeifer
gerald at FreeBSD.org
Sat Jul 7 13:37:01 UTC 2018
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/-.*//}
More information about the svn-ports-all
mailing list