Received: by mail.netbsd.org (Postfix, from userid 605) id A6C5E84EBE; Thu, 15 Feb 2024 19:43:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708026224; bh=raq3cgSzy0PYLqg7kzlz35hxp4/rCi7PyjdzQC9rzTk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=W4nSOILyX4Z527f3HykMxpK0JZtJLiCZ3HJrD6NvznywvfF2PSoAQFr20ItLm7lvg YQ4l1exGCP1w6SLVg11fBYOH1obg1MUxC5NqnoxBHVLKVEtdQAYBjsHxtq3qtuTnGs 1Bb8ABJyuQA9lQdx2nGnk/BKLQgcLqteE2ySaoCI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97DFF84D8B for ; Thu, 15 Feb 2024 19:43:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SgLVZlmTRo8a for ; Thu, 15 Feb 2024 19:43:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 096C584CD8 for ; Thu, 15 Feb 2024 19:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708026223; bh=raq3cgSzy0PYLqg7kzlz35hxp4/rCi7PyjdzQC9rzTk=; h=Date:From:Subject:To:Reply-To; b=xOa/R1L5+v4U3UPRRNYrC74nXNODqs5apB/cxKBhhVVum+zpja8cHJLeDDrHBt33e e+r0Juwxuo6AELd9yM8nJdVp0P7UA3rx933Yqmp7Ps30YcWUSU9w/3XPxVtmm4xjEQ GZEkMB8Ai1qNxZ+1PjkGYReISk2+Dvln+HrPaqd0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0330FF9F2; Thu, 15 Feb 2024 19:43:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708026222166060" MIME-Version: 1.0 Date: Thu, 15 Feb 2024 19:43:42 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20240215194343.0330FF9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708026222166060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Feb 15 19:43:42 UTC 2024 Modified Files: pkgsrc/archivers/bsdtar: Makefile pkgsrc/bootstrap: bootstrap Log Message: Don't build bsdunzip, it's not used anyway. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/archivers/bsdtar/Makefile cvs rdiff -u -r1.320 -r1.321 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708026222166060 Content-Disposition: inline Content-Length: 2188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/bsdtar/Makefile diff -u pkgsrc/archivers/bsdtar/Makefile:1.30 pkgsrc/archivers/bsdtar/Makefile:1.31 --- pkgsrc/archivers/bsdtar/Makefile:1.30 Thu Feb 15 04:34:21 2024 +++ pkgsrc/archivers/bsdtar/Makefile Thu Feb 15 19:43:42 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2024/02/15 04:34:21 gutteridge Exp $ +# $NetBSD: Makefile,v 1.31 2024/02/15 19:43:42 joerg Exp $ .include "../../archivers/libarchive/Makefile.common" .include "../../mk/bsd.prefs.mk" @@ -11,6 +11,7 @@ COMMENT= Fast multi-format tape archiver #USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-bsdtar=static CONFIGURE_ARGS+= --disable-bsdcpio +CONFIGURE_ARGS+= --disable-bsdunzip CONFIGURE_ARGS+= --disable-shared CONFIGURE_ARGS+= --without-iconv .if "${OS_VARIANT}" == "chromeos" Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.320 pkgsrc/bootstrap/bootstrap:1.321 --- pkgsrc/bootstrap/bootstrap:1.320 Fri Jul 7 12:53:22 2023 +++ pkgsrc/bootstrap/bootstrap Thu Feb 15 19:43:42 2024 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.320 2023/07/07 12:53:22 gdt Exp $ +# $NetBSD: bootstrap,v 1.321 2024/02/15 19:43:42 joerg Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1355,9 +1355,9 @@ echo_msg "Bootstrapping pkgtools" copy_src $pkgsrcdir/archivers/libarchive/files libarchive run_cmd "(cd $wrkdir/libarchive; env $BSTRAP_ENV CONFIG_SHELL=$shprog \ $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-iconv --without-lzma --without-lzo2 --without-lz4 \ +--disable-bsdtar --disable-bsdcpio --disable-bsdunzip --disable-posix-regex-lib \ +--disable-xattr --disable-maintainer-mode --disable-acl --without-zlib \ +--without-bz2lib --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 --_----------=_1708026222166060--