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:   jperkin
Date:           Mon Oct 11 20:27:50 UTC 2021

Modified Files:
        pkgsrc/archivers/bsdtar: Makefile

Log Message:
bsdtar: Ensure iconv is not picked up accidentally.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/archivers/bsdtar/Makefile:1.28
--- pkgsrc/archivers/bsdtar/Makefile:1.27       Thu Mar 12 20:50:30 2020
+++ pkgsrc/archivers/bsdtar/Makefile    Mon Oct 11 20:27:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/12 20:50:30 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2021/10/11 20:27:50 jperkin Exp $
 
 .include "../../archivers/libarchive/Makefile.common"
 .include "../../mk/bsd.prefs.mk"
@@ -12,6 +12,7 @@ COMMENT=      Fast multi-format tape archiver
 CONFIGURE_ARGS+=       --enable-bsdtar=static
 CONFIGURE_ARGS+=       --disable-bsdcpio
 CONFIGURE_ARGS+=       --disable-shared
+CONFIGURE_ARGS+=       --without-iconv
 .if "${OS_VARIANT}" == "chromeos"
 CONFIGURE_ARGS+=       --disable-acl
 .endif



Home | Main Index | Thread Index | Old Index