summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /accessibility/orca/files
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca/files')
-rw-r--r--accessibility/orca/files/patch-src_orca_orca.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/accessibility/orca/files/patch-src_orca_orca.in b/accessibility/orca/files/patch-src_orca_orca.in
deleted file mode 100644
index 484b6de03..000000000
--- a/accessibility/orca/files/patch-src_orca_orca.in
+++ /dev/null
@@ -1,44 +0,0 @@
---- src/orca/orca.in.orig 2008-10-16 14:56:18.000000000 -0500
-+++ src/orca/orca.in 2008-10-16 15:04:04.000000000 -0500
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # Orca
- #
-@@ -30,7 +30,7 @@
-
- # Set the user's $PATH for this script.
- #
--export PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin"
-+export PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/local/bin"
-
- # Save the arguments away.
- #
-@@ -83,7 +83,7 @@
- cleanup()
- {
- USERID=`id | cut -f2 -d= | cut -f1 -d\(`
-- PIDS=`ps -eo pid,ruid,args | grep $USERID | \
-+ PIDS=`ps -exo pid,ruid,args | grep $USERID | \
- egrep "orca[.]orca|synthesis-driver|festival [-][-]server" | \
- grep -v grep | awk '{ print $1 }'`
- IFS='
-@@ -137,7 +137,7 @@
- fi
- fi
-
--if [ `grep -c "\-q" <<< $ARGS` -gt 0 ] ; then
-+if [ `echo $ARGS | grep -c "\-q"` -gt 0 ] ; then
- # If the user has done -q or --quit, that means to tell any
- # existing orca process to quit. So, we just do a cleanup.
- #
-@@ -154,7 +154,7 @@
- if [ "x$ARGS" = "x" ] ; then
- CLEANUP=1
- else
-- CLEANUP=`egrep -c "\-s|\-t|\-n|\-u|\-e|\-d" <<< $ARGS`
-+ CLEANUP=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"`
- fi
-
- # Clean up before running orca to get anything that might