FreeBSD Bugzilla – Attachment 80698 Details for
Bug 115702
[PATCH] shells/zsh: various completion fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zsh-4.3.4_1.patch
zsh-4.3.4_1.patch (text/plain), 3.22 KB, created by
Sean Farley
on 2007-08-22 01:20:00 UTC
(
hide
)
Description:
zsh-4.3.4_1.patch
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2007-08-22 01:20:00 UTC
Size:
3.22 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Command-_locate /usr/ports/shells/zsh/files/patch-Completion-Unix-Command-_locate >--- /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Command-_locate 1969-12-31 18:00:00.000000000 -0600 >+++ /usr/ports/shells/zsh/files/patch-Completion-Unix-Command-_locate 2007-08-21 19:06:30.769116000 -0500 >@@ -0,0 +1,40 @@ >+--- Completion/Unix/Command/_locate.orig 2006-09-27 09:50:25.000000000 -0500 >++++ Completion/Unix/Command/_locate 2007-08-20 22:08:08.000000000 -0500 >+@@ -11,7 +11,7 @@ >+ ;; >+ >+ (locate) >+- input="$(_call_program locate $words[0] -V)" >++ input="$(_call_program locate $words[0] -V 2>&1)" >+ case $input in >+ (*mlocate*) >+ ltype=mlocate >+@@ -25,6 +25,10 @@ >+ ltype=gnu >+ ;; >+ >++ (*illegal option*) >++ ltype=bsd >++ ;; >++ >+ # guess >+ (*) >+ ltype=$best_guess >+@@ -108,4 +112,17 @@ >+ --help'[Show help]' \ >+ '*:pattern: ' >+ ;; >++ >++ (bsd) >++ _arguments -s : \ >++ -0'[Output separated by NUL characters]' \ >++ -S'[Show database statistics]' \ >++ -c'[Output the number of matching entries]' \ >++ -d'[Use alternative database]:database:_files' \ >++ -i'[Ignore case distinctions in patterns]' \ >++ -l'[Limit search results]:file limit: ' \ >++ -m'[Use mmap instead of stdio library]' \ >++ -s'[Use stdio instead of mmap]' \ >++ '*:pattern: ' >++ ;; >+ esac >diff -ruN --exclude=CVS /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Command-_mount /usr/ports/shells/zsh/files/patch-Completion-Unix-Command-_mount >--- /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Command-_mount 1969-12-31 18:00:00.000000000 -0600 >+++ /usr/ports/shells/zsh/files/patch-Completion-Unix-Command-_mount 2007-08-21 19:06:30.769116000 -0500 >@@ -0,0 +1,13 @@ >+--- Completion/Unix/Command/_mount.orig 2006-05-28 13:46:56.000000000 -0500 >++++ Completion/Unix/Command/_mount 2007-08-20 21:22:22.000000000 -0500 >+@@ -859,8 +859,8 @@ >+ ;; >+ *) >+ /sbin/mount | while read mline; do >+- mp_tmp+=( $mline[(w)1] ) >+- dev_tmp+=( $mline[(w)3] ) >++ dev_tmp+=( $mline[(w)1] ) >++ mp_tmp+=( $mline[(w)3] ) >+ done >+ ;; >+ esac >diff -ruN --exclude=CVS /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Type-_canonical_paths /usr/ports/shells/zsh/files/patch-Completion-Unix-Type-_canonical_paths >--- /usr/ports/shells/zsh.orig/files/patch-Completion-Unix-Type-_canonical_paths 1969-12-31 18:00:00.000000000 -0600 >+++ /usr/ports/shells/zsh/files/patch-Completion-Unix-Type-_canonical_paths 2007-08-21 19:06:30.769116000 -0500 >@@ -0,0 +1,20 @@ >+--- Completion/Unix/Type/_canonical_paths.orig 2006-05-28 13:36:06.000000000 -0500 >++++ Completion/Unix/Type/_canonical_paths 2007-08-20 21:23:04.000000000 -0500 >+@@ -38,7 +38,7 @@ >+ files=($@) >+ else >+ for __index in $@; do >+- files+=$(readlink -qf $__index) >++ files+=$(/usr/bin/stat -qr $__index | cut -d' ' -f16) >+ done >+ fi >+ >+@@ -48,7 +48,7 @@ >+ expref=${~origpref} >+ [[ $origpref == (|*/). ]] && rltrim=. >+ curpref=${${expref%$rltrim}:-./} >+- canpref=$(readlink -qf $curpref) >++ canpref=$(/usr/bin/stat -qr $curpref | cut -d' ' -f16) >+ if [[ $? -eq 0 ]]; then >+ [[ $curpref == */ && $canpref == *[^/] ]] && canpref+=/ >+ canpref+=$rltrim
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115702
: 80698