Add the --rsyncable option to gzip, which lowers the compression ratio slightly while producing output that is rsync friendlier. Fix: # fetch -o files/extra-patch-gzip-rsyncable.diff "https://trac.macports.org/raw-attachment/ticket/16446/patch-gzip-rsyncable.diff" And apply the attached patch to the Makefile Patch attached with submission follows: How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
gabor 2010-11-06 17:53:48 UTC FreeBSD ports repository Modified files: archivers/gzip Makefile pkg-plist Added files: archivers/gzip/files extra-patch-gzip-rsyncable.diff Log: - Add support for --rsyncable option - Bump PORTREVISION - Pet portlint(1) PR: ports/151721 Submitted by: jpaetzel Revision Changes Path 1.24 +10 -1 ports/archivers/gzip/Makefile 1.1 +279 -0 ports/archivers/gzip/files/extra-patch-gzip-rsyncable.diff (new) 1.7 +1 -2 ports/archivers/gzip/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, thanks!