Bug 113397

Summary: [PATCH]: archivers/gzip(1) support for -k option as used by bzip2(1)
Product: Ports & Packages Reporter: Ighighi <ighighi>
Component: Individual Port(s)Assignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!