Date: Wed, 27 Dec 2017 17:21:35 +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: r457379 - head/security/afl Message-ID: <201712271721.vBRHLZqs007342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Dec 27 17:21:35 2017 New Revision: 457379 URL: https://svnweb.freebsd.org/changeset/ports/457379 Log: security/afl: Switch to devel/llvm50 and follow Mesa, Beignet, gecko@, USES=compiler:c++14-lang PR: 224619 Submitted by: jbeich Modified: head/security/afl/Makefile Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Wed Dec 27 17:15:14 2017 (r457378) +++ head/security/afl/Makefile Wed Dec 27 17:21:35 2017 (r457379) @@ -4,6 +4,7 @@ PORTNAME= afl PORTVERSION= 2.52 DISTVERSIONSUFFIX= b +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -29,7 +30,10 @@ OPTIONS_SUB= yes LLVM_DESC= LLVM-based instrumentation -LLVM_VERSION?= 40 +# You have implicit approval to bump the LLVM version here as long as +# it builds WITH=LLVM and `make test` passes on all supported +# releases. +LLVM_VERSION?= 50 LLVM_ALL_TARGET= llvm_mode LLVM_BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271721.vBRHLZqs007342>