=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** www/Attic/porting.html 2004/07/15 16:18:22 1.48 --- www/Attic/porting.html 2004/08/10 13:44:23 1.49 *************** *** 328,334 **** /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. --- 328,334 ---- /bin to be searched before /usr/local/bin and /usr/X11R6/bin.
  • Do NOT generate shared libraries if ! ${NO_SHARED_LIBS} is set to yes (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. *************** *** 336,341 **** --- 336,346 ---- bsd.port.mk, as people are supposed to update their whole ports tree, including bsd.port.mk. NEED_VERSION is now obsolete. +
  • Prefer using update-plist to generate and update + packing-lists instead of doing things manually. + You can comment unwanted lines out. + update-plist can detect most file types and copy most + extra annotations correctly.
  • In OpenBSD curses.h/libcurses/libtermlib are the ``new curses''. Change:
    ncurses.h ==> curses.h
    *************** *** 377,382 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: porting.html,v 1.48 2004/07/15 16:18:22 xsa Exp $ --- 382,387 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: porting.html,v 1.49 2004/08/10 13:44:23 espie Exp $