From fd412ee2ecff751dbd911dbef64cee5470e0ad3b Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 16 Jan 2012 07:05:39 +0000 Subject: Remove unused and no need patch file to fix build problem. --- .../patches/patch-Completion_X_Command___mplayer | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 shells/zsh-current/patches/patch-Completion_X_Command___mplayer (limited to 'shells') 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 -- cgit v1.2.3