From owner-svn-ports-head@freebsd.org Wed Dec 27 17:21:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1DB7EA2792; Wed, 27 Dec 2017 17:21:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC3FE6DFAD; Wed, 27 Dec 2017 17:21:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRHLZ0a007343; Wed, 27 Dec 2017 17:21:35 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRHLZqs007342; Wed, 27 Dec 2017 17:21:35 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201712271721.vBRHLZqs007342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 27 Dec 2017 17:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457379 - head/security/afl X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/afl X-SVN-Commit-Revision: 457379 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 17:21:37 -0000 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}