diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
commit | 7f5c842ed42288ac94f0ebe33096459dbacdcfd9 (patch) | |
tree | 4e3999bf93681818583609125dd0faaf05762913 /lang/opencoarrays | |
parent | b02486c7ba5c6d8deccc0e5b2109516d4c037e0f (diff) | |
download | freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.gz freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.zst freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.zip |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/opencoarrays')
-rw-r--r-- | lang/opencoarrays/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index 95b30f601b51..7b14ad0fa681 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -11,6 +11,8 @@ COMMENT= Transport layer for coarray Fortran compilers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory + BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash |