Author: cem Date: Wed Nov 6 06:50:02 2019 New Revision: 354373 URL: https://svnweb.freebsd.org/changeset/base/354373
Log: zstd: Add an Xlist and document use during import No functional change. Added: head/sys/contrib/zstd/FREEBSD-Xlist head/sys/contrib/zstd/FREEBSD-upgrade Added: head/sys/contrib/zstd/FREEBSD-Xlist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/contrib/zstd/FREEBSD-Xlist Wed Nov 6 06:50:02 2019 (r354373) @@ -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 Added: head/sys/contrib/zstd/FREEBSD-upgrade ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/contrib/zstd/FREEBSD-upgrade Wed Nov 6 06:50:02 2019 (r354373) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"