pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Mar 12 22:00:13 UTC 2024

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
Don't bother building bsdcat during bootstrap.


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 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/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.321 pkgsrc/bootstrap/bootstrap:1.322
--- pkgsrc/bootstrap/bootstrap:1.321    Thu Feb 15 19:43:42 2024
+++ pkgsrc/bootstrap/bootstrap  Tue Mar 12 22:00:13 2024
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.321 2024/02/15 19:43:42 joerg Exp $
+# $NetBSD: bootstrap,v 1.322 2024/03/12 22:00:13 joerg Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1355,10 +1355,11 @@ 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-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 \
+--disable-bsdcat --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
 run_cmd "(cd $wrkdir/pkg_install; env $BSTRAP_ENV \



Home | Main Index | Thread Index | Old Index