Thu Feb 15 19:43:42 2024 UTC (122d)
Don't build bsdunzip, it's not used anyway.


(joerg)
diff -r1.30 -r1.31 pkgsrc/archivers/bsdtar/Makefile
diff -r1.320 -r1.321 pkgsrc/bootstrap/bootstrap

cvs diff -r1.30 -r1.31 pkgsrc/archivers/bsdtar/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/bsdtar/Makefile 2024/02/15 04:34:21 1.30
+++ pkgsrc/archivers/bsdtar/Makefile 2024/02/15 19:43:42 1.31
@@ -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 @@
 #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"

cvs diff -r1.320 -r1.321 pkgsrc/bootstrap/bootstrap (expand / switch to context diff)
--- pkgsrc/bootstrap/bootstrap 2023/07/07 12:53:22 1.320
+++ pkgsrc/bootstrap/bootstrap 2024/02/15 19:43:42 1.321
@@ -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 <agc@NetBSD.org>
 # All rights reserved.
@@ -1355,9 +1355,9 @@
 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