diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /audio | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rosegarden/Makefile | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ab | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ac | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ad | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ae | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-af | 2 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ag | 4 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ah | 4 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-aj | 2 | ||||
-rw-r--r-- | audio/snowstar/Makefile | 2 | ||||
-rw-r--r-- | audio/snowstar/files/patch-aa | 8 | ||||
-rw-r--r-- | audio/splaytk/Makefile | 2 | ||||
-rw-r--r-- | audio/splaytk/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/tclmidi/Makefile | 6 | ||||
-rw-r--r-- | audio/tclmidi/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/xmpeg3/Makefile | 4 | ||||
-rw-r--r-- | audio/xmpeg3/files/patch-aa | 2 |
18 files changed, 30 insertions, 22 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 5775d28c2e96..60c6ae46bf98 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:$(PORTSDIR)/audio/tclmidi GNU_CONFIGURE= yes USE_AUTOCONF= yes USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2/ CONFIGURE_ENV= LIBS="-L${PREFIX}/lib" do-install: diff --git a/audio/rosegarden/files/patch-aa b/audio/rosegarden/files/patch-aa index 6378b96bdcd0..6d5caa4573e8 100644 --- a/audio/rosegarden/files/patch-aa +++ b/audio/rosegarden/files/patch-aa @@ -25,7 +25,7 @@ if test $TCL_CHECK -eq 1 then - AC_PATH_PROG(TCLSH, tclsh) -+ AC_PATH_PROG(TCLSH, tclsh8.0) ++ AC_PATH_PROG(TCLSH, tclsh8.2) if test -n "$TCLSH" then # Check Tcl version: diff --git a/audio/rosegarden/files/patch-ab b/audio/rosegarden/files/patch-ab index c079741f5dd1..7efb85e26044 100644 --- a/audio/rosegarden/files/patch-ab +++ b/audio/rosegarden/files/patch-ab @@ -5,7 +5,7 @@ pkgIndex.tcl : Petal.so Petal.tcl @echo "The error message for Petal.tcl is normal" - echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh -+ echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.0 ++ echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.2 petaleditor/pkgIndex.tcl : petaleditor/PetalEditor.tcl cd petaleditor; make diff --git a/audio/rosegarden/files/patch-ac b/audio/rosegarden/files/patch-ac index e04e0eadef01..8e87a7aaa9ce 100644 --- a/audio/rosegarden/files/patch-ac +++ b/audio/rosegarden/files/patch-ac @@ -5,5 +5,5 @@ pkgIndex.tcl : PetalEditor.tcl @echo "The error message for PetalEditor.tcl is normal" - echo "pkg_mkIndex . PetalEditor.tcl" | tclsh -+ echo "pkg_mkIndex . PetalEditor.tcl" | tclsh8.0 ++ echo "pkg_mkIndex . PetalEditor.tcl" | tclsh8.2 diff --git a/audio/rosegarden/files/patch-ad b/audio/rosegarden/files/patch-ad index 815a1db29be8..99328e2196ef 100644 --- a/audio/rosegarden/files/patch-ad +++ b/audio/rosegarden/files/patch-ad @@ -51,7 +51,7 @@ Index: do-install $install -c ./petal/petalmidi/PetalMidi.tcl $ROSELIBDIR/petal -( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . Petal.so *.tcl" | tclsh ) -+( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . Petal.so *.tcl" | tclsh8.0 ) ++( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . Petal.so *.tcl" | tclsh8.2 ) $install -d $ROSELIBDIR/rosepetal-filters $install -c ./petal/harmonizer.tcl $ROSELIBDIR/rosepetal-filters diff --git a/audio/rosegarden/files/patch-ae b/audio/rosegarden/files/patch-ae index 9be375d06cbb..99a28434b000 100644 --- a/audio/rosegarden/files/patch-ae +++ b/audio/rosegarden/files/patch-ae @@ -5,7 +5,7 @@ -# the next line restarts using tclsh \ -exec tclsh "$0" "$@" +# the next line restarts using tclsh8.0 \ -+exec tclsh8.0 "$0" "$@" ++exec tclsh8.2 "$0" "$@" package require "Petal" PetalInit diff --git a/audio/rosegarden/files/patch-af b/audio/rosegarden/files/patch-af index 0fd1360e7738..44b5c22b0614 100644 --- a/audio/rosegarden/files/patch-af +++ b/audio/rosegarden/files/patch-af @@ -5,7 +5,7 @@ #include <ctype.h> #include <string.h> -#include <tcl.h> -+#include <tcl8.0/tcl.h> ++#include <tcl8.2/tcl.h> #define NB_MODES 7 #define NB_TONALITIES 17 /* names, actually */ diff --git a/audio/rosegarden/files/patch-ag b/audio/rosegarden/files/patch-ag index 904d093fb3dd..807599badbe7 100644 --- a/audio/rosegarden/files/patch-ag +++ b/audio/rosegarden/files/patch-ag @@ -5,8 +5,8 @@ # FilterName: Harmonize -# the next line restarts using tclsh \ -exec tclsh "$0" "$@" -+# the next line restarts using tclsh8.0 \ -+exec tclsh8.0 "$0" "$@" ++# the next line restarts using tclsh8.2 \ ++exec tclsh8.2 "$0" "$@" # Trivial harmonizer diff --git a/audio/rosegarden/files/patch-ah b/audio/rosegarden/files/patch-ah index 40fd06cb7f90..dfabe8df7d82 100644 --- a/audio/rosegarden/files/patch-ah +++ b/audio/rosegarden/files/patch-ah @@ -5,8 +5,8 @@ # FilterName: Instantiate Pattern -# the next line restarts using tclsh \ -exec tclsh "$0" "$@" -+# the next line restarts using tclsh8.0 \ -+exec tclsh8.0 "$0" "$@" ++# the next line restarts using tclsh8.2 \ ++exec tclsh8.2 "$0" "$@" # Pattern instantiator (very dumb) # Main staff is the pattern, diff --git a/audio/rosegarden/files/patch-aj b/audio/rosegarden/files/patch-aj index 4b6f08fa0584..fca6882c3c57 100644 --- a/audio/rosegarden/files/patch-aj +++ b/audio/rosegarden/files/patch-aj @@ -5,5 +5,5 @@ pkgIndex.tcl : PetalMidi.tcl @echo "The error message for PetalMidi.tcl is normal" - echo "pkg_mkIndex . PetalMidi.tcl" | tclsh -+ echo "pkg_mkIndex . PetalMidi.tcl" | tclsh8.0 ++ echo "pkg_mkIndex . PetalMidi.tcl" | tclsh8.2 diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile index c6d90301a530..04963f6adc38 100644 --- a/audio/snowstar/Makefile +++ b/audio/snowstar/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar MAINTAINER= fenner@FreeBSD.Org RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= true NO_WRKSUBDIR= true diff --git a/audio/snowstar/files/patch-aa b/audio/snowstar/files/patch-aa new file mode 100644 index 000000000000..f7971a8c1974 --- /dev/null +++ b/audio/snowstar/files/patch-aa @@ -0,0 +1,8 @@ +--- snowstar.tcl.orig Thu Nov 4 12:23:29 1999 ++++ snowstar.tcl Thu Nov 4 12:24:19 1999 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish8.2 + wm title . "Snowstar 0.75.5" + wm minsize . 320 240 + wm resizable . 1 1 diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile index f41055083311..a6ac4e63d66d 100644 --- a/audio/splaytk/Makefile +++ b/audio/splaytk/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= brett@peloton.runet.edu RUN_DEPENDS= splay:${PORTSDIR}/audio/splay \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + wish8.2:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/splay-tk-2.0 diff --git a/audio/splaytk/files/patch-aa b/audio/splaytk/files/patch-aa index cc2366b89bd3..9f19c941bb7f 100644 --- a/audio/splaytk/files/patch-aa +++ b/audio/splaytk/files/patch-aa @@ -5,7 +5,7 @@ --- 1,9 ---- + #!/bin/sh + # start up wish \ -+ exec wish8.0 "$0" "$@" ++ exec wish8.2 "$0" "$@" + + set libdir /usr/local/lib/splay-tk + set images ${libdir} diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index ae6e9e9cd3ea..ac5ed6d328c0 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= ftp://ftp.unina.it/pub/Other/music/midi/PROGRAMS/ \ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.0 +MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.0 +CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2 MAN1= mplay.1 mrec.1 tclmidi.1 minfo.1 midtotcl.1 MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \ diff --git a/audio/tclmidi/files/patch-aa b/audio/tclmidi/files/patch-aa index 04e74821da4d..9a53e78ef542 100644 --- a/audio/tclmidi/files/patch-aa +++ b/audio/tclmidi/files/patch-aa @@ -5,7 +5,7 @@ # The directory containing the Tcl library archive file appropriate # for this version of Tk: -TCL_BIN_DIR = @TCL_BIN_DIR@ -+TCL_BIN_DIR = ${LOCALBASE}/lib/tcl8.0 ++TCL_BIN_DIR = ${LOCALBASE}/lib/tcl8.2 #---------------------------------------------------------------- # The information below is modified by the configure script when diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 5959ea1ee503..049f24639796 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -8,14 +8,14 @@ DISTNAME= xmp3_1.0.0 PKGNAME= xmpeg3-1.0 -CATEGORIES= audio tk80 +CATEGORIES= audio tk82 MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + wish8.2:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/xmpeg3 NO_BUILD= yes diff --git a/audio/xmpeg3/files/patch-aa b/audio/xmpeg3/files/patch-aa index 1b290d64d6c9..123e9dc38c80 100644 --- a/audio/xmpeg3/files/patch-aa +++ b/audio/xmpeg3/files/patch-aa @@ -1,7 +1,7 @@ --- xmpeg3.orig Tue Mar 25 13:21:26 1997 +++ xmpeg3 Thu Oct 30 16:00:48 1997 @@ -1,3 +1,4 @@ -+#!@@PREFIX@@/bin/wish8.0 ++#!@@PREFIX@@/bin/wish8.2 ############################################################################# # Visual Tcl v1.07 Project # |