From owner-svn-ports-all@freebsd.org Fri Nov 8 18:12:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6B9F15A1D3; Fri, 8 Nov 2019 18:12:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478pKL5cc3z3DHr; Fri, 8 Nov 2019 18:12:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5A1420CD; Fri, 8 Nov 2019 18:12:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA8ICsD6068161; Fri, 8 Nov 2019 18:12:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA8ICsNe068160; Fri, 8 Nov 2019 18:12:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201911081812.xA8ICsNe068160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 8 Nov 2019 18:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517083 - head/graphics/blender X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/graphics/blender X-SVN-Commit-Revision: 517083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2019 18:12:55 -0000 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 (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"