* Re: [PR PATCH] [Updated] New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
@ 2024-04-05 18:30 ` heppu
2024-04-07 11:11 ` heppu
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: heppu @ 2024-04-05 18:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 875 bytes --]
There is an updated pull request by heppu against master on the void-packages repository
https://github.com/heppu/void-packages new-pkg/fnm
https://github.com/void-linux/void-packages/pull/49718
New package: fnm-1.35.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
- x86_64-musl
- aarch64
- aarch64-musl
- armv6hf-musl
- armv6hf
- armv6l-musl
- armv6l
- armv7hf-musl
- armv7hf
- armv7l-musl
- armv7l
A patch file from https://github.com/void-linux/void-packages/pull/49718.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg/fnm-49718.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]
From e80b3274fe392e94b40ed3a58cb92138c413208c Mon Sep 17 00:00:00 2001
From: Henri Koski <henri.t.koski@gmail.com>
Date: Fri, 5 Apr 2024 14:25:05 +0300
Subject: [PATCH] New package: fnm-1.35.1
---
srcpkgs/fnm/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/fnm/template
diff --git a/srcpkgs/fnm/template b/srcpkgs/fnm/template
new file mode 100644
index 00000000000000..f88f3c763d9684
--- /dev/null
+++ b/srcpkgs/fnm/template
@@ -0,0 +1,22 @@
+# Template file for 'fnm'
+pkgname=fnm
+version=1.35.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel"
+short_desc="Fast and simple Node.js version manager, built in Rust"
+maintainer="Henri Koski <henri.t.koski@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Schniz/fnm"
+changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
+distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
+checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+
+post_install() {
+ for shell in bash fish zsh; do
+ vtargetrun ${DESTDIR}/usr/bin/fnm completions --shell ${shell} > fnm.${shell}
+ vcompletion fnm.${shell} ${shell}
+ done
+}
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
@ 2024-04-07 11:11 ` heppu
2024-04-07 11:37 ` classabbyamp
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: heppu @ 2024-04-07 11:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 179 bytes --]
New comment by heppu on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041432770
Comment:
@classabbyamp Fixed the linting errors.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
2024-04-07 11:11 ` heppu
@ 2024-04-07 11:37 ` classabbyamp
2024-04-07 14:01 ` heppu
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-04-07 11:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041439813
Comment:
please don't ping me on PRs I'm not already involved in
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (2 preceding siblings ...)
2024-04-07 11:37 ` classabbyamp
@ 2024-04-07 14:01 ` heppu
2024-05-20 6:10 ` [PR PATCH] [Updated] " heppu
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: heppu @ 2024-04-07 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
New comment by heppu on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041480754
Comment:
Oh, I'm sorry. I thought it was you who allowed the workflow to be executed.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (3 preceding siblings ...)
2024-04-07 14:01 ` heppu
@ 2024-05-20 6:10 ` heppu
2024-07-03 3:28 ` Vinfall
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: heppu @ 2024-05-20 6:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 875 bytes --]
There is an updated pull request by heppu against master on the void-packages repository
https://github.com/heppu/void-packages new-pkg/fnm
https://github.com/void-linux/void-packages/pull/49718
New package: fnm-1.35.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
- x86_64-musl
- aarch64
- aarch64-musl
- armv6hf-musl
- armv6hf
- armv6l-musl
- armv6l
- armv7hf-musl
- armv7hf
- armv7l-musl
- armv7l
A patch file from https://github.com/void-linux/void-packages/pull/49718.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg/fnm-49718.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]
From f764ad370c0c1f3e70402cc75d6d197bd0b12836 Mon Sep 17 00:00:00 2001
From: Henri Koski <henri.t.koski@gmail.com>
Date: Fri, 5 Apr 2024 14:25:05 +0300
Subject: [PATCH] New package: fnm-1.35.1
---
srcpkgs/fnm/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/fnm/template
diff --git a/srcpkgs/fnm/template b/srcpkgs/fnm/template
new file mode 100644
index 00000000000000..f88f3c763d9684
--- /dev/null
+++ b/srcpkgs/fnm/template
@@ -0,0 +1,22 @@
+# Template file for 'fnm'
+pkgname=fnm
+version=1.35.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel"
+short_desc="Fast and simple Node.js version manager, built in Rust"
+maintainer="Henri Koski <henri.t.koski@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Schniz/fnm"
+changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
+distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
+checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+
+post_install() {
+ for shell in bash fish zsh; do
+ vtargetrun ${DESTDIR}/usr/bin/fnm completions --shell ${shell} > fnm.${shell}
+ vcompletion fnm.${shell} ${shell}
+ done
+}
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (4 preceding siblings ...)
2024-05-20 6:10 ` [PR PATCH] [Updated] " heppu
@ 2024-07-03 3:28 ` Vinfall
2024-07-03 3:29 ` Vinfall
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Vinfall @ 2024-07-03 3:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2205006189
Comment:
Are you still working on this? fnm before 1.36.0 does not really work on musl although it does build. And it's no point to build for musl other than x86_64 as unofficial node mirror only has x64-musl tarballs.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (5 preceding siblings ...)
2024-07-03 3:28 ` Vinfall
@ 2024-07-03 3:29 ` Vinfall
2024-07-03 3:36 ` Vinfall
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Vinfall @ 2024-07-03 3:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2205006189
Comment:
Are you still working on this? fnm before 1.36.0 does not really work on musl (due to hardcoded arch check, I made a PR to mitigate that in 1.36.0) although it does build. And it's no point to build for musl other than x86_64 as unofficial node mirror only has x64-musl tarballs.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (6 preceding siblings ...)
2024-07-03 3:29 ` Vinfall
@ 2024-07-03 3:36 ` Vinfall
2024-07-03 3:38 ` Vinfall
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Vinfall @ 2024-07-03 3:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2205006189
Comment:
Are you still working on this? fnm before 1.36.0 does not really work on musl (due to hardcoded arch check, I made a PR to mitigate that in 1.36.0) although it does build. And it's no point to build for musl other than x86_64 & aarch64 as unofficial node mirror only has x64-musl tarballs.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (7 preceding siblings ...)
2024-07-03 3:36 ` Vinfall
@ 2024-07-03 3:38 ` Vinfall
2024-07-03 4:28 ` Vinfall
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Vinfall @ 2024-07-03 3:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2205006189
Comment:
Are you still working on this? fnm before 1.36.0 does not really work on musl (due to hardcoded arch check, I made a PR to mitigate that in 1.36.0) although it does build. And it's no point to build for musl other than x86_64 as unofficial node mirror only has x64-musl tarballs.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (8 preceding siblings ...)
2024-07-03 3:38 ` Vinfall
@ 2024-07-03 4:28 ` Vinfall
2024-10-02 1:59 ` github-actions
2024-10-16 2:00 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: Vinfall @ 2024-07-03 4:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1438 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2205077774
Comment:
You may find this patch useful:
```diff
--- template 2024-07-03 04:20:29.000000000 +0000
+++ template 2024-07-03 04:19:26.000000000 +0000
@@ -1,18 +1,19 @@
# Template file for 'fnm'
pkgname=fnm
-version=1.35.1
+version=1.37.1
revision=1
+archs="x86_64-musl ~*-musl"
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Fast and simple Node.js version manager, built in Rust"
maintainer="Henri Koski <henri.t.koski@gmail.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
homepage="https://github.com/Schniz/fnm"
changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
-checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+checksum=56a170304ab281439a71e541c4db878848c3a891078ae3c2dcc84017cd0306b4
post_install() {
for shell in bash fish zsh; do
```
I'm not very sure whether node.js has builds for all those `archs`. You may also need to expose a few environment variables as I said in https://github.com/Schniz/fnm/issues/694#issuecomment-2049004644 or patch them during build time for musl (but I have no idea if xbps can do that, i.e. run patch only on musl builds).
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (9 preceding siblings ...)
2024-07-03 4:28 ` Vinfall
@ 2024-10-02 1:59 ` github-actions
2024-10-16 2:00 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2024-10-02 1:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/49718#issuecomment-2387486312
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Closed]: New package: fnm-1.35.1
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
` (10 preceding siblings ...)
2024-10-02 1:59 ` github-actions
@ 2024-10-16 2:00 ` github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2024-10-16 2:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
There's a closed pull request on the void-packages repository
New package: fnm-1.35.1
https://github.com/void-linux/void-packages/pull/49718
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
- x86_64-musl
- aarch64
- aarch64-musl
- armv6hf-musl
- armv6hf
- armv6l-musl
- armv6l
- armv7hf-musl
- armv7hf
- armv7l-musl
- armv7l
^ permalink raw reply [flat|nested] 13+ messages in thread