Received: by mail.netbsd.org (Postfix, from userid 605) id 4C73A84D9C; Mon, 8 Jul 2019 19:44:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C77BE84D4B for ; Mon, 8 Jul 2019 19:44:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6whgGfcWHgR3 for ; Mon, 8 Jul 2019 19:44:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E0FF84CDF for ; Mon, 8 Jul 2019 19:44:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2915AFBF4; Mon, 8 Jul 2019 19:44:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562615049209770" MIME-Version: 1.0 Date: Mon, 8 Jul 2019 19:44:09 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20190708194409.2915AFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562615049209770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Mon Jul 8 19:44:09 UTC 2019 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: libarchive no longer has a without-lzmadec option To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562615049209770 Content-Disposition: inline Content-Length: 1127 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.267 pkgsrc/bootstrap/bootstrap:1.268 --- pkgsrc/bootstrap/bootstrap:1.267 Tue Jul 2 16:27:04 2019 +++ pkgsrc/bootstrap/bootstrap Mon Jul 8 19:44:08 2019 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.267 2019/07/02 16:27:04 rillig Exp $ +# $NetBSD: bootstrap,v 1.268 2019/07/08 19:44:08 sevan Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1279,7 +1279,7 @@ run_cmd "(cd $wrkdir/libarchive; env $BS $shprog ./configure $configure_quiet_flags --enable-static --disable-shared \ --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr \ --disable-maintainer-mode --disable-acl --without-zlib --without-bz2lib \ ---without-lzmadec --without-iconv --without-lzma --without-lzo2 --without-lz4 \ +--without-iconv --without-lzma --without-lzo2 --without-lz4 \ --without-nettle --without-openssl --without-xml2 --without-expat --without-zstd \ MAKE=$bmake && $bmake $make_quiet_flags -j$make_jobs)" copy_src $pkgsrcdir/pkgtools/pkg_install/files pkg_install --_----------=_1562615049209770--