As node.port.mk is long gone, this patch removes references to lang/node from port-modules(5)
---------------------------- revision 1.5 date: 2015/10/24 02:46:47; author: abieber; state: dead; lines: +1 -1; commitid: ed5E7Ght7haAuPfD; Finally update node to the latest version, lots of changes: - Use internal OpenSSL (no LibreSSL :( ) - Remove node.port.mk as there are no longer any modules in ports. - Remove various patches that are now upstream. - Fix some tests by telling test.py the fully qualified path to node - Add gcc as a RUN dep for building native node modules. - Clean up Makefile a bit. Index: share/man/man5/port-modules.5 =================================================================== RCS file: /cvs/src/share/man/man5/port-modules.5,v retrieving revision 1.243 diff -u -p -u -p -r1.243 port-modules.5 --- share/man/man5/port-modules.5 26 Jan 2020 11:11:39 -0000 1.243 +++ share/man/man5/port-modules.5 20 May 2020 16:07:31 -0000 @@ -1200,63 +1200,6 @@ defines in which files the module will s shared library versions using a .Cm post-configure target. -.It lang/node -Adds common dependencies to -.Ev RUN_DEPENDS -and -.Ev BUILD_DEPENDS . -Recognizes two additional types of -.Ev CONFIGURE_STYLE Ns s , -"npm" and "npm ext". -"npm ext" should be used for npm packages that contain C++ extensions which -need to be compiled. -"npm" should be used for other npm packages. -If regression tests are included that can be run using -.Pa devel/node-expresso , -append "expresso" to -.Ev CONFIGURE_STYLE . -.Pa devel/node-expresso -will be appended to -.Ev TEST_DEPENDS -and a default -.Ev MODNODE_TEST_TARGET -will be defined, along with a -.Cm do-test -target if it has not already been set. -If "expresso" isn't appended to -.Ev CONFIGURE_STYLE , -.Ev TEST_TARGET -will be set to "test". -One of these two -.Ev CONFIGURE_STYLE Ns s -should be used or the module doesn't affect anything except -.Ev RUN_DEPENDS -and -.Ev BUILD_DEPENDS . -Requires -.Ev NPM_NAME -to be set to the name of the npm package. -Uses -.Ev NPM_NAME -and -.Ev NPM_VERSION -to set -.Ev DISTNAME , -and -.Ev PKGNAME , -and -.Ev MASTER_SITES . -If the npm package depends on other npm packages, the npm package names it -depends on should be listed in -.Ev MODNODE_DEPENDS . -Adds default -.Cm do_build -and -.Cm do_install -tasks, and you can reference the default implementations via -.Ev MODNODE_BUILD_TARGET -and -.Ev MODNODE_INSTALL_TARGET . .It lang/ocaml Appends to .Ev BUILD_DEPENDS
