Bug 259475 - www/yarn-node16: Add new slave port
Summary: www/yarn-node16: Add new slave port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 259476
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-27 08:37 UTC by Jose Luis Duran
Modified: 2021-10-29 06:39 UTC (History)
1 user (show)

See Also:


Attachments
Makefile (220 bytes, text/plain)
2021-10-27 08:37 UTC, Jose Luis Duran
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2021-10-27 08:37:34 UTC
Created attachment 229060 [details]
Makefile

Node 16 is now LTS, create a new yarn-node16 slave port.
Comment 1 Matthias Fechner freebsd_committer freebsd_triage 2021-10-28 04:24:13 UTC
I have the problem that yarn currently uses www/node (version 17) which does not allow to finish the upgrade process for www/gitlab-ce.

Would be really nice if you can quickly commit this, that the gitlab-ce port is fixed and users do not get into a broken upgrade situation for gitlab-ce.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-29 06:34:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2948b522a724f188d430654d61a0fe38652090b

commit d2948b522a724f188d430654d61a0fe38652090b
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2021-10-28 04:11:15 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-10-29 06:32:52 +0000

    www/yarn: make yarn-node16 available

    Currently many node packages do not support node 17 which is
    used for www/node.
    This for example fixes the usage of www/gitlab-ce which cannot
    run the upgrade step if node 17 is used.

    PR:             259475
    PR:             259476
    PR:             259477
    Approved by:    pizzamig (maintainer)

 www/Makefile                   |  1 +
 www/yarn-node14/Makefile       |  2 +-
 www/yarn-node16/Makefile (new) | 12 ++++++++++++
 www/yarn/Makefile              |  7 +++++--
 4 files changed, 19 insertions(+), 3 deletions(-)
Comment 3 Matthias Fechner freebsd_committer freebsd_triage 2021-10-29 06:39:16 UTC
Committed, thanks.