archivers/xarchive: switch from p7zip to 7-zip

PR:		260866, 261314
Approved by:	maintainer timeout (3 weeks)
This commit is contained in:
Max Brazhnikov 2022-02-08 20:38:33 +03:00
parent da4d171b0c
commit 5bb882788c
3 changed files with 23 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RAR_DESC= RAR archive support
RPM_DESC= RPM archive support
ZIP_DESC= ZIP archive support
7ZIP_RUN_DEPENDS= 7z:archivers/p7zip
7ZIP_RUN_DEPENDS= 7zz:archivers/7-zip
ARJ_RUN_DEPENDS= arj:archivers/arj
ACE_RUN_DEPENDS= unace:archivers/unace
DEB_RUN_DEPENDS= dpkg-deb:archivers/dpkg

View File

@ -0,0 +1,11 @@
--- doc/xarchive.1.orig 2006-02-27 17:30:13 UTC
+++ doc/xarchive.1
@@ -26,7 +26,7 @@ using unzip, zipinfo(from unzip), and zip
using unace (extraction only)
.TP
\fB7zip\fR
-using 7za from p7zip
+using 7zz from 7-Zip
.TP
\fBarj\fR
using arj

View File

@ -0,0 +1,11 @@
--- wrappers/7za.src.orig 2005-11-15 11:59:51 UTC
+++ wrappers/7za.src
@@ -25,7 +25,7 @@ E_UNSUPPORTED=65
EXTS="7z"
# Programs to wrap
-P7Z_PROG="7za"
+P7Z_PROG="7zz"
# Setup awk program to use
AWK_PROGS="mawk gawk awk"