diff options
author | taca <taca@pkgsrc.org> | 2012-01-16 07:05:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-01-16 07:05:39 +0000 |
commit | cfb658891c936f7a0b3afe068e379bf320f7a979 (patch) | |
tree | 53c31993835c2ad141fc93bdd4ba083c34491329 /shells/zsh-current | |
parent | 0375e8a0d4de2daa622ea581a64771f5e9fed672 (diff) | |
download | pkgsrc-cfb658891c936f7a0b3afe068e379bf320f7a979.tar.gz |
Remove unused and no need patch file to fix build problem.
Diffstat (limited to 'shells/zsh-current')
-rw-r--r-- | shells/zsh-current/patches/patch-Completion_X_Command___mplayer | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/shells/zsh-current/patches/patch-Completion_X_Command___mplayer b/shells/zsh-current/patches/patch-Completion_X_Command___mplayer deleted file mode 100644 index 674e3dd3392..00000000000 --- a/shells/zsh-current/patches/patch-Completion_X_Command___mplayer +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Completion_X_Command___mplayer,v 1.1 2011/12/14 11:09:34 wiz Exp $ - -Add webm to mplayer autocompletion. - ---- Completion/X/Command/_mplayer.orig 2010-06-06 13:44:12.000000000 +0000 -+++ Completion/X/Command/_mplayer -@@ -115,7 +115,7 @@ case "$state" in - _tags files urls - while _tags; do - _requested files expl 'video file' _files -g \ -- "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|wma|wmv)(-.)" && ret=0 -+ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0 - if _requested urls; then - while _next_label urls expl URL; do - _urls "$expl[@]" && ret=0 |