Bug 85488 - [PATCH] New "makepatch: " target to help ports authors
Summary: [PATCH] New "makepatch: " target to help ports authors
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 17:20 UTC by Mark Murray
Modified: 2005-11-08 09:11 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2005-08-30 17:20 UTC, Mark Murray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!