Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 13:47:55 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438583 - head/graphics/darktable
Message-ID:  <201704151347.v3FDlt3s047096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Sat Apr 15 13:47:55 2017
New Revision: 438583
URL: https://svnweb.freebsd.org/changeset/ports/438583

Log:
  graphics/darktable: Use LLVM 4.0 at build time
  
  We try to keep the same LLVM version as Mesa to avoid the need to have
  several versions of LLVM.
  
  Approved by:	bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10403

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Sat Apr 15 12:35:41 2017	(r438582)
+++ head/graphics/darktable/Makefile	Sat Apr 15 13:47:55 2017	(r438583)
@@ -96,8 +96,8 @@ WEBP_CMAKE_OFF=		-DUSE_WEBP:BOOL=OFF
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64 && ${CHOSEN_COMPILER_TYPE} == clang
-# Enable OpenMP support with Clang 3.9.
-LLVM_VER=	39
+# Enable OpenMP support with Clang 4.0.
+LLVM_VER=	40
 BUILD_DEPENDS+=	clang${LLVM_VER}:devel/llvm${LLVM_VER}
 
 CPP=		clang-cpp${LLVM_VER}



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