Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2018 21:29:42 +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: r469417 - head/audio/wavpack
Message-ID:  <201805082129.w48LTg0f065425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue May  8 21:29:42 2018
New Revision: 469417
URL: https://svnweb.freebsd.org/changeset/ports/469417

Log:
  Switch to using clang 6.0 for FreeBSD 10.
  
  I missed that this was still using clang 3.9 when I removed it.
  
  Reported by:	cperciva

Modified:
  head/audio/wavpack/Makefile

Modified: head/audio/wavpack/Makefile
==============================================================================
--- head/audio/wavpack/Makefile	Tue May  8 21:05:49 2018	(r469416)
+++ head/audio/wavpack/Makefile	Tue May  8 21:29:42 2018	(r469417)
@@ -30,10 +30,10 @@ ASM_DESC=	Optimized assembler routines (requires MMX o
 .include <bsd.port.options.mk>
 
 # ASM needs clang 3.8+
-# depend on llvm39 since it's more likely to be installed already than 3.8
+# depend on llvm60 since it's more likely to be installed already than 3.8
 .if ${OSVERSION} < 1100101 && ${PORT_OPTIONS:MASM}
-BUILD_DEPENDS+=	clang39:devel/llvm39
-CC=		clang39
+BUILD_DEPENDS+=	clang60:devel/llvm60
+CC=		clang60
 .endif
 
 .include <bsd.port.mk>



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