Page MenuHomeFreeBSD

packages: use correct license for clang
ClosedPublic

Authored by ivy on Aug 6 2025, 5:14 PM.
Referenced Files
Unknown Object (File)
Sun, Mar 29, 1:01 AM
Unknown Object (File)
Tue, Mar 24, 7:17 PM
Unknown Object (File)
Thu, Mar 19, 2:41 AM
Unknown Object (File)
Wed, Mar 18, 7:29 PM
Unknown Object (File)
Sun, Mar 15, 9:00 PM
Unknown Object (File)
Sat, Mar 7, 9:46 PM
Unknown Object (File)
Feb 23 2026, 8:25 AM
Unknown Object (File)
Feb 11 2026, 11:11 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 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.