Date: Fri, 7 Feb 2014 08:07:42 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343191 - head/graphics/rawtherapee Message-ID: <201402070807.s1787guR097631@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Feb 7 08:07:41 2014 New Revision: 343191 URL: http://svnweb.freebsd.org/changeset/ports/343191 QAT: https://qat.redports.org/buildarchive/r343191/ Log: Mark broken on 11 as there are two reports that it is unusable. Modified: head/graphics/rawtherapee/Makefile Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Fri Feb 7 08:00:48 2014 (r343190) +++ head/graphics/rawtherapee/Makefile Fri Feb 7 08:07:41 2014 (r343191) @@ -84,6 +84,10 @@ CMAKE_ARGS+= -DOPTION_OMP:BOOL=ON CMAKE_ARGS+= -DOPTION_OMP:BOOL=OFF .endif +.if ${OSVERSION} >= 1100000 +BROKEN= rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide. +.endif + # ------------------------------------------------------------------- post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402070807.s1787guR097631>