[Bug 221605] ports-mgmt/portlint: patch to fix missing variable expansion in *_DEPENDS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 18 13:33:28 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221605
Bug ID: 221605
Summary: ports-mgmt/portlint: patch to fix missing variable
expansion in *_DEPENDS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: marcus at FreeBSD.org
Reporter: jrm at freebsd.org
Attachment #185547 maintainer-approval?
Flags:
Flags: maintainer-feedback?(marcus at FreeBSD.org),
maintainer-feedback?, merge-quarterly?
Assignee: marcus at FreeBSD.org
Created attachment 185547
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185547&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list