git: a46bed993750 - stable/13 - libarchive: fix duplicate entry in tests Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jun 2025 20:43:34 UTC
The branch stable/13 has been updated by mm:
URL: https://cgit.FreeBSD.org/src/commit/?id=a46bed99375000446702b46e3bce8f6313d7581b
commit a46bed99375000446702b46e3bce8f6313d7581b
Author: Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2025-06-02 12:55:00 +0000
Commit: Martin Matuska <mm@FreeBSD.org>
CommitDate: 2025-06-20 20:15:12 +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 b944b6e549f6..b8f3e4646801 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -496,7 +496,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