Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Mar 2026 16:09:56 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7bc9c94e726 - main - archivers/7-zip: drop unused dependency
Message-ID:  <69a464d4.37a0d.e69efda@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7bc9c94e726ceb6bfc4f64b068107c389abfae4

commit f7bc9c94e726ceb6bfc4f64b068107c389abfae4
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:09:30 +0000

    archivers/7-zip: drop unused dependency
    
    PR:             293375
    Reported by:    Evgenii Khramtsov
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a464d4.37a0d.e69efda>