Deleted Added
sdiff udiff text old ( 219001 ) new ( 223935 )
full compact
1$FreeBSD: head/contrib/xz/FREEBSD-upgrade 219001 2011-02-24 13:42:35Z mm $
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'

--- 4 unchanged lines hidden (view full) ---

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