=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** www/Attic/checklist.html 1998/09/23 18:33:56 1.6 --- www/Attic/checklist.html 1998/11/19 04:14:56 1.7 *************** *** 62,68 **** this will apply patches to the extracted sources. If you want to see the output use the command:

make PATCH_DEBUG=YES patch !

The easiest way to re-run patches is to `make clean && make patch'. This will delete the work directory and re-extract and patch.

  • add configuration options to Makefile and/or create configuration --- 62,68 ---- this will apply patches to the extracted sources. If you want to see the output use the command:

    make PATCH_DEBUG=YES patch !

    The easiest way to re-run patches is to `make clean && make patch'. This will delete the work directory and re-extract and patch.

  • add configuration options to Makefile and/or create configuration *************** *** 77,83 ****

  • make configure
    Peruse the output (if any) and tweak any options in the Makefile. ! To repeat issue the command `make clean && make configure'.

    Note: make sure host dependent files go in /etc or /etc/, but NEVER replace existing files in /etc. Best to have install place in /usr/local/lib/ and then copy to /etc or /etc/ only --- 77,83 ----

  • make configure
    Peruse the output (if any) and tweak any options in the Makefile. ! To repeat issue the command `make clean && make configure'.

    Note: make sure host dependent files go in /etc or /etc/, but NEVER replace existing files in /etc. Best to have install place in /usr/local/lib/ and then copy to /etc or /etc/ only *************** *** 106,112 ****

  • mkdir pkg; touch pkg/{DESCR,COMMENT,PLIST}
    Create dummy versions of the package files. Edit DESCR and COMMENT. !

    COMMENT is the one-line description of the port. Do NOT include the package name (or version number of the software) in the comment.

    DESCR is a longer description of the port. One to a few paragraphs concisely explaining what the port does is sufficient. --- 106,113 ----

  • mkdir pkg; touch pkg/{DESCR,COMMENT,PLIST}
    Create dummy versions of the package files. Edit DESCR and COMMENT. !

    COMMENT is a SHORT one-line description of the port ! (max. 60 characters). Do NOT include the package name (or version number of the software) in the comment.

    DESCR is a longer description of the port. One to a few paragraphs concisely explaining what the port does is sufficient. *************** *** 239,245 **** ;;; indicates values that must be supplied by the porter. Remove extraneous comments when done.

    ! # $OpenBSD: checklist.html,v 1.6 1998/09/23 18:33:56 marc Exp $
      #
      
      # What port/package will be created
    --- 240,246 ----
        ;;; indicates values that must be supplied by the
         porter.  Remove extraneous comments when done.
      
    ! # $OpenBSD: checklist.html,v 1.7 1998/11/19 04:14:56 espie Exp $
      #
      
      # What port/package will be created
    ***************
    *** 353,358 ****
        Porting 
        www@openbsd.org
    !   
    $OpenBSD: checklist.html,v 1.6 1998/09/23 18:33:56 marc Exp $ --- 354,359 ---- Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.7 1998/11/19 04:14:56 espie Exp $