The new gzip(1) in the base system now supports the -k option as used by bzip2(1). See http://www.freebsd.org/cgi/query-pr.cgi?pr=103006 This patch does the same for archivers/gzip Fix: Copy the attached patch to /usr/ports/archivers/gzip/files and reinstall Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer
gabor 2007-06-06 18:22:47 UTC FreeBSD ports repository Modified files: archivers/gzip Makefile Added files: archivers/gzip/files patch-gzip.1 patch-gzip.c Log: - Add support for -k command line option as there is in bzip2(1) - Bump PORTREVISION PR: ports/113397 Submitted by: Ighighi <ighighi@gmail.com> Revision Changes Path 1.20 +1 -0 ports/archivers/gzip/Makefile 1.1 +30 -0 ports/archivers/gzip/files/patch-gzip.1 (new) 1.3 +66 -0 ports/archivers/gzip/files/patch-gzip.c (new) _______________________________________________ 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, thanks!