Page MenuHomeFreeBSD

portlint: chase new *_DEPENDS syntax
AbandonedPublic

Authored by AMDmi3 on Apr 5 2016, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 12:43 AM
Unknown Object (File)
Mar 7 2024, 12:18 AM
Unknown Object (File)
Mar 6 2024, 11:20 PM
Unknown Object (File)
Dec 29 2023, 8:09 AM
Unknown Object (File)
Dec 20 2023, 11:11 PM
Unknown Object (File)
Dec 20 2023, 3:47 AM
Unknown Object (File)
Dec 17 2023, 9:07 AM
Unknown Object (File)
Dec 17 2023, 9:06 AM
Subscribers
None

Details

Reviewers
marcus
bapt
mat
Summary

Portlint doesn't handle new *_DEPENDS syntax without ${PORTSDIR}:

cd /usr/ports/security/courierpassd && portlint
WARN: Makefile: no port directory security/courier-authlib-base found, even though it is listed in BUILD_DEPENDS.
WARN: Makefile: no port directory security/courier-authlib-base found, even though it is listed in RUN_DEPENDS.

Fix that: while older version replaces '${PORTSDIR}' with real portsdir, after fix it just prepends real portsdir and slash.

Diff Detail

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

Event Timeline

AMDmi3 retitled this revision from to portlint: chase new *_DEPENDS syntax.
AMDmi3 updated this object.
AMDmi3 edited the test plan for this revision. (Show Details)
AMDmi3 added reviewers: marcus, mat, bapt.

As far as I remember this was fixed long ago

Ah, I see, this is an old closure. Yes, it was fixed.