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:   snj
Date:           Tue Mar 12 23:22:35 UTC 2024

Modified Files:
        pkgsrc/pkgtools/pkg_install: Makefile

Log Message:
prune stray \


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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.240 pkgsrc/pkgtools/pkg_install/Makefile:1.241
--- pkgsrc/pkgtools/pkg_install/Makefile:1.240  Tue Mar 12 22:02:13 2024
+++ pkgsrc/pkgtools/pkg_install/Makefile        Tue Mar 12 23:22:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2024/03/12 22:02:13 joerg Exp $
+# $NetBSD: Makefile,v 1.241 2024/03/12 23:22:35 snj Exp $
 
 # Notes to package maintainers:
 #
@@ -199,7 +199,7 @@ pre-configure:
                --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-expat --without-xml2 --without-lz4 --without-lzo2 \
                --without-iconv --without-nettle --without-zstd         \
                ${LIBARCHIVE_CONFIGURE_ARGS}
        cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD}



Home | Main Index | Thread Index | Old Index