diff options
author | stefan <stefan@FreeBSD.org> | 2010-06-28 01:36:12 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-06-28 01:36:12 +0800 |
commit | 097a91333ad98f2217731279bda796d62e93a841 (patch) | |
tree | 361a244b848ed107ef41a1a50e49376e4db2de39 /mail | |
parent | 4d1f58e137230580229e811bfc6ee0cdd286bd03 (diff) | |
download | freebsd-ports-gnome-097a91333ad98f2217731279bda796d62e93a841.tar.gz freebsd-ports-gnome-097a91333ad98f2217731279bda796d62e93a841.tar.zst freebsd-ports-gnome-097a91333ad98f2217731279bda796d62e93a841.zip |
Mark as BROKEN on amd64: produces segmentation faults when run.
PR: 139867
Submitted by: Bartosz Stec <admin@kkip.pl>
Approved by: maintainer timeout (8 months)
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isoqlog/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/isoqlog/Makefile b/mail/isoqlog/Makefile index fc9feb167c9d..1c5450724739 100644 --- a/mail/isoqlog/Makefile +++ b/mail/isoqlog/Makefile @@ -20,6 +20,12 @@ USE_GMAKE= yes SUB_FILES= pkg-message +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Segmentation faults on amd64 (see ports/139867 for details) +.endif + .ifdef NOPORTDOCS post-patch: @${REINPLACE_CMD} -e '/install-data-am:/s/install-${PORTNAME}_docDATA//' \ @@ -30,4 +36,4 @@ post-patch: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |