svn commit: r535707 - head/devel/py-pyinstaller

Mark Linimon linimon at FreeBSD.org
Mon May 18 01:56:07 UTC 2020


Author: linimon
Date: Mon May 18 01:56:05 2020
New Revision: 535707
URL: https://svnweb.freebsd.org/changeset/ports/535707

Log:
  Mark as BROKEN on powerpc64: invokes x86 assembler.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-pyinstaller/Makefile

Modified: head/devel/py-pyinstaller/Makefile
==============================================================================
--- head/devel/py-pyinstaller/Makefile	Mon May 18 01:45:04 2020	(r535706)
+++ head/devel/py-pyinstaller/Makefile	Mon May 18 01:56:05 2020	(r535707)
@@ -15,6 +15,9 @@ COMMENT=	Program to create standalone executables from
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: /usr/include/machine/ieeefp.h:36: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern'
+BROKEN_FreeBSD_13_powerpc64=	fails to compile: /usr/include/machine/ieeefp.h:35:1: error: unknown type name '__BEGIN_DECLS'
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-head mailing list