Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 10:27:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523612 - head/security/afl++
Message-ID:  <202001201027.00KARdiH027941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan 20 10:27:39 2020
New Revision: 523612
URL: https://svnweb.freebsd.org/changeset/ports/523612

Log:
  security/afl++: Enable GCC option by default after r523406

Modified:
  head/security/afl++/Makefile

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Mon Jan 20 10:04:23 2020	(r523611)
+++ head/security/afl++/Makefile	Mon Jan 20 10:27:39 2020	(r523612)
@@ -3,6 +3,7 @@
 
 PORTNAME=	afl
 PORTVERSION=	2.60c
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	++
 
@@ -30,7 +31,7 @@ TEST_TARGET=	test_build
 CONFLICTS_INSTALL=	afl
 
 OPTIONS_DEFINE=		DEBUG DOCS EXAMPLES GCC LLVM PYTHON
-OPTIONS_DEFAULT=	LLVM PYTHON
+OPTIONS_DEFAULT=	GCC LLVM PYTHON
 # On non-x86 architectures LLVM is mandatory
 OPTIONS_SLAVE=		${ARCH:Namd64:Ni386:S/${ARCH}/LLVM/}
 OPTIONS_SUB=		yes



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