=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** www/Attic/checklist.html 2007/08/16 16:23:22 1.67 --- www/Attic/checklist.html 2007/09/09 19:49:20 1.68 *************** *** 323,334 ****

  • Install the application with make fake. ! If the port installs dynamic libraries, check their symbol tables ! with nm, as some mistaken software strips dynamic libraries, ! which may lead to weird failures later. On the other hand, executable binaries ! SHOULD be stripped; file can be used to determine this. If the ! port already contains code for stripping binaries, use it (i.e., an ! 'install-strip' target); otherwise, add a provision in the port Makefile.

  • Check port for security holes again. This is --- 323,334 ----

  • Install the application with make fake. ! Libraries should never be stripped. Executables are stripped by default; ! this is governed by ${INSTALL_STRIP}. ! ${INSTALL_PROGRAM} honors this automatically and is ! preferable to unconditional stripping (e.g., by an "install-strip" ! target or by running "strip" from the Makefile). You can use ! file to determine if a binary is stripped or not.

  • Check port for security holes again. This is *************** *** 509,514 **** Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.67 2007/08/16 16:23:22 steven Exp $ --- 509,514 ---- Porting www@openbsd.org !
    $OpenBSD: checklist.html,v 1.68 2007/09/09 19:49:20 aanriot Exp $