1$FreeBSD$ 2 3xz 4 5The source code is pulled with git: 6 7 git clone --branch=v5.0 http://git.tukaani.org/xz.git xz 8 9ChangeLog is generated with: 10 11 git log > ChangeLog 12 13For the import files and directories were pruned by: 14 15sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done' 16 17You may check if there are any new files that we don't need. 18 19You should run ``configure'' to make sure you use a more recent 20config.h. Running ``make check'' in the xz source tree is also useful. 21 22The instructions for importing new release and merging to HEAD can be found 23at FreeBSD wiki: 24 25 http://wiki.freebsd.org/SubversionPrimer/VendorImports 26 27To make local changes to xz, simply patch and commit to the trunk 28branch (aka HEAD). Never make local changes on the vendor branch. 29 30mm@FreeBSD.org 3111-July-2011 32