Page MenuHomeFreeBSD

license: Add a non applicable (NA) license only for metaports
AbandonedPublic

Authored by bapt on Aug 26 2022, 9:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 19, 8:20 AM
Unknown Object (File)
May 5 2026, 12:41 PM
Unknown Object (File)
Apr 29 2026, 2:07 PM
Unknown Object (File)
Apr 28 2026, 7:26 PM
Unknown Object (File)
Apr 28 2026, 9:46 AM
Unknown Object (File)
Apr 27 2026, 9:13 AM
Unknown Object (File)
Apr 26 2026, 5:27 AM
Unknown Object (File)
Apr 19 2026, 5:12 AM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr
Summary

Make sure in the framework it cannot be used elsewhere than metaports

PR: 223932

Diff Detail

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

Event Timeline

bapt requested review of this revision.Aug 26 2022, 9:38 AM
tcberner added inline comments.
Mk/bsd.licenses.db.mk
80

^ shouldn't that read:
# "Non Applicable" for metaports

otherwise, one reads it as "This is not applicable for metaports" -- which is the opposite of what it is :D

Mk/bsd.licenses.mk
215

^ could you please add parentheses to make operation precedence of && and || explicit?