pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install



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

Modified Files:
        pkgsrc/pkgtools/pkg_install: Makefile

Log Message:
Don't build bsdcat and bsdunzip, they are not used anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 pkgsrc/pkgtools/pkg_install/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_install/Makefile
diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.239 pkgsrc/pkgtools/pkg_install/Makefile:1.240
--- pkgsrc/pkgtools/pkg_install/Makefile:1.239  Fri Jan 26 12:40:04 2024
+++ pkgsrc/pkgtools/pkg_install/Makefile        Tue Mar 12 22:02:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.239 2024/01/26 12:40:04 riastradh Exp $
+# $NetBSD: Makefile,v 1.240 2024/03/12 22:02:13 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -196,11 +196,11 @@ pre-configure:
 .if empty(USE_BUILTIN.libarchive:M[yY][eE][sS])
        cd ${WRKDIR}/libarchive && ${SETENV} ${_CONFIGURE_SCRIPT_ENV}   \
                ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure       \
-               --disable-bsdcpio --disable-bsdtar --disable-shared     \
-               --disable-dependency-tracking --without-expat           \
-               --disable-maintainer-mode                               \
-               --without-iconv --without-lzo2 --without-nettle         \
-               --without-xml2 --without-lz4 --without-zstd             \
+               --disable-bsdcat --disable-bsdcpio --disable-bsdtar     \
+               --disable-bsdunzip --disable-shared                     \
+               --disable-dependency-tracking --disable-maintainer-mode \
+               --without-expat --without-xml2 --without-lz4\ --without-lzo2 \
+               --without-iconv --without-nettle --without-zstd         \
                ${LIBARCHIVE_CONFIGURE_ARGS}
        cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD}
 .endif



Home | Main Index | Thread Index | Old Index