Created attachment 175844 [details] [patch] remove extra ${PREFIX} % pkgconf --libs --cflags jsoncpp -I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp Notice the extra /usr/local. patch attached... passes qa: - portlint ok - testport ok - stage-qa ok [1] [1] ok unless devel/libc++ is installed, then an unrecorded dependency is reported due to bogus test in Scripts/qa.sh (where LD_LIBRARY_PATH=${LOCALBASE}/lib is hard-coded - I'm not sure why). Bug 213547.
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