diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /devel | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) | |
download | ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SWIG-devel/Makefile | 10 | ||||
-rw-r--r-- | devel/SWIG/Makefile | 10 | ||||
-rw-r--r-- | devel/SpecTcl/Makefile | 6 | ||||
-rw-r--r-- | devel/SpecTcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/SpecTcl/files/patch-ab | 2 | ||||
-rw-r--r-- | devel/swig11/Makefile | 10 | ||||
-rw-r--r-- | devel/swig13/Makefile | 10 | ||||
-rw-r--r-- | devel/swig20/Makefile | 10 | ||||
-rw-r--r-- | devel/tkcvs/Makefile | 6 | ||||
-rw-r--r-- | devel/tkcvs/files/patch-aa | 4 | ||||
-rw-r--r-- | devel/tkref/Makefile | 8 | ||||
-rw-r--r-- | devel/vtcl/Makefile | 6 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
14 files changed, 44 insertions, 44 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime diff --git a/devel/SpecTcl/Makefile b/devel/SpecTcl/Makefile index 98dcc6b846e7..452c617a1c51 100644 --- a/devel/SpecTcl/Makefile +++ b/devel/SpecTcl/Makefile @@ -3,17 +3,17 @@ # Date created: Fri Oct 3 18:50:53 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1997/10/13 20:33:00 andreas Exp $ +# $Id: Makefile,v 1.3 1998/02/21 22:37:47 fenner Exp $ # DISTNAME= SpecTcl1.1 PKGNAME= SpecTcl-1.1 -CATEGORIES= devel tk80 +CATEGORIES= devel tk81 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/SpecTcl/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 NO_BUILD= yes diff --git a/devel/SpecTcl/files/patch-aa b/devel/SpecTcl/files/patch-aa index da3ccd3320fc..f996fe573650 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.0 ++WISH=wish8.1 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 989a413e26ae..06392c097e30 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.0 ++WISH=wish8.1 env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -java $@ & echo "Starting SpecTcl 1.0" diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 0482b5bfb4c5..f4204ac1b51f 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -3,17 +3,17 @@ # Date created: 02 Aug 1996 # Whom: shanee@augusta.de # -# $Id: Makefile,v 1.10 1997/10/26 23:57:02 fenner Exp $ +# $Id: Makefile,v 1.11 1997/10/31 08:30:45 tg Exp $ # DISTNAME= tkcvs-6.0 -CATEGORIES= devel tk80 +CATEGORIES= devel tk81 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= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 NO_BUILD= yes MAN1= tkcvs.1 tkdiff.1 diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa index 2fbced5d12af..aa97081e2447 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.0` ++WISH=`which wish8.1` if [ ! -f $WISH ]; then - WISH=`which wish4.1` -+ WISH=`which wish4.0` ++ WISH=`which wish4.1` 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 f55b64e06032..58c5b286c324 100644 --- a/devel/tkref/Makefile +++ b/devel/tkref/Makefile @@ -3,23 +3,23 @@ # Date created: 3 August 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.2 1997/11/10 13:20:32 tg Exp $ +# $Id: Makefile,v 1.3 1998/02/21 22:38:09 fenner Exp $ # DISTNAME= tkref-1.01 -CATEGORIES= devel x11 tk80 +CATEGORIES= devel x11 tk81 MASTER_SITES= http://gtcs.com/softdist/ \ ${MASTER_SITE_LOCAL} MAINTAINER= bgingery@gtcs.com -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 NO_BUILD= yes NO_CONFIGURE= yes do-patch: - perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.0|;" \ + perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.1|;" \ ${WRKDIR}/TkRef do-install: diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index d7e1f644b7c4..ed8b5def2964 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -3,18 +3,18 @@ # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/11/30 19:38:51 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/02/13 15:07:54 vanilla Exp $ # DISTNAME= vt-1.11 PKGNAME= vtcl-1.11 -CATEGORIES= devel x11 tk80 +CATEGORIES= devel x11 tk81 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index 2de7e44da2b3..d95aff2fcfd0 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.0 -f +! #!/usr/local/bin/wish8.1 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index e89be3cbe90b..36bb1661e66e 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.0 +! PATH_TO_WISH=/usr/local/bin/wish8.1 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |