=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** www/Attic/porting.html 1999/02/27 16:49:44 1.20 --- www/Attic/porting.html 1999/03/13 18:15:43 1.21 *************** *** 299,305 **** /bin to be searched before /usr/local/bin and /usr/X11R6/bin.
  • Do NOT generate shared libraries if ! ${NO_SHARED_LIBS} is defined.
  • 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. --- 299,308 ---- /bin to be searched before /usr/local/bin and /usr/X11R6/bin.
  • Do NOT generate shared libraries if ! ${NO_SHARED_LIBS} is defined (beware, it can be defined ! 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. *************** *** 345,350 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: porting.html,v 1.20 1999/02/27 16:49:44 rohee Exp $ --- 348,353 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: porting.html,v 1.21 1999/03/13 18:15:43 rohee Exp $