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

Diff for /www/Attic/porting.html between version 1.43 and 1.44

version 1.43, 2002/06/18 01:44:06 version 1.44, 2002/07/06 09:32:08
Line 332 
Line 332 
        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.
    <li>If you rely on a feature that appeared in a recent version of     <li>It is OK to 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>, as people are supposed to update their
        <code>NEED_VERSION = x.yy</code> in the Makefile.         whole ports tree, including <code>bsd.port.mk</code>.
          NEED_VERSION is now obsolete.
    <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.43  
changed lines
  Added in v.1.44