diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-17 11:14:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-17 11:14:23 +0800 |
commit | 4fcaf888d6e743e3b5240efac3321e5a5a33c290 (patch) | |
tree | c84ce08fe38229d4ac525ebf182b2d3eda23fe1c /graphics | |
parent | 641a94bb8a568528bd15efd2057be065f1b990d8 (diff) | |
download | freebsd-ports-gnome-4fcaf888d6e743e3b5240efac3321e5a5a33c290.tar.gz freebsd-ports-gnome-4fcaf888d6e743e3b5240efac3321e5a5a33c290.tar.zst freebsd-ports-gnome-4fcaf888d6e743e3b5240efac3321e5a5a33c290.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index b2bfa456ae44..588b95b74e9a 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 |