diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-03 06:23:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-03 06:23:52 +0800 |
commit | ff4f37d0245f9d99c9afca18f1be2efc1dccfe62 (patch) | |
tree | a98e44517d111062f41e9e6ac4568beb6c72220a /misc | |
parent | ca35f2f8a90571f9f59e67e286137af6f88f7de0 (diff) | |
download | freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.tar.gz freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.tar.zst freebsd-ports-gnome-ff4f37d0245f9d99c9afca18f1be2efc1dccfe62.zip |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 4abddb1c21d5..55aae47bb350 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -13,9 +13,7 @@ COMMENT= Virtualized NetBSD kernel components in userspace LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build - -NOT_FOR_ARCHS= armv6 mips mips64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture USE_LDCONFIG= yes |