From 2f836c64a2940e1460834c4085ba6d418001bf17 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 11 Jan 2009 17:51:34 +0000 Subject: 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 --- accessibility/orca/files/patch-src_orca_orca.in | 44 ------------------------- 1 file changed, 44 deletions(-) delete mode 100644 accessibility/orca/files/patch-src_orca_orca.in (limited to 'accessibility/orca/files') 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 -- cgit v1.2.3