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

Diff for /www/Attic/porting.html between version 1.48 and 1.49

version 1.48, 2004/07/15 16:18:22 version 1.49, 2004/08/10 13:44:23
Line 328 
Line 328 
        <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 (beware, it can be defined         <code>${NO_SHARED_LIBS}</code> is set to yes (beware, it can be defined
        only after inclusion of <code>bsd.port.mk</code>). If your port has         only after inclusion of <code>bsd.port.mk</code>). If your port has
        a GNU configure simply add the line         a GNU configure simply add the line
        <code>CONFIGURE_ARGS += ${CONFIGURE_SHARED}</code> to the Makefile.         <code>CONFIGURE_ARGS += ${CONFIGURE_SHARED}</code> to the Makefile.
Line 336 
Line 336 
        <code>bsd.port.mk</code>, as people are supposed to update their         <code>bsd.port.mk</code>, as people are supposed to update their
        whole ports tree, including <code>bsd.port.mk</code>.         whole ports tree, including <code>bsd.port.mk</code>.
        NEED_VERSION is now obsolete.         NEED_VERSION is now obsolete.
      <li>Prefer using <code>update-plist</code> to generate and update
          packing-lists instead of doing things manually.
          You can comment unwanted lines out.
          <code>update-plist</code> can detect most file types and copy most
          extra annotations correctly.
    <li>In OpenBSD <code>curses.h/libcurses/libtermlib</code> are the     <li>In OpenBSD <code>curses.h/libcurses/libtermlib</code> are the
        ``new curses''.  Change:<br>         ``new curses''.  Change:<br>
        <code>ncurses.h ==&gt; curses.h</code><br>         <code>ncurses.h ==&gt; curses.h</code><br>

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49