Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2022 13:39:22 GMT
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: 3ce791914c52 - main - misc/qt5-doc: don't depend on p7zip
Message-ID:  <202201011339.201DdMtP094106@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

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

commit 3ce791914c525c3027d24fa7ba6ed7c7b948e95d
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-01 13:29:50 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-01 13:29:50 +0000

    misc/qt5-doc: don't depend on p7zip
    
    Dependency on p7zip was a workaround, not needed anymore.
---
 misc/qt5-doc/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/misc/qt5-doc/Makefile b/misc/qt5-doc/Makefile
index db0323514f54..a3ec0516fb5a 100644
--- a/misc/qt5-doc/Makefile
+++ b/misc/qt5-doc/Makefile
@@ -20,11 +20,7 @@ COMMENT=	Qt 5 documentation
 
 WRKSRC=		${WRKDIR}/Docs/Qt-${QT5_VERSION}
 
-# bsdtar(1) from 10.3 and earlier cannot read the distfile correctly:
-#   tar: Damaged 7-Zip archive
-# Depend on p7zip across all versions because Uses/7z.mk does not work if
-# included after bsd.port.pre.mk.
-USES=		7z:p7zip qt:5
+USES=		7z qt:5
 USE_QT=		# we just need access to QT5_VERSION and other variables.
 
 DESCR=		${.CURDIR:H:H}/devel/qt5/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201011339.201DdMtP094106>