]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libarchive/FREEBSD-upgrade
MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
[FreeBSD/FreeBSD.git] / contrib / libarchive / FREEBSD-upgrade
1 $FreeBSD$
2
3 libarchive
4
5 The source code is pulled with git:
6
7         git clone -b release git://github.com/libarchive/libarchive.git
8
9 For the contrib directory files and directories were pruned by:
10         
11 sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
12
13 You may check if there are any new files that we don't need.
14
15 The instructions for importing new release and merging to HEAD can be found
16 at FreeBSD wiki:
17
18         http://wiki.freebsd.org/SubversionPrimer/VendorImports
19
20 To make local changes to libarchive, simply patch and commit to the trunk
21 branch (aka HEAD).  Never make local changes on the vendor branch.
22
23 mm@FreeBSD.org
24 27-July-2012