From owner-svn-ports-head@freebsd.org Tue Sep 25 22:14:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A2FD1091C02; Tue, 25 Sep 2018 22:14:40 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3DA98371E; Tue, 25 Sep 2018 22:14:39 +0000 (UTC) (envelope-from brooks@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AECA56865; Tue, 25 Sep 2018 22:14:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8PMEdZL009093; Tue, 25 Sep 2018 22:14:39 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PMEdei009092; Tue, 25 Sep 2018 22:14:39 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201809252214.w8PMEdei009092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 25 Sep 2018 22:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480702 - head/sysutils/osquery X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/sysutils/osquery X-SVN-Commit-Revision: 480702 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.27 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: Tue, 25 Sep 2018 22:14:40 -0000 Author: brooks Date: Tue Sep 25 22:14:39 2018 New Revision: 480702 URL: https://svnweb.freebsd.org/changeset/ports/480702 Log: bump llvm depend for 10.x to llvm60. PR: 231290 Approved by: zi (maintainer) Sponsored by: DARPA, AFRL Modified: head/sysutils/osquery/Makefile Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Tue Sep 25 22:09:55 2018 (r480701) +++ head/sysutils/osquery/Makefile Tue Sep 25 22:14:39 2018 (r480702) @@ -69,9 +69,9 @@ LLDPD_CONFIGURE_ENV_OFF=SKIP_LLDPD=1 .include .if ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang40:devel/llvm40 -CC= clang40 -CXX= clang++40 +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 .endif post-patch: