Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 10:47:48 +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: r490543 - in head: devel/cquery security/afl
Message-ID:  <201901171047.x0HAlmFI034443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 17 10:47:48 2019
New Revision: 490543
URL: https://svnweb.freebsd.org/changeset/ports/490543

Log:
  Do not set LLVM_DEFAULT now that there is one in bsd.default-versions.mk

Modified:
  head/devel/cquery/Makefile
  head/security/afl/Makefile

Modified: head/devel/cquery/Makefile
==============================================================================
--- head/devel/cquery/Makefile	Thu Jan 17 10:41:25 2019	(r490542)
+++ head/devel/cquery/Makefile	Thu Jan 17 10:47:48 2019	(r490543)
@@ -27,8 +27,6 @@ GH_TUPLE=	miloyip:rapidjson:daabb88:rapidjson/third_pa
 		emilk:loguru:6bf94c:loguru/third_party/loguru \
 		zeux:pugixml:24a7064:pugixml/third_party/pugixml
 
-LLVM_DEFAULT?=	60
-
 PLIST_FILES=	bin/cquery
 
 CONFIGURE_ARGS=	--variant=system --llvm-config=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Thu Jan 17 10:41:25 2019	(r490542)
+++ head/security/afl/Makefile	Thu Jan 17 10:47:48 2019	(r490543)
@@ -30,11 +30,6 @@ OPTIONS_SUB=	yes
 
 LLVM_DESC=	LLVM-based instrumentation
 
-# 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_DEFAULT?= 70
-
 LLVM_ALL_TARGET=	llvm_mode
 LLVM_BUILD_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
 LLVM_RUN_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901171047.x0HAlmFI034443>