Bug 85488

Summary: [PATCH] New "makepatch: " target to help ports authors
Product: Ports & Packages Reporter: Mark Murray <markm>
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 Mark Murray freebsd_committer freebsd_triage 2005-08-30 17:20:12 UTC
	It can be annoying to have to make ${FILESDIR}/patch-* files
	during a development or upgrade cycle, particularly when the
	updated distribution sources conflict with patchesets. This
	is a tool ho help make that easier. If *.orig files are left
	behind when files are modified, then this patch will allow
	the maintainer to type "make makepatch", and this will find
	all *.orig files, and diff them with files of the same name
	but without the .orig). The diff is then put into ${FILESDIR}
	in a file called "patch-${PATH}${FILE}, where ${PATH} is the
	relative path of the file to be patched with '/' turned into'_'.
	This is a similar tool to "make makesum", in that it eases the
	port maintainers' jobs.

How-To-Repeat: 	Maintain an active port with many patches. :-)
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-08-30 22:26:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to maintainers.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-10-19 20:16:37 UTC
State Changed
From-To: open->analyzed

Added to exp build. Thanks
Comment 3 Clement Laforet freebsd_committer freebsd_triage 2005-11-08 09:11:00 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!