=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- www/Attic/porting.html 2002/06/18 01:44:06 1.43 +++ www/Attic/porting.html 2002/07/06 09:32:08 1.44 @@ -332,9 +332,10 @@ only after inclusion of bsd.port.mk). If your port has a GNU configure simply add the line CONFIGURE_ARGS += ${CONFIGURE_SHARED} to the Makefile. -
  • If you rely on a feature that appeared in a recent version of - bsd.port.mk don't forget to add a line - NEED_VERSION = x.yy in the Makefile. +
  • It is OK to rely on a feature that appeared in a recent version of + bsd.port.mk, as people are supposed to update their + whole ports tree, including bsd.port.mk. + NEED_VERSION is now obsolete.
  • In OpenBSD curses.h/libcurses/libtermlib are the ``new curses''. Change:
    ncurses.h ==> curses.h
    @@ -377,6 +378,6 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: porting.html,v 1.43 2002/06/18 01:44:06 jsyn Exp $ +
    $OpenBSD: porting.html,v 1.44 2002/07/06 09:32:08 pvalchev Exp $