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 19 2024, 10:01 PM
Unknown Object (File)
Sep 9 2024, 9:45 AM
Unknown Object (File)
Sep 8 2024, 1:57 AM
Unknown Object (File)
Sep 5 2024, 1:19 PM
Unknown Object (File)
Aug 15 2024, 9:19 PM
Unknown Object (File)
Jul 14 2024, 7:07 AM
Unknown Object (File)
Jul 9 2024, 4:06 AM
Unknown Object (File)
Jul 9 2024, 2:17 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?