Bug 151721 - [PATCH] add rsyncable option to archivers/gzip
Summary: [PATCH] add rsyncable option to archivers/gzip
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 18:20 UTC by Josh Paetzel
Modified: 2010-11-06 18:32 UTC (History)
0 users

See Also:


Attachments
file.diff (981 bytes, patch)
2010-10-25 18:20 UTC, Josh Paetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel freebsd_committer freebsd_triage 2010-10-25 18:20:08 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-25 18:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-06 17:53:54 UTC
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"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2010-11-06 18:32:41 UTC
State Changed
From-To: open->closed

Committed, thanks!