summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-06-27 17:36:12 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-06-27 17:36:12 +0000
commit8914afa41e2fd38a0d040093400c1f8cf2e40c33 (patch)
treed55e72ee520f480a3ecfffc3fe83c7dc8ae5b099 /mail
parentApply two bug fixes from John Hein: (diff)
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
Notes
Notes: svn path=/head/; revision=257069
Diffstat (limited to 'mail')
-rw-r--r--mail/isoqlog/Makefile8
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>