svn commit: r355282 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Mon May 26 07:31:42 UTC 2014


Author: mandree
Date: Mon May 26 07:31:41 2014
New Revision: 355282
URL: http://svnweb.freebsd.org/changeset/ports/355282
QAT: https://qat.redports.org/buildarchive/r355282/

Log:
  Re-enable on HEAD to see what we get.

Modified:
  head/graphics/rawtherapee/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Mon May 26 07:22:01 2014	(r355281)
+++ head/graphics/rawtherapee/Makefile	Mon May 26 07:31:41 2014	(r355282)
@@ -81,9 +81,9 @@ 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
+#.if ${OSVERSION} >= 1100000
+#BROKEN=		rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide.
+#.endif
 
 # -------------------------------------------------------------------
 


More information about the svn-ports-all mailing list