mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Update information on obtaining libarchive sources and FreeBSD-Xlist
This commit is contained in:
parent
b39722d6dd
commit
48cbf1ba5b
2 changed files with 6 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
$FreeBSD$
|
||||
.git
|
||||
.gitattributes
|
||||
.gitignore
|
||||
CMakeLists.txt
|
||||
CTestConfig.cmake
|
||||
INSTALL
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ $FreeBSD$
|
|||
|
||||
libarchive
|
||||
|
||||
The source code is pulled with svn:
|
||||
The source code is pulled with git:
|
||||
|
||||
svn checkout http://libarchive.googlecode.com/svn/release/2.8
|
||||
git clone -b release git://github.com/libarchive/libarchive.git
|
||||
|
||||
For the contrib directory files and directories were pruned by:
|
||||
|
||||
|
|
@ -21,4 +21,4 @@ To make local changes to libarchive, simply patch and commit to the trunk
|
|||
branch (aka HEAD). Never make local changes on the vendor branch.
|
||||
|
||||
mm@FreeBSD.org
|
||||
21-December-2011
|
||||
27-July-2012
|
||||
|
|
|
|||
Loading…
Reference in a new issue