./devel/nbpatch, Patch files using diff output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 20091021, Package name: nbpatch-20091021, Maintainer: joerg

'patch' takes a patch file containing a difference listing
produced by diff and applies those differences to one or
more original files, producing patched versions.

This is the BSD licensed version derived from Larry Wall's original
version. It differs from the GPL version in less hard-coded limits
and more intelligent reject files.


Version history: (Expand)


CVS history: (Expand)


   2009-10-22 13:03:18 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #2917 - requested by joerg
nbpatch: portability fix

Revisions pulled up:
- devel/nbpatch/Makefile		1.4
- devel/nbpatch/files/inp.c		1.6
---
Module Name:	pkgsrc
Committed By:	joerg
Date:		Wed Oct 21 17:17:04 UTC 2009

Modified Files:
	pkgsrc/devel/nbpatch: Makefile
	pkgsrc/devel/nbpatch/files: inp.c

Log message:
nbpatch-20091021:
Do not try to mmap a zero length file. This can fail e.g. on Solaris.