From 8914afa41e2fd38a0d040093400c1f8cf2e40c33 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Sun, 27 Jun 2010 17:36:12 +0000 Subject: Mark as BROKEN on amd64: produces segmentation faults when run. PR: 139867 Submitted by: Bartosz Stec Approved by: maintainer timeout (8 months) Feature safe: yes --- mail/isoqlog/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') 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 + +.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 +.include -- cgit v1.2.3