svn commit: r343191 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Fri Feb 7 08:07:42 UTC 2014


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:


More information about the svn-ports-all mailing list