git: be21356183d9 - main - archivers/7-zip: clean up stale bits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 12:55:35 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be21356183d940850936c8cb4224defac2d35731
commit be21356183d940850936c8cb4224defac2d35731
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-17 12:55:17 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-17 12:55:17 +0000
archivers/7-zip: clean up stale bits
---
archivers/7-zip/Makefile | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/archivers/7-zip/Makefile b/archivers/7-zip/Makefile
index 715e8ad9679c..0d4f553d9ed3 100644
--- a/archivers/7-zip/Makefile
+++ b/archivers/7-zip/Makefile
@@ -29,16 +29,9 @@ CFLAGS_aarch64?= -march=armv8-a+crc+crypto
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Bundles/Alone2
-DOS2UNIX_FILES= C/CpuArch.c \
- C/CpuArch.h \
- C/7zCrc.c \
- C/Aes.c \
- C/AesOpt.c \
- C/Sha1Opt.c \
- C/Sha256Opt.c \
+DOS2UNIX_FILES= C/CpuArch.h \
CPP/7zip/7zip_gcc.mak \
- CPP/7zip/var_gcc.mak \
- CPP/Windows/SystemInfo.cpp
+ CPP/7zip/var_gcc.mak
PLIST_FILES= bin/7z \
bin/7zz \