diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 02:16:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-03-01 02:16:14 +0000 |
commit | b5b7c9851839d0e68b43ceef6934128672b3d2ce (patch) | |
tree | 455ab68ec59d1579bb9ac5dab4fad0e66e8e2663 /lang/micropython | |
parent | Mark broken on armv6 as well. Upon investigation, the error is deep in (diff) |
Mark as broken on armv6. Although there is an assembler routine for arm,
the label "0:" is rejected.
Perhaps an update to 1.8.7 could help.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/micropython')
-rw-r--r-- | lang/micropython/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index d33850afc50a..12d894212dca 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -2,8 +2,8 @@ PORTNAME= micropython PORTVERSION= 1.5.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= lang python MAINTAINER= ports@FreeBSD.org @@ -19,6 +19,8 @@ USE_GITHUB= yes PLIST_FILES= bin/micropython +BROKEN_armv6= fails to assemble: error: invalid operand for instruction + WRKSRC_SUBDIR= unix SHEBANG_FILES= ../tools/make-frozen.py |