Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:05:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536544 - branches/2020Q2/devel/agar
Message-ID:  <202005260105.04Q15uVB011089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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