In many cases current 7z/7za executable is an overkill with it's ability to handle tar, gzip and other file formats, because there exist native tools for this. This patch adds an option to allow build only 7zr executable which is the smallest and supports only 7zip file format. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->nox Over to maintainer (via the GNATS Auto Assign Tool)
nox 2009-11-26 21:02:41 UTC FreeBSD ports repository Modified files: archivers/p7zip Makefile pkg-plist Log: Add option to build minimal possible executable supporting only 7zip archives. PR: ports/140903 Submitted by: Eugene Perevyazko <john@dnepro.net> Revision Changes Path 1.40 +35 -6 ports/archivers/p7zip/Makefile 1.16 +0 -13 ports/archivers/p7zip/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!