summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-01-16 07:05:39 +0000
committertaca <taca@pkgsrc.org>2012-01-16 07:05:39 +0000
commitfd412ee2ecff751dbd911dbef64cee5470e0ad3b (patch)
tree53c31993835c2ad141fc93bdd4ba083c34491329 /shells
parentdd19e3eabf33d23ad22036c79828bfc08358df48 (diff)
downloadpkgsrc-fd412ee2ecff751dbd911dbef64cee5470e0ad3b.tar.gz
Remove unused and no need patch file to fix build problem.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-current/patches/patch-Completion_X_Command___mplayer15
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