svn commit: r517083 - head/graphics/blender

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Nov 8 18:12:55 UTC 2019


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 at 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"


More information about the svn-ports-all mailing list