Deleted Added
sdiff udiff text old ( 219001 ) new ( 223935 )
full compact
1$FreeBSD: head/contrib/xz/FREEBSD-upgrade 223935 2011-07-11 14:15:27Z mm $
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
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
2811-July-2011