Bug 200768

Summary: shells/zsh: du completion broken
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (bapt)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-10 15:38:12 UTC
du command completion is broken after latest zsh update: it doesn't try to substitude files and directories any more, e.g. typing `du <space> <tab>` prints `-` and tries command line flag completion, while it should do file/directory completion, roughly like `ls <space> <tab>` would do.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2015-06-10 15:43:49 UTC
Yeah I figured out and I am working on it
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-15 12:36:54 UTC
A commit references this bug:

Author: bapt
Date: Mon Jun 15 12:36:14 UTC 2015
New revision: 389703
URL: https://svnweb.freebsd.org/changeset/ports/389703

Log:
  Fix du(1) completion

  PR:		200768
  Obtained from:	ZSH upstream

Changes:
  head/shells/zsh/Makefile
  head/shells/zsh/files/patch-Completion_Unix_Command___du