Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 19:00:34 +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: r497752 - head/games/pioneer
Message-ID:  <201904031900.x33J0Y6u016350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 19:00:34 2019
New Revision: 497752
URL: https://svnweb.freebsd.org/changeset/ports/497752

Log:
  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:
  head/games/pioneer/Makefile

Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile	Wed Apr  3 18:49:40 2019	(r497751)
+++ head/games/pioneer/Makefile	Wed Apr  3 19:00:34 2019	(r497752)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904031900.x33J0Y6u016350>