diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-01 17:58:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-01 17:58:02 +0000 |
commit | fe4b4bfbb2ae75523342a4f56b8e726d82811841 (patch) | |
tree | cac502fec93b5556410d98f039ce24a2c5b7221a /lang | |
parent | 963e84c5d6947adc4d1da842a1a349de63beb07b (diff) | |
download | pkgsrc-fe4b4bfbb2ae75523342a4f56b8e726d82811841.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/ |