pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/bsdtar



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Mar 12 22:01:14 UTC 2024

Modified Files:
        pkgsrc/archivers/bsdtar: Makefile

Log Message:
Don't bother building bsdcat, it's not installed anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/archivers/bsdtar/Makefile

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.31 pkgsrc/archivers/bsdtar/Makefile:1.32
--- pkgsrc/archivers/bsdtar/Makefile:1.31       Thu Feb 15 19:43:42 2024
+++ pkgsrc/archivers/bsdtar/Makefile    Tue Mar 12 22:01:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/02/15 19:43:42 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2024/03/12 22:01:14 joerg Exp $
 
 .include "../../archivers/libarchive/Makefile.common"
 .include "../../mk/bsd.prefs.mk"
@@ -10,6 +10,7 @@ COMMENT=      Fast multi-format tape archiver
 # as bootstrap dependency.
 #USE_LIBTOOL=          yes
 CONFIGURE_ARGS+=       --enable-bsdtar=static
+CONFIGURE_ARGS+=       --disable-bsdcat
 CONFIGURE_ARGS+=       --disable-bsdcpio
 CONFIGURE_ARGS+=       --disable-bsdunzip
 CONFIGURE_ARGS+=       --disable-shared



Home | Main Index | Thread Index | Old Index