git: 3cf9a5010e7d - stable/14 - libarchive: add two missing package files to libarchive tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 07:56:18 UTC
The branch stable/14 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=3cf9a5010e7dbd77e152b340e19e8d59ca053f2e commit 3cf9a5010e7dbd77e152b340e19e8d59ca053f2e Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2024-04-17 07:58:32 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2024-04-30 06:47:37 +0000 libarchive: add two missing package files to libarchive tests (cherry picked from commit 7d03ec330684a4e82e6113df3f40305849e5fb6c) --- lib/libarchive/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 0d47e1a5ed3c..e14b37621e5c 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -373,6 +373,8 @@ ${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu +${PACKAGE}FILES+= test_compat_lzip_3.lz.uu +${PACKAGE}FILES+= test_compat_lzip_4.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu