diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-22 22:19:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-22 22:19:46 +0000 |
commit | 348d185b7d81a95787913982d58e1eaad94ab90d (patch) | |
tree | 9bb3fb261b34aaa1151568a9a00f10d907693821 /multimedia/bsdav/files/patch-btv | |
parent | Reassign to ports pool. Thanks to the previous maintainer for your help in (diff) |
- Switch from BROKEN to IGNORE
- Add OPTIONS for X11
PR: ports/89300
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=149119
Diffstat (limited to 'multimedia/bsdav/files/patch-btv')
-rw-r--r-- | multimedia/bsdav/files/patch-btv | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/multimedia/bsdav/files/patch-btv b/multimedia/bsdav/files/patch-btv new file mode 100644 index 000000000000..9031927078d1 --- /dev/null +++ b/multimedia/bsdav/files/patch-btv @@ -0,0 +1,26 @@ +--- btv.dist Thu Aug 11 08:37:38 2005 ++++ btv Sat Nov 5 22:44:15 2005 +@@ -20,7 +20,7 @@ + : ${CHANSET=nabcst} + + +-function usage ++usage() + { + echo "Usage: tv [-vm] [-c channel] [-d directory] [-n norm]" + echo " [-r command]" +@@ -34,8 +34,13 @@ + V="" + RET=0 + ++args=`getopt c:d:mn:r:v $*` ++if [ $? -ne 0 ] ++then ++ usage ++fi ++set -- ${args} + +-set -- `getopt c:d:mn:r:v $*` || usage + + for i + do |