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

Diff for /www/Attic/checklist.html between version 1.14 and 1.15

version 1.14, 1999/05/02 15:33:20 version 1.15, 1999/05/18 16:50:25
Line 32 
Line 32 
    mailing list - somebody may be already working on the same port as you.     mailing list - somebody may be already working on the same port as you.
    <p>     <p>
    <li>Create Makefile -- start with the provided Makefile template     <li>Create Makefile -- start with the provided Makefile template
        <code>/usr/ports/Makefile.template</code>.  This file can         <code>/usr/ports/infrastructure/templates/Makefile.template</code>.
        be retrieved from any of the anoncvs servers or via the                   This file can be retrieved from any of the anoncvs servers or via the
        OpenBSD cvs/web source browser system         OpenBSD cvs/web source browser system
        <a href="http://www.openbsd.org/cgi-bin/cvsweb/">http://www.openbsd.org/cgi-bin/cvsweb/</a>.         <a href="http://www.openbsd.org/cgi-bin/cvsweb/">http://www.openbsd.org/cgi-bin/cvsweb/</a>.
    <p>     <p>
    <li><code>make fetch</code><br>     <li><code>make fetch-all</code><br>
        This verifies that the master site, distname, and extract suffix are         This verifies that the master site, distname, and extract suffix are
        correct.         correct. This should fetch <strong>all</strong> files needed for
                    that port, not only those corresponding to current option or the
                    current architecture.
    <p>     <p>
    <li><code>make makesum</code><br>     <li><code>make makesum</code><br>
        This creates the files directory and the md5 checksum for the         This creates the files directory and the md5 checksum for the

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15