Summary: | devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | Carlos J. Puga Medina <cpm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | amdmi3, cpm, yuri | ||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||
Version: | Latest | Flags: | yuri:
maintainer-feedback+
cpm: merge-quarterly+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213547 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 209698 | ||||||
Attachments: |
|
Description
John Hein
2016-10-17 02:19:40 UTC
Thanks! Comment on attachment 175844 [details]
[patch] remove extra ${PREFIX}
Please approve the attachment Yuri
We typically do mute commands (Dmitry argues for making installation-related commands vocal): @${REINPLACE_CMD} was changed to ${REINPLACE_CMD} Kubilay, do you approve this change? (In reply to Carlos J. Puga Medina from comment #3) Sorry... didn't mean to sneak in a change under the radar. You can commit keeping the @. Either way is fine with me. Either way is fine. Since this is essentially a patch/correction and not an installation command I would lean towards hiding (@). A commit references this bug: Author: cpm Date: Thu Oct 20 01:25:04 UTC 2016 New revision: 424299 URL: https://svnweb.freebsd.org/changeset/ports/424299 Log: devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc - Remove extra ${PREFIX} in jsoncpp/Makefile % pkgconf --libs --cflags jsoncpp -I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp Notice the extra /usr/local. PR: 213553 Reported by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: yuri@rawbw.com (maintainer), koobs (mentor) MFH: 2016Q4 Changes: head/devel/jsoncpp/Makefile Committed! Thanks A commit references this bug: Author: cpm Date: Thu Oct 20 17:17:56 UTC 2016 New revision: 424343 URL: https://svnweb.freebsd.org/changeset/ports/424343 Log: MFH: r424299 devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc - Remove extra ${PREFIX} in jsoncpp/Makefile % pkgconf --libs --cflags jsoncpp -I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp Notice the extra /usr/local. PR: 213553 Reported by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: yuri@rawbw.com (maintainer), koobs (mentor) Approved by: ports-secteam (feld) Changes: _U branches/2016Q4/ branches/2016Q4/devel/jsoncpp/Makefile |