Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Build mozilla stuff with nodejs-lts instead of nodejs-lts-10
@ 2021-04-30  2:56 ericonr
  2021-05-03  1:15 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2021-04-30  2:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 755 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages nodejs-all
https://github.com/void-linux/void-packages/pull/30586

Build mozilla stuff with nodejs-lts instead of nodejs-lts-10
I have tested thunderbird built with it, works fine.

From https://github.com/ericonr/void-packages/pull/4, https://github.com/ericonr/void-packages/pull/3 and https://github.com/ericonr/void-packages/pull/2 we can see that the others also build correctly (aarch64 just OOM's as usual).

This is in the interested of killing `nodejs-lts-10`, seeing as it only has a few more days until EOL.

[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/30586.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-all-30586.patch --]
[-- Type: text/x-diff, Size: 3040 bytes --]

From 0e4b271e74b4686121b06776062cb423897807af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Tue, 27 Apr 2021 13:49:28 -0300
Subject: [PATCH 1/3] firefox: build with nodejs-lts.

---
 srcpkgs/firefox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 338a2bb5b9e8..bba9994c2a91 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -16,7 +16,7 @@ checksum=6b50dbfb393f843e4401e23965a1d8f7fd44b5a7628d95138294094094eee297
 lib32disabled=yes
 
 hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts-10 cbindgen python nasm which tar"
+ llvm clang nodejs-lts cbindgen python nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

From 659532a3c6c78dfa07388645f72ba8e1bd1f1a33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Tue, 27 Apr 2021 13:49:58 -0300
Subject: [PATCH 2/3] firefox-esr: build with nodejs-lts.

---
 srcpkgs/firefox-esr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index fbd9ed2fb8ec..e4ea57638c2c 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -8,7 +8,7 @@ revision=1
 wrksrc="firefox-${version}"
 build_helper="rust qemu"
 hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts-10 cbindgen python nasm which tar"
+ llvm clang nodejs-lts cbindgen python nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

From 75186d079f984859ad10cc665f27f8910dc79cae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Tue, 27 Apr 2021 13:47:28 -0300
Subject: [PATCH 3/3] thunderbird: build with nodejs-lts.

Working towards removal of nodejs-lts-10.
---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d65081d6ba32..0c28c456532c 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -16,7 +16,7 @@ checksum=65d79a557027a3b52cc672ab9aea8da7131e6373f94657d03f6d6b9c7b36fb45
 lib32disabled=yes
 
 hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
- llvm clang nodejs-lts-10 cbindgen python nasm which tar"
+ llvm clang nodejs-lts cbindgen python nasm which tar"
 makedepends="nss-devel libjpeg-turbo-devel gtk+-devel gtk+3-devel icu-devel
  pixman-devel libevent-devel libnotify-devel libvpx-devel
  libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Build mozilla stuff with nodejs-lts instead of nodejs-lts-10
  2021-04-30  2:56 [PR PATCH] Build mozilla stuff with nodejs-lts instead of nodejs-lts-10 ericonr
@ 2021-05-03  1:15 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-05-03  1:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

There's a merged pull request on the void-packages repository

Build mozilla stuff with nodejs-lts instead of nodejs-lts-10
https://github.com/void-linux/void-packages/pull/30586

Description:
I have tested thunderbird built with it, works fine.

From https://github.com/ericonr/void-packages/pull/4, https://github.com/ericonr/void-packages/pull/3 and https://github.com/ericonr/void-packages/pull/2 we can see that the others also build correctly (aarch64 just OOM's as usual).

This is in the interest of killing `nodejs-lts-10`, seeing as it only has a few more days until EOL.

[ci skip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-03  1:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  2:56 [PR PATCH] Build mozilla stuff with nodejs-lts instead of nodejs-lts-10 ericonr
2021-05-03  1:15 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).