Bug 221605 - ports-mgmt/portlint: patch to fix missing variable expansion in *_DEPENDS
Summary: ports-mgmt/portlint: patch to fix missing variable expansion in *_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-08-18 13:33 UTC by Joseph Mingrone
Modified: 2017-10-08 17:59 UTC (History)
0 users

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


Attachments
ports-mgmt/portlint patch to fix issue expanding variables in *_DEPENDS (1.11 KB, patch)
2017-08-18 13:33 UTC, Joseph Mingrone
jrm: maintainer-approval?
Details | Diff

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-08-18 13:33:28 UTC
Created attachment 185547 [details]
ports-mgmt/portlint patch to fix issue expanding variables in *_DEPENDS

BUILD_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}

% portlint
WARN: Makefile: no port directory /usr/ports/x11/${PKGNAMEPREFIX}clx found, even though it is listed in BUILD_DEPENDS.

This patch ensures that all variables in the *_DEPENDS value are expanded.

See also: https://reviews.freebsd.org/D12071
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-09-27 18:11:06 UTC
Committed to my repo pending the next release.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-10-08 17:59:22 UTC
Committed to 2.17.13.  Thanks!