summaryrefslogtreecommitdiff
path: root/astro/sattrack/scripts/post-patch
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:16:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:16:36 +0000
commita9b270272208e547b68d58c91c57682977be8a1a (patch)
tree3abb46a0477ac2dc65fb4427c14a89168d694811 /astro/sattrack/scripts/post-patch
parentRemove mpegaudio dependency as it has expired (diff)
Bye bye abandonwares
2011-08-01 archivers/zipios++: No more public distfiles 2011-08-01 astro/sattrack: No more public distfiles 2011-08-01 audio/bladeenc: Looks like an abandonware 2011-08-01 audio/cdplayer.app: Looks like an abandonware, no more public distfile 2011-08-01 audio/id3ed: No more public distfiles, looks like an abandonware 2011-08-01 audio/linux-vsound: Abandonware 2011-08-01 audio/mpegaudio: No more public distfiles 2011-08-01 audio/mpmf20: Abandonware 2011-08-01 audio/mutemix: abandonware, no more public distfiles 2011-08-01 audio/phatbeat: abandonware, no more public distfiles 2011-08-01 audio/pimp3: No more public distfiles 2011-08-01 audio/rbscrobbler: Looks like abandonware, no more public distfile 2011-08-01 audio/ripenc: Looks like and abandonware, No more distfile 2011-08-01 audio/wmcdplay: Looks like an abandonware, no more public distfile 2011-08-01 audio/wmfmixer: Looks like an abandonware, no more public distfiles 2011-08-01 audio/wmmixer: Looks like an abandonware, no more public distfile 2011-08-01 audio/wmmp3: Looks like an abandonware, no more public distfile 2011-08-01 audio/wmusic: Looks like an abandonware, no more distfiles 2011-08-01 audio/xmms-kj: Looks like an abandonware, no more public distfiles 2011-08-01 audio/xmms-pipe: Looks like an abandonware, no more public distfile 2011-08-01 audio/xmms-speex: Looks like an abandonware, no more public distfile 2011-08-01 audio/xsidplay: Looks like an abandonware, no more public distfile 2011-08-01 audio/xtuner: Looks like an abandonware, no more public distfile
Diffstat (limited to 'astro/sattrack/scripts/post-patch')
-rw-r--r--astro/sattrack/scripts/post-patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/astro/sattrack/scripts/post-patch b/astro/sattrack/scripts/post-patch
deleted file mode 100644
index cd8b008ca075..000000000000
--- a/astro/sattrack/scripts/post-patch
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-#
-# post-patch for sattrack-3.1.6
-# modify bin scripts to point to correct install dir
-#
-# script by Brent J. Nordquist <bjn@visi.com>
-# Sun Mar 2 1997
-#
-if [ -z "$WRKDIR" ]; then
- WRKDIR="$1"
-fi
-RUN="$WRKDIR/SatTrack-3.1.6/run"
-if [ -z "$WRKDIR" -o ! -d "$RUN" ]; then
- echo $0: bad work directory $RUN >&2
- exit 1
-fi
-cd $RUN
-if [ -z "$PREFIX" ]; then
- PREFIX="$2"
-fi
-if [ -z "$PREFIX" ]; then
- echo $0: PREFIX not given >&2
- exit 2
-fi
-
-do_subst()
-{
- if [ ! -r $1 ]; then
- echo $0: cannot find file $1 >&2
- exit 3
- fi
- sed "s@set satdir=.*\$@set satdir=$PREFIX/lib@" <$1 >$1.$$
- if [ $? != 0 ]; then
- echo $0: $1 sed failure >&2
- rm -f $1.$$
- exit 4
- fi
- cat $1.$$ >$1
- if [ $? != 0 ]; then
- echo $0: $1 cat failure >&2
- rm -f $1
- mv $1.$$ $1
- exit 5
- fi
- rm -f $1.$$
-}
-
-do_subst getsts
-do_subst gettle