cvs commit: ports/shells/zsh Makefile ports/shells/zsh/files patch-Completion-Unix-Command-_locate patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_canonical_paths patch-environ

Sergei Kolobov sergei at FreeBSD.org
Fri Oct 5 01:22:47 PDT 2007


sergei      2007-10-05 08:22:46 UTC

  FreeBSD ports repository

  Modified files:
    shells/zsh           Makefile 
  Added files:
    shells/zsh/files     patch-Completion-Unix-Command-_locate 
                         patch-Completion-Unix-Command-_mount 
                         patch-Completion-Unix-Type-_canonical_paths 
                         patch-environ 
  Log:
  - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()
    detection. This fixes the issue on 7-CURRENT where Zsh was manipulating
    environment directly in conflict with the new *env() functions:
       http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html
    6-STABLE continues to works correctly.
  
    More info about the patch:
       http://www.zsh.org/mla/workers/2007/msg00619.html
  
  - Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms
    and do the right thing under FreeBSD
  
  PR:             ports/115094, ports/115702
  Submitted by:   Sean C. Farley (scf)
  
  Revision  Changes    Path
  1.88      +1 -1      ports/shells/zsh/Makefile
  1.1       +40 -0     ports/shells/zsh/files/patch-Completion-Unix-Command-_locate (new)
  1.1       +13 -0     ports/shells/zsh/files/patch-Completion-Unix-Command-_mount (new)
  1.1       +20 -0     ports/shells/zsh/files/patch-Completion-Unix-Type-_canonical_paths (new)
  1.1       +253 -0    ports/shells/zsh/files/patch-environ (new)


More information about the cvs-ports mailing list