The branch stable/14 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=bcaefdc4267a1ed0e4cc5a4691fa0b7e28b7e854
commit bcaefdc4267a1ed0e4cc5a4691fa0b7e28b7e854 Author: Martin Matuska <m...@freebsd.org> AuthorDate: 2025-06-02 12:55:00 +0000 Commit: Martin Matuska <m...@freebsd.org> CommitDate: 2025-06-19 22:17:49 +0000 libarchive: fix duplicate entry in tests Makefile Reported by: des MFC after: 2 weeks (together with 2e113ef82) (cherry picked from commit 331f2c1c46584510fa9104c86f31f44ece3838c5) --- lib/libarchive/tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index fb20d954537e..07c5fe24dd30 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -493,7 +493,6 @@ ${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu -${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu