=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- www/Attic/porting.html 1998/08/12 22:13:02 1.9 +++ www/Attic/porting.html 1998/08/13 23:11:18 1.10 @@ -67,26 +67,192 @@
  • OpenBSD does NOT compress man pages.
  • OpenBSD does NOT require -lcrypt.
    DES encryption is part of the standard libc. -
  • OpenBSD requests all mktemp warnings to be fixed. - This is not as simple as s/mktemp/mkstemp/g. If +
  • OpenBSD is strongly security-oriented. You should read and understand + this page's security section. +
  • 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. +
  • The goal is to get all ported applications to support OpenBSD. To + achieve this goal you must feed any OpenBSD patches + back to the application maintainer. + + +

    Security recommendations

    + There are many security problems to worry about. If you are not absolutely sure of what you are doing please request help from the
    ports mailing list. + + +

    Generic porting hints

    +

    Other Helpful Hints


    OpenBSD www@openbsd.org -
    $OpenBSD: porting.html,v 1.9 1998/08/12 22:13:02 marc Exp $ +
    $OpenBSD: porting.html,v 1.10 1998/08/13 23:11:18 espie Exp $