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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/e-module-alarm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/e-module-alarm/Makefile b/x11-wm/e-module-alarm/Makefile index d7842e525990..f744e1579223 100644 --- a/x11-wm/e-module-alarm/Makefile +++ b/x11-wm/e-module-alarm/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 20140911 PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/enlightenment/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Module to set Alarms in Enlightenment @@ -15,7 +16,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= enlightenment:x11-wm/enlightenment RUN_DEPENDS= enlightenment:x11-wm/enlightenment -DIST_SUBDIR= enlightenment +BROKEN_armv6= dumps core: gmake: Makefile:899: Abort trap (core dumped) + GNU_CONFIGURE= yes USES= gmake libtool pkgconfig tar:xz INSTALL_TARGET= install-strip |