mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
zstd: Add an Xlist and document use during import
No functional change.
This commit is contained in:
parent
b5d5429449
commit
51ee1719f9
2 changed files with 26 additions and 0 deletions
12
sys/contrib/zstd/FREEBSD-Xlist
Normal file
12
sys/contrib/zstd/FREEBSD-Xlist
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$FreeBSD$
|
||||
|
||||
.circleci
|
||||
.cirrus.yml
|
||||
.gitignore
|
||||
.travis.yml
|
||||
build
|
||||
contrib/linux-kernel
|
||||
contrib/single_file_decoder
|
||||
contrib/VS2005
|
||||
lib/dll
|
||||
programs/windres
|
||||
14
sys/contrib/zstd/FREEBSD-upgrade
Normal file
14
sys/contrib/zstd/FREEBSD-upgrade
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
$FreeBSD$
|
||||
|
||||
zstd
|
||||
|
||||
To import new vendor sources, prune unwanted files with:
|
||||
|
||||
tar -X FREEBSD-Xlist -xf zstd-x.y.z.tar.zst
|
||||
|
||||
When importing a new version, be sure to check if there are any new bits that
|
||||
we don't want.
|
||||
|
||||
Please find instructions for importing new releases and merging to HEAD here:
|
||||
|
||||
https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html#idp45937784
|
||||
Loading…
Reference in a new issue