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