Date: Sun, 10 Nov 2019 06:22:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517185 - head/graphics/pixie Message-ID: <201911100622.xAA6Mxi7055534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100622.xAA6Mxi7055534>