FYI

mcl

----- Forwarded message from Mark Linimon <lini...@freebsd.org> -----

Date: Mon, 18 May 2020 01:56:06 +0000 (UTC)
From: Mark Linimon <lini...@freebsd.org>
To: ports-committ...@freebsd.org, svn-ports-...@freebsd.org, 
svn-ports-h...@freebsd.org
Subject: svn commit: r535707 - head/devel/py-pyinstaller

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

----- End forwarded message -----
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to