Page MenuHomeFreeBSD

ports-mgmt/portlint: fix missing variable expansion in *_DEPENDS
AbandonedPublic

Authored by jrm on Aug 18 2017, 12:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 16 2024, 10:32 AM
Unknown Object (File)
Jan 18 2024, 1:13 PM
Unknown Object (File)
Jan 5 2024, 5:37 PM
Unknown Object (File)
Jan 1 2024, 10:50 PM
Unknown Object (File)
Dec 26 2023, 9:28 AM
Unknown Object (File)
Nov 8 2023, 12:55 PM
Unknown Object (File)
Aug 6 2023, 6:28 AM
Unknown Object (File)
Jul 24 2023, 5:16 PM
Subscribers
None

Details

Reviewers
marcus
Summary

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 a *_DEPENDS value are expanded.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11142
Build 11524: arc lint + arc unit

Event Timeline

(Note that portlint is a third party tool, it is not developped in the ports tree, nor is it the responsability of portmgr, best create a PR with your patches.)

Committed to 2.17.13.