Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 09:42:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398753 - head/graphics/openshadinglanguage
Message-ID:  <201510070942.t979gu5a064044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Oct  7 09:42:56 2015
New Revision: 398753
URL: https://svnweb.freebsd.org/changeset/ports/398753

Log:
  - Our LLVM ports are built with RTTI support, so it's safe to enable RTTI
    in OSL as well; this is required for e.g. `graphics/appleseed'
  - Remove BROKEN on 9.x statement that was added in r390561 for a previous
    version and was not removed alongside with 1.6.6 update (it builds fine)
  
  Approved by:	maintainer

Modified:
  head/graphics/openshadinglanguage/Makefile

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Wed Oct  7 08:18:29 2015	(r398752)
+++ head/graphics/openshadinglanguage/Makefile	Wed Oct  7 09:42:56 2015	(r398753)
@@ -18,13 +18,12 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libOpenImageIO.so:${PORTSDIR}/graphics/openimageio
 RUN_DEPENDS=	llvm-config34:${PORTSDIR}/devel/llvm34
 
-BROKEN_FreeBSD_9=	does not build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	imageworks
 GH_PROJECT=	OpenShadingLanguage
 
-CMAKE_ARGS=	-DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34"
+CMAKE_ARGS=	-DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" \
+		-DENABLERTTI:BOOL=ON
 USE_LDCONFIG=	yes
 USES=		bison cmake:outsource
 



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