svn commit: r480700 - head/cad/sumo

Brooks Davis brooks at FreeBSD.org
Tue Sep 25 22:05:46 UTC 2018


Author: brooks
Date: Tue Sep 25 22:05:45 2018
New Revision: 480700
URL: https://svnweb.freebsd.org/changeset/ports/480700

Log:
  Update 10.x build depend on clang to llvm60.
  
  PR:		231288
  Approved by:	maintainer timeout (15 days)
  Sponsored by:	DARPA, AFRL

Modified:
  head/cad/sumo/Makefile

Modified: head/cad/sumo/Makefile
==============================================================================
--- head/cad/sumo/Makefile	Tue Sep 25 21:54:05 2018	(r480699)
+++ head/cad/sumo/Makefile	Tue Sep 25 22:05:45 2018	(r480700)
@@ -47,9 +47,9 @@ do-install-DOCS-on:
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
-BUILD_DEPENDS+=	clang40:devel/llvm40
-CC=		clang40
-CXX=		clang++40 # fails to build with the default compiler on 10
+BUILD_DEPENDS+=	clang60:devel/llvm60
+CC=		clang60
+CXX=		clang++60 # fails to build with the default compiler on 10
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list