Consolidate all local CVS patches into the contrib sources.
authorSimon Schubert <corecode@dragonflybsd.org>
Tue, 4 Sep 2007 16:53:57 +0000 (16:53 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Tue, 4 Sep 2007 16:53:57 +0000 (16:53 +0000)
commit42c2fd5c70367e557b61bfcbafb6cbb417f63770
tree68599f7f14e7bcac23bbab625537afd347a08ab3
parent14aa2dd7316f1278363be5e264a7ec409dcc9601
Consolidate all local CVS patches into the contrib sources.

Include file prefix ordering is a horror when patching header files,
so get over this once and for all and put the patches where they belong.
31 files changed:
contrib/cvs-1.12/doc/cvs.1
contrib/cvs-1.12/doc/cvs.texinfo
contrib/cvs-1.12/lib/save-cwd.c
contrib/cvs-1.12/lib/xgetcwd.c
contrib/cvs-1.12/src/annotate.c
contrib/cvs-1.12/src/commit.c
contrib/cvs-1.12/src/cvs.h
contrib/cvs-1.12/src/diff.c
contrib/cvs-1.12/src/main.c
contrib/cvs-1.12/src/parseinfo.c
contrib/cvs-1.12/src/rcs.c
contrib/cvs-1.12/src/rcs.h
contrib/cvs-1.12/src/root.c
contrib/cvs-1.12/src/zlib.c
gnu/usr.bin/cvs/cvs/Makefile
gnu/usr.bin/cvs/cvs/annotate.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/commit.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/cvs.1.patch [deleted file]
gnu/usr.bin/cvs/cvs/cvs.h.patch [deleted file]
gnu/usr.bin/cvs/cvs/diff.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/main.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/parseinfo.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/rcs.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/rcs.h.patch [deleted file]
gnu/usr.bin/cvs/cvs/root.c.patch [deleted file]
gnu/usr.bin/cvs/cvs/zlib.c.patch [deleted file]
gnu/usr.bin/cvs/doc/Makefile
gnu/usr.bin/cvs/doc/cvs.texinfo.patch [deleted file]
gnu/usr.bin/cvs/lib/Makefile
gnu/usr.bin/cvs/lib/save-cwd.c.patch [deleted file]
gnu/usr.bin/cvs/lib/xgetcwd.c.patch [deleted file]