svn commit: r390561 - head/graphics/openshadinglanguage

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 11:39:09 UTC 2015


Author: amdmi3
Date: Thu Jun 25 11:39:08 2015
New Revision: 390561
URL: https://svnweb.freebsd.org/changeset/ports/390561

Log:
  - Mark BROKEN on 9.x:
  
  /usr/local/lib/libOpenImageIO.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
  /usr/local/lib/libOpenImageIO.so: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11'
  
  Approved by:	portmgr blanket
  Reported by:	pkg-fallout

Modified:
  head/graphics/openshadinglanguage/Makefile

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Thu Jun 25 11:34:40 2015	(r390560)
+++ head/graphics/openshadinglanguage/Makefile	Thu Jun 25 11:39:08 2015	(r390561)
@@ -18,6 +18,8 @@ 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


More information about the svn-ports-head mailing list