Bug 113397 - [PATCH]: archivers/gzip(1) support for -k option as used by bzip2(1)
Summary: [PATCH]: archivers/gzip(1) support for -k option as used by bzip2(1)
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: 2007-06-06 03:00 UTC by Ighighi
Modified: 2007-06-09 12:18 UTC (History)
0 users

See Also:


Attachments
file.diff (2.74 KB, patch)
2007-06-06 03:00 UTC, Ighighi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ighighi 2007-06-06 03:00:08 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-06 03:03:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-06 19:22:56 UTC
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"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-06-09 12:18:01 UTC
State Changed
From-To: open->closed

Committed, thanks!