svn commit: r523612 - head/security/afl++
Tobias Kortkamp
tobik at FreeBSD.org
Mon Jan 20 10:27:40 UTC 2020
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
More information about the svn-ports-all
mailing list