1207842Smm$FreeBSD: releng/10.3/contrib/xz/FREEBSD-upgrade 292588 2015-12-22 08:03:23Z delphij $
2207842Smm
3207842Smmxz
4207842Smm
5207842SmmThe source code is pulled with git:
6207842Smm
7223935Smm	git clone --branch=v5.0 http://git.tukaani.org/xz.git xz
8207842Smm
9207842SmmChangeLog is generated with:
10207842Smm	
11207842Smm	git log > ChangeLog
12207842Smm
13207842SmmFor the import files and directories were pruned by:
14207842Smm	
15207842Smmsh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
16207842Smm
17207842SmmYou may check if there are any new files that we don't need.
18207842Smm
19292588SdelphijYou should run ``configure'' to make sure you use a more recent
20292588Sdelphijconfig.h.  Running ``make check'' in the xz source tree is also useful.
21292588Sdelphij
22207842SmmThe instructions for importing new release and merging to HEAD can be found
23207842Smmat FreeBSD wiki:
24207842Smm
25207842Smm	http://wiki.freebsd.org/SubversionPrimer/VendorImports
26207842Smm
27207842SmmTo make local changes to xz, simply patch and commit to the trunk
28207842Smmbranch (aka HEAD).  Never make local changes on the vendor branch.
29207842Smm
30207842Smmmm@FreeBSD.org
31223935Smm11-July-2011
32