svn commit: r497754 - branches/2019Q2/games/pioneer

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 19:15:50 UTC 2019


Author: linimon
Date: Wed Apr  3 19:15:49 2019
New Revision: 497754
URL: https://svnweb.freebsd.org/changeset/ports/497754

Log:
  MFH: r497752
  
  Mark broken on powerpc*:
  
    contrib/profiler/Profiler.h:158:51: error: inconsistent operand constraints in an 'asm'
  
  It may be an easy fix, but it represents as an architectural problem.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/pioneer/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/pioneer/Makefile
==============================================================================
--- branches/2019Q2/games/pioneer/Makefile	Wed Apr  3 19:09:25 2019	(r497753)
+++ branches/2019Q2/games/pioneer/Makefile	Wed Apr  3 19:15:49 2019	(r497754)
@@ -26,6 +26,10 @@ LICENSE_PERMS_GLEW=	dist-mirror dist-sell pkg-mirror p
 LICENSE_PERMS_IUP=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_SIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc=		fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
+BROKEN_powerpc64=	fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
+BROKEN_powerpcspe=	fails to build: contrib/profiler/Profiler.h:158:51: inconsistent operand constraints in an 'asm'
+
 BUILD_DEPENDS=	${LOCALBASE}/include/GL/glu.h:graphics/libGLU
 LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \
 		libfreetype.so:print/freetype2 \


More information about the svn-ports-all mailing list