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)
Sat, Sep 5, 4:34 PM
Unknown Object (File)
Sat, Sep 5, 4:33 PM
Unknown Object (File)
Sat, Sep 5, 10:56 AM
Unknown Object (File)
Sat, Sep 5, 5:55 AM
Unknown Object (File)
Fri, Sep 4, 4:22 PM
Unknown Object (File)
Thu, Sep 3, 9:48 AM
Unknown Object (File)
Thu, Sep 3, 3:17 AM
Unknown Object (File)
Thu, Sep 3, 3:06 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?