git: 822722d344c1 - 2026Q1 - archivers/7-zip: drop unused dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Mar 2026 16:16:59 UTC
The branch 2026Q1 has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=822722d344c1080623b876fde0ebbda6942e39f5
commit 822722d344c1080623b876fde0ebbda6942e39f5
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-03-01 16:08:46 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-03-01 16:16:25 +0000
archivers/7-zip: drop unused dependency
PR: 293375
Reported by: Evgenii Khramtsov
(cherry picked from commit f7bc9c94e726ceb6bfc4f64b068107c389abfae4)
---
archivers/7-zip/Makefile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/archivers/7-zip/Makefile b/archivers/7-zip/Makefile
index 0d4f553d9ed3..46a4edece312 100644
--- a/archivers/7-zip/Makefile
+++ b/archivers/7-zip/Makefile
@@ -1,5 +1,6 @@
PORTNAME= 7-zip
DISTVERSION= 26.00
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= https://www.7-zip.org/a/
DISTNAME= 7z${DISTVERSION:S/.//}-src
@@ -16,15 +17,12 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/DOC/copying.txt
LICENSE_FILE_UNRAR= ${WRKSRC}/DOC/unRarLicense.txt
LICENSE_PERMS_UNRAR= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-LIB_DEPENDS= libsysinfo.so:devel/libsysinfo
-
-USES= 7z cpe dos2unix gmake localbase
+USES= 7z cpe dos2unix gmake
CPE_VENDOR= 7-zip
MAKEFILE= ../../cmpl_clang.mak
-MAKE_ARGS= LOCAL_FLAGS="${CFLAGS}" \
- LOCAL_LIBS="${LIBS} -lsysinfo"
+MAKE_ARGS= LOCAL_FLAGS="${CFLAGS}"
CFLAGS_aarch64?= -march=armv8-a+crc+crypto
NO_WRKSUBDIR= yes