diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/ape/cmd/patch/FREEBSD-upgrade |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/ape/cmd/patch/FREEBSD-upgrade')
-rwxr-xr-x | sys/src/ape/cmd/patch/FREEBSD-upgrade | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/src/ape/cmd/patch/FREEBSD-upgrade b/sys/src/ape/cmd/patch/FREEBSD-upgrade new file mode 100755 index 000000000..7a8ecbccf --- /dev/null +++ b/sys/src/ape/cmd/patch/FREEBSD-upgrade @@ -0,0 +1,34 @@ +This directory contains the virgin patch source on the vendor branch. Do +not under any circumstances commit new versions onto the mainline, new +versions or official-patch versions must be imported. + +To prepare a new patch dist for import, extract it into a fresh directory +and remove the following files (and any others that are non-FreeBSD +specific): + +memchr.c +mkinstalldirs +pc/* +rename.c + +The only other change that was made to the original tarball was to +rename patch.man to patch.1. + +patch has RCS Id, Name and Header tags. It needs to be imported with -ko. + +It is imported from it's top level directory something like this: + cvs -n import -ko src/contrib/patch FSF patch_<version> + +The -n option is "don't do anything" so you can see what is about to happen +first. Remove it when it looks ok. + +The initial import was done with: + cvs import -ko src/contrib/patch FSF patch_2_4 + +When new versions are imported, cvs will give instructions on how to merge +the local and vendor changes when/if conflicts arise.. + +steve@freebsd.org - 29 June 1997 + +Current local changes: + - Make patch(1) compile -Wall clean. |