diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 9421a448686317fbc5d43fc41ed16892b01846d1 (patch) | |
tree | 01bbd49be2970efe44781c29b84234aed1351bcd /devel | |
parent | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (diff) |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
Notes
Notes:
svn path=/head/; revision=10236
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SpecTcl/Makefile | 4 | ||||
-rw-r--r-- | devel/SpecTcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/SpecTcl/files/patch-ab | 2 | ||||
-rw-r--r-- | devel/tkcvs/Makefile | 4 | ||||
-rw-r--r-- | devel/tkcvs/files/patch-aa | 4 | ||||
-rw-r--r-- | devel/tkref/Makefile | 6 | ||||
-rw-r--r-- | devel/vtcl/Makefile | 4 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
9 files changed, 15 insertions, 15 deletions
diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile index 452c617a1c51..71e09a60b527 100644 --- a/devel/SpecTcl/Makefile +++ b/devel/SpecTcl/Makefile @@ -8,12 +8,12 @@ DISTNAME= SpecTcl1.1 PKGNAME= SpecTcl-1.1 -CATEGORIES= devel tk81 +CATEGORIES= devel tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/SpecTcl/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 NO_BUILD= yes diff --git a/devel/SpecTcl/files/patch-aa b/devel/SpecTcl/files/patch-aa index f996fe573650..da3ccd3320fc 100644 --- a/devel/SpecTcl/files/patch-aa +++ b/devel/SpecTcl/files/patch-aa @@ -9,7 +9,7 @@ # Change WISH to the pathname of your tk4.1a2 (or >) wish binary -WISH=`which wish` -+WISH=wish8.1 ++WISH=wish8.0 env SPECTCL_DIR=$DIR $WISH $DIR/main.tk $@ & echo "Starting SpecTcl 1.1" diff --git a/devel/SpecTcl/files/patch-ab b/devel/SpecTcl/files/patch-ab index 06392c097e30..989a413e26ae 100644 --- a/devel/SpecTcl/files/patch-ab +++ b/devel/SpecTcl/files/patch-ab @@ -9,7 +9,7 @@ # Change WISH to the pathname of your tk4.1a2 (or >) wish binary -WISH=`which wish` -+WISH=wish8.1 ++WISH=wish8.0 env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -java $@ & echo "Starting SpecTcl 1.0" diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index f4204ac1b51f..09db66aa7883 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tkcvs-6.0 -CATEGORIES= devel tk81 +CATEGORIES= devel tk80 MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/apps/tkcvs-6.0/ \ http://ftp.sunet.se/pub/lang/tcl/sorted/apps/tkcvs-6.0/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 NO_BUILD= yes MAN1= tkcvs.1 tkdiff.1 diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa index aa97081e2447..2fbced5d12af 100644 --- a/devel/tkcvs/files/patch-aa +++ b/devel/tkcvs/files/patch-aa @@ -22,10 +22,10 @@ # Find a Tk interpreter. -WISH=`which wish4.0` -+WISH=`which wish8.1` ++WISH=`which wish8.0` if [ ! -f $WISH ]; then - WISH=`which wish4.1` -+ WISH=`which wish4.1` ++ WISH=`which wish4.0` fi if [ ! -f $WISH ]; then - echo "I cant find a Tk interpreter on your system" diff --git a/devel/tkref/Makefile b/devel/tkref/Makefile index 58c5b286c324..2341b9886414 100644 --- a/devel/tkref/Makefile +++ b/devel/tkref/Makefile @@ -7,19 +7,19 @@ # DISTNAME= tkref-1.01 -CATEGORIES= devel x11 tk81 +CATEGORIES= devel x11 tk80 MASTER_SITES= http://gtcs.com/softdist/ \ ${MASTER_SITE_LOCAL} MAINTAINER= bgingery@gtcs.com -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 NO_BUILD= yes NO_CONFIGURE= yes do-patch: - perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.1|;" \ + perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.0|;" \ ${WRKDIR}/TkRef do-install: diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index ed8b5def2964..1f2305ab7acb 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -8,13 +8,13 @@ DISTNAME= vt-1.11 PKGNAME= vtcl-1.11 -CATEGORIES= devel x11 tk81 +CATEGORIES= devel x11 tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@FreeBSD.ORG -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index d95aff2fcfd0..2de7e44da2b3 100644 --- a/devel/vtcl/files/patch-aa +++ b/devel/vtcl/files/patch-aa @@ -4,4 +4,4 @@ *** 1,1 **** ! #!/usr/bin/wish -f --- 1,1 ---- -! #!/usr/local/bin/wish8.1 -f +! #!/usr/local/bin/wish8.0 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index 36bb1661e66e..e89be3cbe90b 100644 --- a/devel/vtcl/files/patch-ab +++ b/devel/vtcl/files/patch-ab @@ -12,7 +12,7 @@ --- 1,7 ---- #!/bin/sh -! PATH_TO_WISH=/usr/local/bin/wish8.1 +! PATH_TO_WISH=/usr/local/bin/wish8.0 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |