Skip to content

Commit

Permalink
www/node16: Remove expired port
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Mar 17, 2024
1 parent 6679f83 commit ff92351
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 885 deletions.
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -3047,3 +3047,4 @@ games/xataxx||2024-03-16|Has expired: No available WWW
editors/kak-lsp|editors/kakoune-lsp|2024-03-17|Project was renamed upstream
www/npm-node16||2024-03-17|Has expired: Depends on deprecated node16
www/yarn-node16||2024-03-17|Has expired: Depends on deprecated node16
www/node16||2024-03-17|Has expired: Upstream EOL reaches on 2023-09-11
6 changes: 3 additions & 3 deletions Mk/Uses/nodejs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - build use node as build-time dependency
# - run use node as runtime dependency
# - env set the environment (NODEJS_VERSION and NODEJS_SUFFIX)
# - version available version: lts, current, 16, 18, 20, 21
# - version available version: lts, current, 18, 20, 21
#
# Note:
# - The supported versions follow upstream release schedule
Expand All @@ -22,13 +22,13 @@
.if !defined(_INCLUDE_USES_NODEJS_MK)
_INCLUDE_USES_NODEJS_MK= yes

_VALID_NODEJS_VERSIONS= 16 18 20 21 current lts
_VALID_NODEJS_VERSIONS= 18 20 21 current lts

. if ! ${_VALID_NODEJS_VERSIONS:M${NODEJS_DEFAULT}}
IGNORE= Invalid default nodejs version ${NODEJS_DEFAULT}; valid versions are ${_VALID_NODEJS_VERSIONS}
. endif

. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N16:N18:N20:N21)
. if !empty(nodejs_ARGS:Nbuild:Nenv:Nrun:Nlts:Ncurrent:N18:N20:N21)
IGNORE= USES=nodejs has invalid arguments ${nodejs_ARGS}
. endif

Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ MONO_DEFAULT?= 5.20
MYSQL_DEFAULT?= 8.0
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
# Possible value: 16, 18, 20, 21, current, lts (Note: current = 21 and lts = 20)
# Possible value: 18, 20, 21, current, lts (Note: current = 21 and lts = 20)
NODEJS_DEFAULT?= lts
# Possible value: 25, 26
OPENLDAP_DEFAULT?= 26
Expand Down
1 change: 0 additions & 1 deletion www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@
SUBDIR += nginx-vts-exporter
SUBDIR += nift
SUBDIR += node
SUBDIR += node16
SUBDIR += node18
SUBDIR += node20
SUBDIR += node21
Expand Down
119 changes: 0 additions & 119 deletions www/node16/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions www/node16/distinfo

This file was deleted.

11 changes: 0 additions & 11 deletions www/node16/files/extra-patch-tools_v8__gypfiles_v8.gyp

This file was deleted.

13 changes: 0 additions & 13 deletions www/node16/files/patch-common.gypi

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions www/node16/files/patch-deps_openssl_openssl-cl__no__asm.gypi

This file was deleted.

11 changes: 0 additions & 11 deletions www/node16/files/patch-deps_openssl_openssl__no__asm.gypi

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions www/node16/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc

This file was deleted.

20 changes: 0 additions & 20 deletions www/node16/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h

This file was deleted.

13 changes: 0 additions & 13 deletions www/node16/files/patch-deps_v8_src_libsampler_sampler.cc

This file was deleted.

12 changes: 0 additions & 12 deletions www/node16/files/patch-node.gypi

This file was deleted.

11 changes: 0 additions & 11 deletions www/node16/files/patch-src_cares__wrap.h

This file was deleted.

15 changes: 0 additions & 15 deletions www/node16/files/patch-src_crypto_crypto__util.cc

This file was deleted.

4 changes: 0 additions & 4 deletions www/node16/pkg-descr

This file was deleted.

7 changes: 0 additions & 7 deletions www/node16/pkg-message

This file was deleted.

Loading

0 comments on commit ff92351

Please sign in to comment.