diff options
author | jwise <jwise> | 2000-09-01 17:58:02 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-01 17:58:02 +0000 |
commit | 0eb63f78283da37d8fb4110d10dca693d47032bc (patch) | |
tree | cac502fec93b5556410d98f039ce24a2c5b7221a /lang | |
parent | b84d009d47e72efbeb2a297adcb3c897bcd6c7cc (diff) | |
download | pkgsrc-0eb63f78283da37d8fb4110d10dca693d47032bc.tar.gz |
Mark remaining packages which need to be updated to work with tcl-8.3.2
with
BROKEN= This package has not yet been updated to work with tcl-8.3.2.
in order to make bulk builds quieter. These packages will be updated over the
weekend.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 4 | ||||
-rw-r--r-- | lang/tclX80/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index da41ccdd31e..5170cb7f298 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/08/31 02:11:41 jwise Exp $ +# $NetBSD: Makefile,v 1.20 2000/09/01 17:58:05 jwise Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -7,6 +7,8 @@ PKGNAME= expect-5.25 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} +BROKEN= This package has not yet been updated to work with tcl-8.3.2. + MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index 52cb4dd2e54..5c828b02fef 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/08/14 22:25:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/01 17:58:04 jwise Exp $ # DISTNAME= tclX8.0.4 @@ -6,6 +6,8 @@ PKGNAME= tclX-8.0.4 CATEGORIES= lang x11 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ +BROKEN= This package has not yet been updated to work with tcl-8.3.2. + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.neosoft.com/TclX/ |