Date: Tue, 25 Sep 2018 22:14:39 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480702 - head/sysutils/osquery Message-ID: <201809252214.w8PMEdei009092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252214.w8PMEdei009092>