svn commit: r517185 - head/graphics/pixie

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 06:23:00 UTC 2019


Author: linimon
Date: Sun Nov 10 06:22:59 2019
New Revision: 517185
URL: https://svnweb.freebsd.org/changeset/ports/517185

Log:
  Mark broken on powerpc64.  This port has been failing to build since
  20180303.
  
  While here, pet portlint.

Modified:
  head/graphics/pixie/Makefile

Modified: head/graphics/pixie/Makefile
==============================================================================
--- head/graphics/pixie/Makefile	Sun Nov 10 06:19:43 2019	(r517184)
+++ head/graphics/pixie/Makefile	Sun Nov 10 06:22:59 2019	(r517185)
@@ -14,14 +14,15 @@ COMMENT=	Photorealistic renderer with Pixar's RenderMa
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
-		libtiff.so:graphics/tiff \
-		libfltk_gl.so:x11-toolkits/fltk
-
 BROKEN_aarch64=		fails to compile: use of undeclared identifier CRenderer
 BROKEN_armv6=		fails to compile: use of undeclared identifier CRenderer
 BROKEN_armv7=		fails to compile: use of undeclared identifier CRenderer
+BROKEN_powerpc64=	fails to compile: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope
 BROKEN_sparc64=		fails to compile
+
+LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
+		libtiff.so:graphics/tiff \
+		libfltk_gl.so:x11-toolkits/fltk
 
 USES=		bison compiler:c++0x gl libtool pathfix tar:tgz
 USE_GL=		glu


More information about the svn-ports-all mailing list