Page MenuHomeFreeBSD

packages: use correct license for clang
ClosedPublic

Authored by ivy on Aug 6 2025, 5:14 PM.
Referenced Files
Unknown Object (File)
Thu, Oct 9, 7:10 PM
Unknown Object (File)
Thu, Oct 9, 7:10 PM
Unknown Object (File)
Thu, Oct 9, 7:09 PM
Unknown Object (File)
Thu, Oct 9, 4:43 PM
Unknown Object (File)
Sun, Sep 28, 7:08 AM
Unknown Object (File)
Sat, Sep 20, 2:53 PM
Unknown Object (File)
Sat, Sep 20, 4:43 AM
Unknown Object (File)
Fri, Sep 19, 3:16 AM
Subscribers

Details

Summary

LLVM was relicensed under Apache 2.0 with LLVM exception a while ago.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivy requested review of this revision.Aug 6 2025, 5:14 PM

We need support for a WITH clause; LLVM-exception isn't a license itself. It's certainly better than NCSA though.

with the caveats that ed said.

Maybe 'Apache-2.0 WITH LLVM-Excetion' might be better?

This revision is now accepted and ready to land.Aug 6 2025, 5:42 PM

using X WITH Y as a single license entry makes sense to me, but as i mentioned on IRC it's not really clear if this is how you're meant to use the license field in pkg, so i'll wait to see what bapt says.

This revision was automatically updated to reflect the committed changes.