It seems the p7zip is deleted from the ports:
https://www.freshports.org/archivers/p7zip/
I'm using PeaZip and it is throwing errors when trying to compress files:
Anyone able to get p7zip GUI archiver to work on FreeBSD 13.1?
Thanks.
Some FreeBSD utilities use expat or libxml to parse XML. For example this is clear in archivers/xar from the following section of code:
#if HAVE_LIBXML_XMLREADER_H
#include <libxml/xmlreader.h>
#elif HAVE_BSDXML_H
#include <bsdxml.h>
#elif HAVE_EXPAT_H
#include <expat.h>
Looks like expat is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.