Page MenuHomeFreeBSD

packages: use correct license for clang
ClosedPublic

Authored by ivy on Aug 6 2025, 5:14 PM.
Referenced Files
Unknown Object (File)
Mon, Apr 27, 10:48 AM
Unknown Object (File)
Sun, Apr 26, 3:33 AM
Unknown Object (File)
Wed, Apr 22, 4:34 AM
Unknown Object (File)
Mon, Apr 20, 7:28 AM
Unknown Object (File)
Mon, Apr 20, 7:28 AM
Unknown Object (File)
Sun, Apr 19, 4:25 PM
Unknown Object (File)
Sun, Apr 19, 1:33 AM
Unknown Object (File)
Wed, Apr 15, 2:09 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66028
Build 62911: arc lint + arc unit

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.