summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committersteve <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commit08c63c7539787146848177b39e6859b9318119c8 (patch)
tree045e72940e0580d322686df49fa5f8edfa473315 /audio
parent775d6227a319547ad506dac9b94354b25428275c (diff)
downloadFreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip
FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile2
-rw-r--r--audio/rosegarden/files/patch-aa2
-rw-r--r--audio/rosegarden/files/patch-ab2
-rw-r--r--audio/rosegarden/files/patch-ac2
-rw-r--r--audio/rosegarden/files/patch-ad2
-rw-r--r--audio/rosegarden/files/patch-ae2
-rw-r--r--audio/rosegarden/files/patch-af2
-rw-r--r--audio/rosegarden/files/patch-ag4
-rw-r--r--audio/rosegarden/files/patch-ah4
-rw-r--r--audio/rosegarden/files/patch-aj2
-rw-r--r--audio/snowstar/Makefile2
-rw-r--r--audio/snowstar/files/patch-aa8
-rw-r--r--audio/splaytk/Makefile2
-rw-r--r--audio/splaytk/files/patch-aa2
-rw-r--r--audio/tclmidi/Makefile6
-rw-r--r--audio/tclmidi/files/patch-aa2
-rw-r--r--audio/xmpeg3/Makefile4
-rw-r--r--audio/xmpeg3/files/patch-aa2
18 files changed, 30 insertions, 22 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 5775d28..60c6ae4 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 6378b96..6d5caa4 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 c079741..7efb85e 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 e04e0ea..8e87a7a 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 815a1db..99328e2 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 9be375d..99a2843 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 0fd1360..44b5c22 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 904d093..807599b 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 40fd06c..dfabe8d 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 4b6f08f..fca6882 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 c6d9030..04963f6 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 0000000..f7971a8
--- /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 f410550..a6ac4e6 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 cc2366b..9f19c94 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 ae6e9e9..ac5ed6d 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 04e7482..9a53e78 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 5959ea1..049f246 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 1b290d6..123e9dc 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
#
OpenPOWER on IntegriCloud