| Summary: | textproc/zsh-syntax-highlighting maintainer: upgrade to version 20160816 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Joseph Mingrone <jrm> | ||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | Keywords: | patch | ||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Joseph Mingrone
2016-08-18 00:04:08 UTC
You don't seem to need MAKE_ENV and makefile patcing. Upstream Makefile already uses ?= so it respects values passed through environment, so you could just pass SHARE_DIR and DOC_DIR (PREFIX is always passed by the framework), but since they are already equal to our DATADIR and DOCSDIR values, no extra actions are needed at all. I suggest to commit this without MAKE_ENV and post-patch bits. Should we be concerned when the defaults for DATADIR and DOCSDIR are overridden? In those cases, upstream's SHARE_DIR and DOC_DIR won't be correct. (In reply to Joseph Mingrone from comment #2) > Should we be concerned when the defaults for DATADIR and DOCSDIR are > overridden? In those cases, upstream's SHARE_DIR and DOC_DIR won't be > correct. No, DATADIR and DOCSDIR are not supposed to be set by the user. Created attachment 173824 [details]
new svn diff reflecting amdmi3's recommendations
- remove unnecessary post-patch parts
A commit references this bug: Author: amdmi3 Date: Fri Aug 19 11:49:10 UTC 2016 New revision: 420459 URL: https://svnweb.freebsd.org/changeset/ports/420459 Log: - Update to 20160816 - Add NO_BUILD - Optionize DOCS PR: 211955 Submitted by: jrm@ftfl.ca (maintainer) Changes: head/textproc/zsh-syntax-highlighting/Makefile head/textproc/zsh-syntax-highlighting/distinfo |