aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-11-02 06:21:30 +0800
committerstas <stas@FreeBSD.org>2006-11-02 06:21:30 +0800
commit4512885d1c2b1c4f94128fbad50416437d478964 (patch)
tree1ea7a9f27e5ec32137ce79368beb89cd00b8feac
parent4df802bb1cb58b73fcde1552f4b5f230c5a6622e (diff)
downloadfreebsd-ports-gnome-4512885d1c2b1c4f94128fbad50416437d478964.tar.gz
freebsd-ports-gnome-4512885d1c2b1c4f94128fbad50416437d478964.tar.zst
freebsd-ports-gnome-4512885d1c2b1c4f94128fbad50416437d478964.zip
- Mark broken on ia64 because of boehm-gc doesn't support it
- Change my email Reported by: kris via pointyhat
-rw-r--r--lang/Sather/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 1382fce44db0..fa11f045a65c 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= Sather compiler
#
@@ -43,6 +43,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= boehm-gc is broken on ia64
+.endif
+
BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC
# XXX: exists untill it will be committed to bsd.port.mk