Bug 218325 - ports-mgmt/portlint: Remove errors for use of :L and :U variable modifiers
Summary: ports-mgmt/portlint: Remove errors for use of :L and :U variable modifiers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 11:46 UTC by Joseph Mingrone
Modified: 2017-04-21 19:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (marcus)
jrm: maintainer-feedback?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2017-04-03 11:46:14 UTC
In older versions of make included in the base, :L/:U were (deprecated) variable modifiers to convert variables to lower/upper case. Both of these modifiers now have different meanings in FreeBSD 10.3 and 11.0 make, so remove the errors reported when they are used.

See https://reviews.freebsd.org/D10235
Comment 1 Matthew Rezny freebsd_committer freebsd_triage 2017-04-03 11:59:07 UTC
Just here to say "Works for me. Thanks jrm!"
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-04-07 19:58:50 UTC
Committed to my private repo pending the next release.  Thanks!
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2017-04-07 20:34:07 UTC
Thanks.  That means you will commit to the ports tree or should I?  If you do the commit to the port tree, the issue was reported by rezny@.
Comment 4 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-04-09 22:42:41 UTC
No, I'll commit.  I have one more pending change.
Comment 5 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-04-21 19:51:25 UTC
Committed, thanks!