Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 06:50:03 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354373 - head/sys/contrib/zstd
Message-ID:  <201911060650.xA66o3qo070380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911060650.xA66o3qo070380>