diff options
author | steve <steve@FreeBSD.org> | 1999-12-04 18:20:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-04 18:20:06 +0000 |
commit | 719c2c59614d01a75c772216d6f52f07492aed5c (patch) | |
tree | bfd16049b7d60e253b91e479a99a9c89485d8e0a /x11-toolkits/tix | |
parent | 88abef057f11fe522fa36651b002ef1f6d2720aa (diff) | |
download | FreeBSD-ports-719c2c59614d01a75c772216d6f52f07492aed5c.zip FreeBSD-ports-719c2c59614d01a75c772216d6f52f07492aed5c.tar.gz |
As Ade Lovett and Jean-Marc Zucconi noted this port dumps core after
the upgrade to Tk8.2. Mark broken until a fix is found.
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r-- | x11-toolkits/tix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 8905bf1..0133b95 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +BROKEN= "Bus error (core dumped) with tk82" + WRKSRC= ${WRKDIR}/Tix4.1.0.007/unix/tk8.0 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-sam \ |