2011-12-21 11:11:51 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
libarchive
|
|
|
|
|
2012-07-27 08:28:44 +00:00
|
|
|
The source code is pulled with git:
|
2011-12-21 11:11:51 +00:00
|
|
|
|
2016-05-12 10:16:16 +00:00
|
|
|
git clone git://github.com/libarchive/libarchive.git
|
2011-12-21 11:11:51 +00:00
|
|
|
|
|
|
|
For the contrib directory files and directories were pruned by:
|
|
|
|
|
|
|
|
sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
|
|
|
|
|
2016-05-12 10:16:16 +00:00
|
|
|
You may check if there are any new files that we don't need and add them to
|
|
|
|
FREEBSD-Xlist.
|
2011-12-21 11:11:51 +00:00
|
|
|
|
|
|
|
The instructions for importing new release and merging to HEAD can be found
|
|
|
|
at FreeBSD wiki:
|
|
|
|
|
|
|
|
http://wiki.freebsd.org/SubversionPrimer/VendorImports
|
|
|
|
|
2011-12-23 08:50:26 +00:00
|
|
|
To make local changes to libarchive, simply patch and commit to the trunk
|
2011-12-21 11:11:51 +00:00
|
|
|
branch (aka HEAD). Never make local changes on the vendor branch.
|
|
|
|
|
|
|
|
mm@FreeBSD.org
|
2012-07-27 08:28:44 +00:00
|
|
|
27-July-2012
|