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)
Sep 16 2025, 1:36 PM
Unknown Object (File)
Sep 8 2025, 6:12 AM
Unknown Object (File)
Sep 8 2025, 3:14 AM
Unknown Object (File)
Sep 8 2025, 3:13 AM
Unknown Object (File)
Sep 8 2025, 2:52 AM
Unknown Object (File)
Sep 8 2025, 2:20 AM
Unknown Object (File)
Jul 8 2025, 8:37 PM
Unknown Object (File)
Jun 29 2025, 2:38 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?