Date: Thu, 23 Jan 2025 14:44:59 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 482be834016b - main - security/afl++: Disable gcc flavor Message-ID: <202501231444.50NEixlG019825@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=482be834016b08aa70d5c00a18f52c1c42463286 commit 482be834016b08aa70d5c00a18f52c1c42463286 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2025-01-23 14:40:43 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-01-23 14:44:38 +0000 security/afl++: Disable gcc flavor The GCC flavor is broken. Disable it while I figure out if the port still has an actual need for different flavors or if time has come to unflavorize it. --- security/afl++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/afl++/Makefile b/security/afl++/Makefile index cd88ca52df2f..79aa9bae2fb6 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM s BUILD_DEPENDS= ginstall:sysutils/coreutils -FLAVORS= llvm gcc +FLAVORS= llvm # gcc FLAVOR?= ${FLAVORS:[1]} _LLVM_VER= 16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501231444.50NEixlG019825>