svn commit: r527317 - head/graphics/pixie

Mark Linimon linimon at FreeBSD.org
Fri Feb 28 02:50:09 UTC 2020


Author: linimon
Date: Fri Feb 28 02:50:08 2020
New Revision: 527317
URL: https://svnweb.freebsd.org/changeset/ports/527317

Log:
  Limit BROKEN on powerpc64 to elfv1 (e.g. GCC).
  
  While here, delete stale sparc64 line.

Modified:
  head/graphics/pixie/Makefile

Modified: head/graphics/pixie/Makefile
==============================================================================
--- head/graphics/pixie/Makefile	Fri Feb 28 02:47:17 2020	(r527316)
+++ head/graphics/pixie/Makefile	Fri Feb 28 02:50:08 2020	(r527317)
@@ -17,8 +17,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 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
+BROKEN_FreeBSD_11_powerpc64=	fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope
+BROKEN_FreeBSD_12_powerpc64=	fails to compile on powerpc64 elfv1: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope
 
 LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
 		libtiff.so:graphics/tiff \


More information about the svn-ports-all mailing list