Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2022 08:22:10 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: 4685d51b3eb8 - main - archivers/ark: Remove needless workaround
Message-ID:  <202205250822.24P8MACH066013@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=4685d51b3eb81fce4e6bfc5440866aaca4cbdef9

commit 4685d51b3eb81fce4e6bfc5440866aaca4cbdef9
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-05-25 08:21:39 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-05-25 08:21:39 +0000

    archivers/ark: Remove needless workaround
    
    p7zip has been removed, 7z executable is now installed by archivers/7-zip.
---
 archivers/ark/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile
index 6191f7725452..0cce61e0127c 100644
--- a/archivers/ark/Makefile
+++ b/archivers/ark/Makefile
@@ -43,10 +43,4 @@ ZIP_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_LibZip
 # Override shared library version
 KDE_APPLICATIONS_SHLIB_VER=	${KDE_APPLICATIONS_VERSION}
 
-post-patch:
-	${REINPLACE_CMD} '/Program/s,"7z","7zz",' \
-		${WRKSRC}/plugins/cli7zplugin/cliplugin.cpp
-	${REINPLACE_CMD} 's,"7z","7zz",' \
-		${WRKSRC}/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake
-
 .include <bsd.port.mk>



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