pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



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.

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 <agc%NetBSD.org@localhost>
 # 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



Home | Main Index | Thread Index | Old Index