Bug 30862

Summary: Add support for bzip2 compressed patch files
Product: Ports & Packages Reporter: amorita <amorita>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description amorita 2001-09-27 07:40:00 UTC
Some patches, distributed in the Internet, are compressed by bzip2 format.
But PATCHFILES directive can not treat bzip2 commpressed patch file, 
because bsd.port.mk does not support bzip2 compressed patch file.
Thus, to use such a patch, we have to write additional code
into the individual Makefile(ex. ports/net/rdesktop/Makefile).
Following patch against bsd.port.mk appends
`bzip2 compressed patch file support'.

Fix: --- patch for ports/Mk/bsd.port.mk ---
Comment 1 dwcjr freebsd_committer freebsd_triage 2001-09-28 04:28:45 UTC
Responsible Changed
From-To: freebsd-ports->portmgr

Over to maintainer
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2001-11-17 21:27:56 UTC
State Changed
From-To: open->closed

Feature added, thanks! (duplicate of ports/16252)