diff3 is the last remaining GPL-licensed userland component. Move it to its own package, so that it may be excluded if desired.
Details
Details
- Reviewers
ivy - Group Reviewers
pkgbase - Commits
- rG77bec6e492b7: diff3: Move to own package
rGe7258c42520c: diff3: Move to own package
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
i don't usually like a single utility being in its own package, but given the license issue this seems reasonable.
however, you did not add a UCL file for the new package :-)
Comment Actions
i would suggest adding licenses = [ "GPL-2.0-or-later" ]. although most of the license metadata is wrong, we should at least set it correctly for a package that only exists because of licensing issues.
also, please add a license header to the UCL file itself, i've recently updated nearly all of them to have one.
aside from that, looks fine.