=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** www/Attic/checklist.html 2000/05/31 10:55:26 1.24 --- www/Attic/checklist.html 2000/05/31 17:37:19 1.25 *************** *** 46,51 **** --- 46,62 ---- Pick a place to put your port and create the basic infrastructure there. Use the template Makefile at /usr/ports/infrastructure/templates/Makefile.template. + +
+ NEED_VERSION relates to the version in the $OpenBSD tag of + $(PORTSDIR)/infrastructure/mk/bsd.port.mk: e.g. + $OpenBSD: bsd.port.mk,v 1.287 ... would get + NEED_VERSION=1.287 in your Makefile. + The fullproof and right way is to choose the most recent version you can + find. As you are a port developer, you are supposed to update + your ports, including bsd.port.mk. +
+