1$FreeBSD$ 2 3xz 4 5The source code is pulled with git: 6 7 git clone 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 19The instructions for importing new release and merging to HEAD can be found 20at FreeBSD wiki: 21 22 http://wiki.freebsd.org/SubversionPrimer/VendorImports 23 24To make local changes to xz, simply patch and commit to the trunk 25branch (aka HEAD). Never make local changes on the vendor branch. 26 27mm@FreeBSD.org 2810-May-2010 29