Deleted Added
full compact
FREEBSD-upgrade (228762) FREEBSD-upgrade (229592)
1$FreeBSD: head/contrib/libarchive/FREEBSD-upgrade 228762 2011-12-21 11:11:51Z mm $
1$FreeBSD: stable/9/contrib/libarchive/FREEBSD-upgrade 229592 2012-01-05 12:06:54Z mm $
2
3libarchive
4
5The source code is pulled with svn:
6
7 svn checkout http://libarchive.googlecode.com/svn/release/2.8
8
9For the contrib directory files and directories were pruned by:
10
11sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
12
13You may check if there are any new files that we don't need.
14
15The instructions for importing new release and merging to HEAD can be found
16at FreeBSD wiki:
17
18 http://wiki.freebsd.org/SubversionPrimer/VendorImports
19
2
3libarchive
4
5The source code is pulled with svn:
6
7 svn checkout http://libarchive.googlecode.com/svn/release/2.8
8
9For the contrib directory files and directories were pruned by:
10
11sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
12
13You may check if there are any new files that we don't need.
14
15The instructions for importing new release and merging to HEAD can be found
16at FreeBSD wiki:
17
18 http://wiki.freebsd.org/SubversionPrimer/VendorImports
19
20To make local changes to xz, simply patch and commit to the trunk
20To make local changes to libarchive, simply patch and commit to the trunk
21branch (aka HEAD). Never make local changes on the vendor branch.
22
23mm@FreeBSD.org
2421-December-2011
21branch (aka HEAD). Never make local changes on the vendor branch.
22
23mm@FreeBSD.org
2421-December-2011