=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- www/Attic/porting.html 1998/02/15 08:04:24 1.3 +++ www/Attic/porting.html 1998/02/15 08:27:53 1.4 @@ -67,6 +67,11 @@ for buffer overflows, especially unsafe use of strcat/strcpy/strcmp/sprintf. In general, sprintf should be replaced with snprintf. +
  • Be sure to add the $OpenBSD$ CVS tag to + the Makefile. If importing a port from another system be sure to + leave their tag in the Makefile, too. However, replace the FreeBSD + $Id$ tag with the + $FreeBSD$ tag.

    Other Helpful Hints