diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 05:16:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 05:16:51 +0800 |
commit | d6b289383a23d4f910fc45b84c42d600ab1ae598 (patch) | |
tree | a92c18f38b9a8f2d97eec2388bf9e385af7fa074 /sysutils | |
parent | 5c7d1cd21d4101c6a88843bc0513c1c423d67dfa (diff) | |
download | freebsd-ports-gnome-d6b289383a23d4f910fc45b84c42d600ab1ae598.tar.gz freebsd-ports-gnome-d6b289383a23d4f910fc45b84c42d600ab1ae598.tar.zst freebsd-ports-gnome-d6b289383a23d4f910fc45b84c42d600ab1ae598.zip |
Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/heirloom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 3255993508dd..837740befdea 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -13,6 +13,8 @@ COMMENT= Collection of standard Unix utilities BUILD_DEPENDS= ksh:shells/pdksh RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h + USES= gmake ncurses tar:bzip2 MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \ LCURS="-L${LOCALBASE}/lib -lncurses" |