Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 21:06:03 +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: r535681 - head/devel/agar
Message-ID:  <202005172106.04HL63rw006105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun May 17 21:06:03 2020
New Revision: 535681
URL: https://svnweb.freebsd.org/changeset/ports/535681

Log:
  Mark as BROKEN on powerpc64. This port has been broken for quite some time,
  and I do not see a quick fix.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/agar/Makefile

Modified: head/devel/agar/Makefile
==============================================================================
--- head/devel/agar/Makefile	Sun May 17 20:48:36 2020	(r535680)
+++ head/devel/agar/Makefile	Sun May 17 21:06:03 2020	(r535681)
@@ -10,6 +10,9 @@ COMMENT=	Cross-platform GUI toolkit
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_powerpc64_12=	fails to compile: cpuinfo.c:289: error: 'IllegalInsn' undeclared (first use in this function)
+BROKEN_powerpc64_13=	fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short')
+
 USES=		libtool pathfix perl5 pkgconfig jpeg
 USE_PERL5=	build
 USE_LDCONFIG=	yes



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