Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2019 18:12:54 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517083 - head/graphics/blender
Message-ID:  <201911081812.xA8ICsNe068160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Nov  8 18:12:54 2019
New Revision: 517083
URL: https://svnweb.freebsd.org/changeset/ports/517083

Log:
  Use llvm80 to be in sync with graphics/openshadinglanguage.
  
  When built with the CYCLEESOSL option the llvm version used needs to be
  in sync with graphics/openshadinglanguage.
  
  This brings it in sync with the update in ports r514416.
  
  PR:		241075
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)

Modified:
  head/graphics/blender/Makefile

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Fri Nov  8 17:27:40 2019	(r517082)
+++ head/graphics/blender/Makefile	Fri Nov  8 18:12:54 2019	(r517083)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.80
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
@@ -48,7 +48,7 @@ CXXFLAGS_i386=	-march=i586
 # version without trailing update letters
 VERDIR=		${DISTVERSION:C/[abcdef]//g}
 PLIST_SUB+=	VER=${VERDIR}
-LLVM_VER=	60
+LLVM_VER=	80
 OPTIONS_SUB=	yes
 
 .include "${.CURDIR}/Makefile.options"



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