git: 4685d51b3eb8 - main - archivers/ark: Remove needless workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 08:22:10 UTC
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>