[BACK]Return to porting.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/porting.html between version 1.41 and 1.42

version 1.41, 2002/02/18 23:40:18 version 1.42, 2002/05/12 17:34:30
Line 80 
Line 80 
        NetBSD Package System</a> documentation.  This document describes         NetBSD Package System</a> documentation.  This document describes
        NetBSD's version of the FreeBSD ports system and is quite helpful.         NetBSD's version of the FreeBSD ports system and is quite helpful.
    <li>The     <li>The
        <a href="http://www.freebsd.org/porters-handbook/index.html">FreeBSD         <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html">FreeBSD
        Porter's Handbook</a>.  This is the FreeBSD porting bible.         Porter's Handbook</a>.  This is the FreeBSD porting bible.
    <li>The OpenBSD ports mailing list,     <li>The OpenBSD ports mailing list,
        <a href="mailto:ports@openbsd.org">ports@OpenBSD.ORG</a>.         <a href="mailto:ports@openbsd.org">ports@OpenBSD.ORG</a>.
Line 100 
Line 100 
    <li>OpenBSD does NOT require <code>-lcrypt</code>.<br>     <li>OpenBSD does NOT require <code>-lcrypt</code>.<br>
        DES encryption is part of the standard <code>libc</code>.         DES encryption is part of the standard <code>libc</code>.
    <li>OpenBSD is strongly security-oriented. You should read and understand     <li>OpenBSD is strongly security-oriented. You should read and understand
        this page's <a href="#security">security section</a>.         this page's <a href="#Security">security section</a>.
    <li>Be sure to add the <code>&#36;OpenBSD&#36;</code> CVS tag to     <li>Be sure to add the <code>&#36;OpenBSD&#36;</code> CVS tag to
        the Makefile.  If importing a port from another system be sure to         the Makefile.  If importing a port from another system be sure to
        leave their tag in the Makefile, too.  However, replace the FreeBSD         leave their tag in the Makefile, too.  However, replace the FreeBSD

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42