Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 22:05:46 +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: r480700 - head/cad/sumo
Message-ID:  <201809252205.w8PM5kiG004044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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