d5b2c9a825
Major changes are: - better detection of double applied patches - rejects remain unified diffs for unified patches - far less limitations, e.g. patch lines may be arbitrary long This addresses PR standards/11220 by changing patch -b behavior to be POSIX compliant. Old behavior can be obtained using --suffix, which works since NetBSD 1.4. pkgsrc has been adjusted accordingly.
9 lines
288 B
Makefile
9 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/09/19 18:33:34 joerg Exp $
|
|
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
|
|
# $DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $
|
|
|
|
PROG= patch
|
|
SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
|
|
|
|
.include <bsd.prog.mk>
|