Date: Sat, 22 Jan 2022 13:40:13 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38a7e23fd5ba - main - security/afl++: enable on powerpc Message-ID: <202201221340.20MDeDpB024461@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=38a7e23fd5ba96cd2fc0e372f74e82c1eabefb57 commit 38a7e23fd5ba96cd2fc0e372f74e82c1eabefb57 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-01-22 13:33:28 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-01-22 13:33:28 +0000 security/afl++: enable on powerpc --- security/afl++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/afl++/Makefile b/security/afl++/Makefile index d229a5cf33b8..820fcdfbfb23 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/docs/COPYING -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM support BUILD_DEPENDS= ginstall:sysutils/coreutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201221340.20MDeDpB024461>