svn commit: r480702 - head/sysutils/osquery

Brooks Davis brooks at FreeBSD.org
Tue Sep 25 22:14:40 UTC 2018


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:


More information about the svn-ports-all mailing list