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:   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.

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



Home | Main Index | Thread Index | Old Index