svn commit: r536544 - branches/2020Q2/devel/agar

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:05:57 UTC 2020


Author: linimon
Date: Tue May 26 01:05:56 2020
New Revision: 536544
URL: https://svnweb.freebsd.org/changeset/ports/536544

Log:
  MFH: r535681
  
  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:
  branches/2020Q2/devel/agar/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/agar/Makefile
==============================================================================
--- branches/2020Q2/devel/agar/Makefile	Tue May 26 01:04:05 2020	(r536543)
+++ branches/2020Q2/devel/agar/Makefile	Tue May 26 01:05:56 2020	(r536544)
@@ -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-all mailing list