summaryrefslogtreecommitdiff
path: root/audio/rosegarden/files/patch-ad
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-27 18:38:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-27 18:38:00 +0000
commit27c357d708637de906a65889206c1db9d492682f (patch)
treea39c5caffcd2d81e1906def78c8532d6b44f9974 /audio/rosegarden/files/patch-ad
parentUpdate to 1.4.3 (diff)
Update to 10.04.2
PR: ports/147755 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=257073
Diffstat (limited to 'audio/rosegarden/files/patch-ad')
-rw-r--r--audio/rosegarden/files/patch-ad77
1 files changed, 0 insertions, 77 deletions
diff --git a/audio/rosegarden/files/patch-ad b/audio/rosegarden/files/patch-ad
deleted file mode 100644
index 4083055b9715..000000000000
--- a/audio/rosegarden/files/patch-ad
+++ /dev/null
@@ -1,77 +0,0 @@
---- do-install.orig Wed Oct 22 06:20:43 1997
-+++ do-install Wed Dec 13 03:31:28 2000
-@@ -1,34 +1,30 @@
- #!/bin/sh
-
--BINDIR=/usr/local/bin
--LIBDIR=/usr/local/lib
-+BINDIR=${PREFIX}/bin
-+LIBDIR=${PREFIX}/lib
-+APP=${PREFIX}/lib/X11/app-defaults
-
--install="sh ./install-sh"
--
--if [ ! -f ./bin/rosegarden ]; then
-- echo "You're supposed to build it first..."
-- exit 1
--fi
-+install=/usr/bin/install
-
- echo
- echo Rosegarden 2.1 basic install script
- echo
--echo 'Enter directory for the main rosegarden executable ['$BINDIR']'
--read newbin
--if [ t"$newbin" != t ]; then BINDIR="$newbin"; fi
--echo 'Enter directory to contain the rosegarden lib directory ['$LIBDIR']'
--read newlib
--if [ t"$newlib" != t ]; then LIBDIR="$newlib"; fi
--echo
--echo Thanks
--echo
-+# echo 'Enter directory for the main rosegarden executable ['$BINDIR']'
-+# read newbin
-+# if [ t"$newbin" != t ]; then BINDIR="$newbin"; fi
-+# echo 'Enter directory to contain the rosegarden lib directory ['$LIBDIR']'
-+# read newlib
-+# if [ t"$newlib" != t ]; then LIBDIR="$newlib"; fi
-+# echo
-+# echo Thanks
-+# echo
-
- ROSELIBDIR=$LIBDIR/rosegarden
-
- ( set -x
-
- $install -d $BINDIR
--$install -s -c ./bin/rosegarden $BINDIR
-+$install -s -c ./bin/rosegarden $BINDIR/rosegarden-bin
-
- $install -d $ROSELIBDIR/bin
- $install -s -c ./bin/sequencer $ROSELIBDIR/bin
-@@ -46,20 +42,20 @@
- $install -c -m 644 ./common/help/rosehelp.hnx $ROSELIBDIR/help
-
- $install -d $ROSELIBDIR/petal
--test -f ./petal/Petal.so && $install -m 644 ./petal/Petal.so $ROSELIBDIR/petal
-+test -f ./petal/Petal.so && $install -c -m 644 ./petal/Petal.so $ROSELIBDIR/petal
- $install -c ./petal/Petal.tcl $ROSELIBDIR/petal
- $install -c ./petal/petaleditor/PetalEditor.tcl $ROSELIBDIR/petal
- $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.2 )
-
- $install -d $ROSELIBDIR/rosepetal-filters
- $install -c ./petal/harmonizer.tcl $ROSELIBDIR/rosepetal-filters
- $install -c ./petal/pattern.tcl $ROSELIBDIR/rosepetal-filters
-
--test -d $HOME/.. || exit 0 # not set
--test -f $HOME/Rosegarden && mv $HOME/Rosegarden $HOME/Rosegarden.SAVED
--$install -c -m 644 Rosegarden $HOME
-+
-+test -f $APP/Rosegarden && mv $APP/Rosegarden $APP/Rosegarden.SAVED
-+$install -c -m 644 Rosegarden $APP
-
- )
-