non port: Mk/Uses/nodejs.mk |
SVNWeb
|
Number of commits found: 8 |
Tue, 18 Apr 2023
|
[ 21:47 Po-Chuan Hsieh (sunpoet) ] 1d6547a
Mk/Uses/nodejs.mk: Add node 20 as new current
|
Sun, 9 Apr 2023
|
[ 13:37 Po-Chuan Hsieh (sunpoet) Author: John Hein ] c98bdc2
Mk/Uses/nodejs.mk: Fix nodejs_ARGS check
- Fix empty() usage
- Add missing valid USES=nodejs:env
PR: 270706
|
Mon, 30 Jan 2023
|
[ 14:20 Po-Chuan Hsieh (sunpoet) ] fa93fdc (Only the first 10 of 85 ports in this commit are shown above. )
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig
|
Mon, 7 Nov 2022
|
[ 15:13 Rene Ladan (rene) ] 25e4b0f
Mk/Uses: return nodejs to the pool
With hat: portmgr-secretary
|
Fri, 3 Jun 2022
|
[ 17:01 Joseph Mingrone (jrm) ] 25bb8b0
Mk/Uses/nodejs.mk: Handle www/node update to v18
PR: 263590
Sponsored by: The FreeBSD Foundation
|
Sun, 24 Apr 2022
|
[ 10:00 Tobias C. Berner (tcberner) ] aa25396 (Only the first 10 of 118 ports in this commit are shown above. )
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
|
Thu, 31 Mar 2022
|
[ 14:38 Rene Ladan (rene) ] 63ff137
Mk: unregister expired NodeJS 10 and Ruby 2.6
|
Fri, 12 Nov 2021
|
[ 05:54 Matthias Fechner (mfechner) ] 46ce086
Mk/Uses: default version for nodejs
If a port depends on node, a simple:
USES= nodejs
can be added. It is also possible to define a specific version:
USES= nodejs:14
Use as current version the latest LTS version of node.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790
|
Number of commits found: 8 |