From 6fd149f0708d51316fe6a03f9524f92358cd0943 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 28 Jun 2019 19:37:21 +0700 Subject: [PATCH] libarchive: move out of tree --- core/libarchive/build | 19 ------------- core/libarchive/checksums | 1 - core/libarchive/depends | 4 --- core/libarchive/licenses | 59 --------------------------------------- core/libarchive/sources | 1 - core/libarchive/version | 1 - 6 files changed, 85 deletions(-) delete mode 100755 core/libarchive/build delete mode 100644 core/libarchive/checksums delete mode 100644 core/libarchive/depends delete mode 100644 core/libarchive/licenses delete mode 100644 core/libarchive/sources delete mode 100644 core/libarchive/version diff --git a/core/libarchive/build b/core/libarchive/build deleted file mode 100755 index 6a9ad184..00000000 --- a/core/libarchive/build +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --without-xml2 \ - --disable-rpath - -make - -# Since --enable-bsdtar=static doesn't work, link it manually -ld -static -o bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o \ - tar/bsdtar-creation_set.o tar/bsdtar-read.o tar/bsdtar-subst.o \ - tar/bsdtar-util.o tar/bsdtar-write.o /usr/lib/crt1.o \ - .libs/libarchive.a .libs/libarchive_fe.a /usr/lib/libz.a \ - /usr/lib/libcrypto.a /usr/lib/liblzma.a /usr/lib/libc.a - -make DESTDIR="$1" install - -ln -s bsdtar "$1/usr/bin/tar" diff --git a/core/libarchive/checksums b/core/libarchive/checksums deleted file mode 100644 index dbd5ca90..00000000 --- a/core/libarchive/checksums +++ /dev/null @@ -1 +0,0 @@ -ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e libarchive-3.3.3.tar.gz diff --git a/core/libarchive/depends b/core/libarchive/depends deleted file mode 100644 index a08c181e..00000000 --- a/core/libarchive/depends +++ /dev/null @@ -1,4 +0,0 @@ -libressl -musl -xz -zlib diff --git a/core/libarchive/licenses b/core/libarchive/licenses deleted file mode 100644 index 93952b77..00000000 --- a/core/libarchive/licenses +++ /dev/null @@ -1,59 +0,0 @@ -The libarchive distribution as a whole is Copyright by Tim Kientzle -and is subject to the copyright notice reproduced at the bottom of -this file. - -Each individual file in this distribution should have a clear -copyright/licensing statement at the beginning of the file. If any do -not, please let me know and I will rectify it. The following is -intended to summarize the copyright status of the individual files; -the actual statements in the files are controlling. - -* Except as listed below, all C sources (including .c and .h files) - and documentation files are subject to the copyright notice reproduced - at the bottom of this file. - -* The following source files are also subject in whole or in part to - a 3-clause UC Regents copyright; please read the individual source - files for details: - libarchive/archive_entry.c - libarchive/archive_read_support_filter_compress.c - libarchive/archive_write_add_filter_compress.c - libarchive/mtree.5 - -* The following source files are in the public domain: - libarchive/archive_getdate.c - -* The build files---including Makefiles, configure scripts, - and auxiliary scripts used as part of the compile process---have - widely varying licensing terms. Please check individual files before - distributing them to see if those restrictions apply to you. - -I intend for all new source code to use the license below and hope over -time to replace code with other licenses with new implementations that -do use the license below. The varying licensing of the build scripts -seems to be an unavoidable mess. - - -Copyright (c) 2003-2009 -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer - in this position and unchanged. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/core/libarchive/sources b/core/libarchive/sources deleted file mode 100644 index 5f35b154..00000000 --- a/core/libarchive/sources +++ /dev/null @@ -1 +0,0 @@ -http://www.libarchive.org/downloads/libarchive-3.3.3.tar.gz diff --git a/core/libarchive/version b/core/libarchive/version deleted file mode 100644 index 75f3a39f..00000000 --- a/core/libarchive/version +++ /dev/null @@ -1 +0,0 @@ -3.3.3 2