Bug 229905 - shells/zsh: Add patch to fix completion error and etc
Summary: shells/zsh: Add patch to fix completion error and etc
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-20 16:26 UTC by Yasuhiro Kimura
Modified: 2018-09-21 23:48 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
patch file (2.75 KB, patch)
2018-07-20 16:26 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-07-20 16:26:40 UTC
Created attachment 195303 [details]
patch file

* Add patch to fix completion error of 'install' command. References
  are:
  - http://www.zsh.org/mla/workers/2018/msg00991.html
  - http://www.zsh.org/mla/workers/2018/msg00993.html
  - https://sourceforge.net/p/zsh/code/ci/2a8ecbd2d3d444138b7a488d5d6b8ad860f8fd6f/
  - https://sourceforge.net/p/zsh/code/ci/71bc1296edfc548751354f4bf5832aba3fcd0b95/
* Fix some portlint warnings.
  - Regenerate patch-Completion-Unix-Type-_diff_options.
  - Remove beginning 'The' from COMMENT.
  - Replace direct use of 'rm' with ${RM}.
* Bump PORTREVISION.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2018-07-24 08:53:44 UTC
Thank you for the patch, have you started the process of upstreaming it as well?
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2018-07-24 09:01:16 UTC
(In reply to Baptiste Daroussin from comment #1)

patch-Completion_Unix_Command___install is combination of following 2 commits.

https://sourceforge.net/p/zsh/code/ci/2a8ecbd2d3d444138b7a488d5d6b8ad860f8fd6f/
https://sourceforge.net/p/zsh/code/ci/71bc1296edfc548751354f4bf5832aba3fcd0b95/
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2018-09-21 23:48:34 UTC
With the commit of ports r479010 this port is updated to 5.6 and it includes proposed patch.