1
0

FREEBSD-upgrade 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. This directory contains the virgin patch source on the vendor branch. Do
  2. not under any circumstances commit new versions onto the mainline, new
  3. versions or official-patch versions must be imported.
  4. To prepare a new patch dist for import, extract it into a fresh directory
  5. and remove the following files (and any others that are non-FreeBSD
  6. specific):
  7. memchr.c
  8. mkinstalldirs
  9. pc/*
  10. rename.c
  11. The only other change that was made to the original tarball was to
  12. rename patch.man to patch.1.
  13. patch has RCS Id, Name and Header tags. It needs to be imported with -ko.
  14. It is imported from it's top level directory something like this:
  15. cvs -n import -ko src/contrib/patch FSF patch_<version>
  16. The -n option is "don't do anything" so you can see what is about to happen
  17. first. Remove it when it looks ok.
  18. The initial import was done with:
  19. cvs import -ko src/contrib/patch FSF patch_2_4
  20. When new versions are imported, cvs will give instructions on how to merge
  21. the local and vendor changes when/if conflicts arise..
  22. steve@freebsd.org - 29 June 1997
  23. Current local changes:
  24. - Make patch(1) compile -Wall clean.