summaryrefslogtreecommitdiff
path: root/audio/rosegarden
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rosegarden')
-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
10 files changed, 12 insertions, 12 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