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

Diff for /www/Attic/checklist.html between version 1.7 and 1.8

version 1.7, 1998/11/19 04:14:56 version 1.8, 1998/12/03 06:09:17
Line 238 
Line 238 
   </a>    </a>
   
   <code>;;;</code> indicates values that must be supplied by the    <code>;;;</code> indicates values that must be supplied by the
    porter.  Remove extraneous comments when done.     porter.  <strong>Remove extraneous comments when done.</strong>
 <pre>  <pre>
 # $OpenBSD$  # $OpenBSD$
 #  #
Line 255 
Line 255 
 #COMES_WITH=            2.3  #COMES_WITH=            2.3
 #ONLY_FOR_ARCHS=        list architectures here  #ONLY_FOR_ARCHS=        list architectures here
 #BROKEN=                "reason"  #BROKEN=                "reason"
 #RESTRICTED=            "reason"  
 #NO_CDROM=              "reason"  #NO_CDROM=              "reason"
 #NO_PACKAGE=            "reason"  #RESTRICTED=            "reason"
   #MIRROR_DISTFILE=       no
   
 # where to send bitches about this port  # where to send bitches about this port
 #  #
Line 271 
Line 271 
 #PATCH_SITES=           ;;;  #PATCH_SITES=           ;;;
 #PATCHFILES=            ;;;  #PATCHFILES=            ;;;
 #PATCH_DIST_STRIP=      -p0  #PATCH_DIST_STRIP=      -p0
   
 # How to extract the sources  
 #  
 #EXTRACT_SUFX=          .tar.Z  #EXTRACT_SUFX=          .tar.Z
 #EXTRACT_CMD=           ;;;  #EXTRACT_CMD=           ;;;
 #EXTRACT_BEFORE_ARGS=   ;;;  #EXTRACT_BEFORE_ARGS=   ;;;
Line 295 
Line 292 
 #USE_GMAKE=             yes  #USE_GMAKE=             yes
 #USE_IMAKE=             yes  #USE_IMAKE=             yes
 #USE_X11=               yes (assumed if USE_IMAKE is yes)  #USE_X11=               yes (assumed if USE_IMAKE is yes)
   #USE_AUTOCONF=          yes
 #GNU_CONFIGURE=         yes  #GNU_CONFIGURE=         yes (assumed if USE_AUTOCONF is yes)
 #HAS_CONFIGURE=         yes (assumed if GNU_CONFIGURE is yes)  #HAS_CONFIGURE=         yes (assumed if GNU_CONFIGURE is yes)
 #CONFIGURE_SCRIPT=      ;;; (if other than configure)  #CONFIGURE_SCRIPT=      ;;; (if other than configure)
 #.if (${MACHINE_ARCH} != "alpha")  #.if (${MACHINE_ARCH} != "alpha")
 #CONFIGURE_ARGS+=       --enable-shared  #CONFIGURE_ARGS+=       --enable-shared
 #.endif  #.endif
 #CONFIGURE_ARGS+=       --enable-static  #CONFIGURE_ARGS+=       --enable-static
 #CONFIGURE_ENV=         ${SETENV}  #CONFIGURE_ENV=         ;;;
   
   
 # Things that we don't want to do for this port/package  # Things that we don't want to do for this port/package
 #  #
 #NO_DEPENDS=            yes  #NO_DEPENDS=            yes
Line 318 
Line 314 
 #NO_BUILD=              yes  #NO_BUILD=              yes
 #NO_INSTALL=            yes  #NO_INSTALL=            yes
 #NO_MTREE=              yes  #NO_MTREE=              yes
   #NO_PACKAGE=            yes
   #NO_PKG_REGISTER=       yes
   
 # This section is only needed if man pages are distributed in compressed  # This section is only needed if man pages are distributed in compressed
 # form.  Define MANCOMPRESSED and the man pages by section.  The pages  # form.  Define MANCOMPRESSED and the man pages by section.  The pages

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8