Page MenuHomeFreeBSD

contrib/zstd: further narrow FREEBSD-Xlist
ClosedPublic

Authored by siva on Thu, Mar 12, 10:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 4:41 AM
Unknown Object (File)
Wed, Apr 8, 9:54 AM
Unknown Object (File)
Sun, Apr 5, 1:18 PM
Unknown Object (File)
Sun, Apr 5, 11:01 AM
Unknown Object (File)
Wed, Mar 25, 12:54 AM
Unknown Object (File)
Fri, Mar 20, 9:21 PM
Unknown Object (File)
Thu, Mar 19, 5:26 PM
Unknown Object (File)
Thu, Mar 19, 12:40 PM
Subscribers

Details

Summary

We don't need any docs or examples in tree, as well
as any upstream-specific build infrastructure.

Diff Detail

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

Event Timeline

siva requested review of this revision.Thu, Mar 12, 10:45 PM
minsoochoo0122_proton.me added inline comments.
sys/contrib/zstd/FREEBSD-Xlist
1–3

Please update files and folders starting with .. E.g. from https://github.com/facebook/zstd/tree/v1.5.7, I see

.travis.yml and .circleci are gone while .buckconfig and .buckversion are added.

19

I suggest removing README.md and TESTING.md. Keep SECURITY.md so people can report security issues upstream.

Do we need zlibWrapper?

Also it would be nice to do cleanup for files hiding under subdirectories. e.g. lib/*.mk, lib/Makefile, lib/BUCK, etc.

This revision now requires changes to proceed.Fri, Mar 13, 4:11 PM
sys/contrib/zstd/FREEBSD-Xlist
19

From what is see from D55837 and D55838, these are recursive so all files named BUCK are removed. Am I right?

This revision was not accepted when it landed; it landed in state Needs Revision.Thu, Apr 9, 6:14 AM
This revision was automatically updated to reflect the committed changes.