Module Name: src
Committed By: kre
Date: Sun Jun 9 22:12:46 UTC 2024
Modified Files:
src/tests/lib/libarchive: Makefile
Log Message:
Don't try to build test_compat_pax_libarchive_2x or test_read_pax_schily_xattr
Both of those were removed in the recent libarchive update:
Removed Files:
src/external/bsd/libarchive/dist: CONTRIBUTING.md
src/external/bsd/libarchive/dist/libarchive/test:
test_compat_pax_libarchive_2x.c
test_compat_pax_libarchive_2x.tar.Z.uu test_read_pax_schily_xattr.c
test_read_pax_schily_xattr.tar.uu
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libarchive/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libarchive/Makefile
diff -u src/tests/lib/libarchive/Makefile:1.6 src/tests/lib/libarchive/Makefile:1.7
--- src/tests/lib/libarchive/Makefile:1.6 Sat Jun 3 09:09:15 2023
+++ src/tests/lib/libarchive/Makefile Sun Jun 9 22:12:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/06/03 09:09:15 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/09 22:12:46 kre Exp $
NOMAN=
@@ -73,7 +73,6 @@ test_compat_lzip.c \
test_compat_lzma.c \
test_compat_lzop.c \
test_compat_mac.c \
-test_compat_pax_libarchive_2x.c \
test_compat_perl_archive_tar.c \
test_compat_plexus_archiver_tar.c \
test_compat_solaris_pax_sparse.c \
@@ -204,7 +203,6 @@ test_read_format_zip_winzip_aes_large.c
test_read_format_zip_with_invalid_traditional_eocd.c \
test_read_format_zip_zip64.c \
test_read_large.c \
-test_read_pax_schily_xattr.c \
test_read_pax_truncated.c \
test_read_position.c \
test_read_set_format.c \