svn commit: r535681 - head/devel/agar

Mark Linimon linimon at FreeBSD.org
Sun May 17 21:06:04 UTC 2020


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


More information about the svn-ports-head mailing list