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

Diff for /www/Attic/porting.html between version 1.20 and 1.21

version 1.20, 1999/02/27 16:49:44 version 1.21, 1999/03/13 18:15:43
Line 299 
Line 299 
        <code>/bin</code> to be searched <em>before</em>         <code>/bin</code> to be searched <em>before</em>
        <code>/usr/local/bin</code> and <code>/usr/X11R6/bin</code>.         <code>/usr/local/bin</code> and <code>/usr/X11R6/bin</code>.
    <li>Do <em>NOT</em> generate shared libraries if     <li>Do <em>NOT</em> generate shared libraries if
        <code>${NO_SHARED_LIBS}</code> is defined.         <code>${NO_SHARED_LIBS}</code> is defined (beware, it can be defined
          only after inclusion of <code>bsd.port.mk</code>). If your port has
          a GNU configure simply add the line
          <code>CONFIGURE_ARGS += ${CONFIGURE_SHARED}</code> to the Makefile.
    <li>If you rely on a feature that appeared in a recent version of     <li>If you rely on a feature that appeared in a recent version of
        <code>bsd.port.mk</code> don't forget to add a line         <code>bsd.port.mk</code> don't forget to add a line
        <code>NEED_VERSION = x.yy</code> in the Makefile.         <code>NEED_VERSION = x.yy</code> in the Makefile.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21