summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-17 03:14:23 +0000
committerlinimon <linimon@FreeBSD.org>2003-10-17 03:14:23 +0000
commit4fcaf888d6e743e3b5240efac3321e5a5a33c290 (patch)
treec84ce08fe38229d4ac525ebf182b2d3eda23fe1c
parent641a94bb8a568528bd15efd2057be065f1b990d8 (diff)
downloadFreeBSD-ports-4fcaf888d6e743e3b5240efac3321e5a5a33c290.zip
FreeBSD-ports-4fcaf888d6e743e3b5240efac3321e5a5a33c290.tar.gz
Mark as broken on alpha and sparc64 (fails to configure); also
mark as broken on i386 for -current (also fails to configure). Informed maintainer. Curiously, it seems to configure correctly on ia64.
-rw-r--r--graphics/ivtools/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile
index b2bfa45..588b95b 100644
--- a/graphics/ivtools/Makefile
+++ b/graphics/ivtools/Makefile
@@ -18,6 +18,13 @@ COMMENT= Drawing editors derived from idraw
.include <bsd.port.pre.mk>
+.if ${ARCH} == alpha || ${ARCH} == sparc64
+BROKEN= "fails to configure on ${ARCH}"
+.endif
+.if ${ARCH} == i386 && ${OSVERSION} > 500000
+BROKEN= "fails to configure on ${ARCH} with FreeBSD version ${OSVERSION}"
+.endif
+
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
.else
OpenPOWER on IntegriCloud