Import libarchive and bsdtar. The default tar (/usr/bin/tar) can be choosen
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 10 Nov 2004 18:02:24 +0000 (18:02 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 10 Nov 2004 18:02:24 +0000 (18:02 +0000)
commitc4708c74b1f7029627be479e33e9fe7acad401cd
treed0338b7862d0358fcbc023a9772f7837b7e6be65
parent3e0c75830de92264feb6624f4f97d08890d0bf51
Import libarchive and bsdtar. The default tar (/usr/bin/tar) can be choosen
at installworld time by setting WITH_BSDTAR. This is not the default yet.

Obtained-from: FreeBSD
lib/Makefile
lib/libarchive/Makefile [new file with mode: 0644]
lib/libarchive/config.h [new file with mode: 0644]
lib/libarchive/patches/archive_platform.h.patch [new file with mode: 0644]
lib/libarchive/patches/archive_read_extract.c.patch [new file with mode: 0644]
lib/libarchive/patches/archive_string_sprintf.c.patch [new file with mode: 0644]
share/mk/bsd.libnames.mk
usr.bin/Makefile
usr.bin/tar/Makefile [new file with mode: 0644]
usr.bin/tar/config.h [new file with mode: 0644]
usr.bin/tar/patches/write.c.patch [new file with mode: 0644]