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

Diff for /www/Attic/checklist.html between version 1.9 and 1.10

version 1.9, 1998/12/21 23:30:59 version 1.10, 1999/02/18 02:25:39
Line 158 
Line 158 
         that it was installed in the proper locations.  Anything not installed          that it was installed in the proper locations.  Anything not installed
         can be added to a port Makefile `post-install' rule.          can be added to a port Makefile `post-install' rule.
      <p>Copy `PLIST-auto' to `PLIST'       <p>Copy `PLIST-auto' to `PLIST'
        <p>Ports that install shared libraries will need two versions of
           the PLIST file.  <code>PLIST</code> describes the files installed on
           those architectures that support shared libraries, and
           <code>PLIST.noshared</nocode> describes the files installed on
           architectures that do not support shared libs.  Typically,
           <code>PLIST.noshared</code> is a copy of <code>PLIST</code>
           less references to any shared libraries.
    <p>     <p>
    <li>uninstall and reinstall; repeat until perfect.<br>     <li>uninstall and reinstall; repeat until perfect.<br>
        <em>Perfect</em> is when everything installs and uninstalls         <em>Perfect</em> is when everything installs and uninstalls
Line 310 
Line 317 
   
 # build/configuration variables  # build/configuration variables
 #  #
   #USE_EGCC=              yes
   #USE_EGXX=              yes
 #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)
Line 317 
Line 326 
 #GNU_CONFIGURE=         yes (assumed if USE_AUTOCONF is 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 !defined(NO_SHARED_LIBS)
 #CONFIGURE_ARGS+=       --enable-shared  #CONFIGURE_ARGS+=       --enable-shared
 #.endif  #.endif
 #CONFIGURE_ARGS+=       --enable-static  #CONFIGURE_ARGS+=       --enable-static

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10