Re: [update] lang/node to 12.22.6

2021-09-06 Thread Stuart Henderson
On 2021/09/05 20:16, Stuart Henderson wrote:
> Build fails on i386:
> 
> cc -o 
> /pobj/node-12.22.6/node-v12.22.6/out/Release/obj.target/zlib/deps/zlib/contrib/optimizations/inffast_chunk.o
>  ../deps/zlib/contrib/optimizations/
> inffast_chunk.c '-DV8_DEPRECATION_WARNINGS' 
> '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D__STDC_FORMAT_MACROS' 
> '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DHAVE_HIDDEN' 
> '-DADLER32_SIMD_SSSE3' '-DINFLATE_CHUNK_SIMD_SSE2' '-DCRC32_S
> IMD_SSE42_PCLMUL' -I../deps/zlib  -pthread -Wall -Wextra 
> -Wno-unused-parameter -m32 -I/usr/local/include -I/usr/local/include -O3 
> -fno-omit-frame-pointer  -MMD -MF 
> /pobj/node-12.22.6/node-v12.22.6/out/Release/.deps//pobj/node-12.22.6/node-v12.22.6/out/Release/obj.target/zlib/deps/zlib/contrib/optimizations/inffast_chunk.o.d.raw
>   -O2 -pipe -c In file included from 
> ../deps/zlib/contrib/optimizations/inffast_chunk.c:10:

I have repaired this. I guess with the dependency chains in npm they
need all the help with gzip they can get ;)

The update that was committed did not have patches in sync with the
versions of files in the tarball, please run "make update-patches" for
future ones.



Re: [update] lang/node to 12.22.6

2021-09-05 Thread Stuart Henderson
Build fails on i386:

cc -o 
/pobj/node-12.22.6/node-v12.22.6/out/Release/obj.target/zlib/deps/zlib/contrib/optimizations/inffast_chunk.o
 ../deps/zlib/contrib/optimizations/
inffast_chunk.c '-DV8_DEPRECATION_WARNINGS' 
'-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D__STDC_FORMAT_MACROS' 
'-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DHAVE_HIDDEN' 
'-DADLER32_SIMD_SSSE3' '-DINFLATE_CHUNK_SIMD_SSE2' '-DCRC32_S
IMD_SSE42_PCLMUL' -I../deps/zlib  -pthread -Wall -Wextra -Wno-unused-parameter 
-m32 -I/usr/local/include -I/usr/local/include -O3 -fno-omit-frame-pointer  
-MMD -MF 
/pobj/node-12.22.6/node-v12.22.6/out/Release/.deps//pobj/node-12.22.6/node-v12.22.6/out/Release/obj.target/zlib/deps/zlib/contrib/optimizations/inffast_chunk.o.d.raw
  -O2 -pipe -c In file included from 
../deps/zlib/contrib/optimizations/inffast_chunk.c:10:
../deps/zlib/contrib/optimizations/chunkcopy.h:243:10: error: always_inline 
function '_mm_set1_epi8' requires target feature 'sse2', but would be inline
d into function 'v_load8_dup' that is compiled without support for 'sse2'
  return _mm_set1_epi8(*(const char*)src);  
 ^



Re: [update] lang/node to 12.22.6

2021-09-03 Thread Volker Schlecht

Yup, I volunteer ... feel free to add

MAINTAINER = Volker Schlecht 

I hope that sweetens the commit ;-P

On 9/3/21 7:47 PM, Aaron Bieber wrote:


vl...@tuta.io writes:


I don’t want to nag, but I’ll do it anyway…
While I presume that NodeJS and its ecosystem don’t enjoy much popularity here, 
I don’t think that keeping an outdated version in ports is a good idea either.
  
I’ll be happy to keep working on this if the patch isn’t acceptable yet, but I need some sort of feedback.


Volker


Word on the street is you are the new maintainer? :D



Aug 31, 2021, 23:12 by vl...@tuta.io:


Hi,

attached is an updated patch to update lang/node to the latest LTS version 
12.22.6

This removes patches/patch-configure_py (included upstream), and fixes a 
plethora of security issues since 12.16.1 as currently found in ports, the most 
recent of which can be found here:

https://nodejs.org/en/blog/release/v12.22.6/

Anyone willing to review and (hopefully) commit?

Volker








Re: [update] lang/node to 12.22.6

2021-09-03 Thread Aaron Bieber


vl...@tuta.io writes:

> I don’t want to nag, but I’ll do it anyway…
> While I presume that NodeJS and its ecosystem don’t enjoy much popularity 
> here, I don’t think that keeping an outdated version in ports is a good idea 
> either.
>  
> I’ll be happy to keep working on this if the patch isn’t acceptable yet, but 
> I need some sort of feedback.
>
> Volker

Word on the street is you are the new maintainer? :D 

>
> Aug 31, 2021, 23:12 by vl...@tuta.io:
>
>> Hi,
>>
>> attached is an updated patch to update lang/node to the latest LTS version 
>> 12.22.6
>>
>> This removes patches/patch-configure_py (included upstream), and fixes a 
>> plethora of security issues since 12.16.1 as currently found in ports, the 
>> most recent of which can be found here:
>>
>> https://nodejs.org/en/blog/release/v12.22.6/
>>
>> Anyone willing to review and (hopefully) commit?
>>
>> Volker
>>
>>



Re: [update] lang/node to 12.22.6

2021-09-02 Thread vlkrs


I don’t want to nag, but I’ll do it anyway…
While I presume that NodeJS and its ecosystem don’t enjoy much popularity here, 
I don’t think that keeping an outdated version in ports is a good idea either.
 
I’ll be happy to keep working on this if the patch isn’t acceptable yet, but I 
need some sort of feedback.

Volker

Aug 31, 2021, 23:12 by vl...@tuta.io:

> Hi,
>
> attached is an updated patch to update lang/node to the latest LTS version 
> 12.22.6
>
> This removes patches/patch-configure_py (included upstream), and fixes a 
> plethora of security issues since 12.16.1 as currently found in ports, the 
> most recent of which can be found here:
>
> https://nodejs.org/en/blog/release/v12.22.6/
>
> Anyone willing to review and (hopefully) commit?
>
> Volker
>
>



Re: [update] lang/node to 12.22.6

2021-09-02 Thread Aaron Bieber


vl...@tuta.io writes:

> I don’t want to nag, but I’ll do it anyway…
> While I presume that NodeJS and its ecosystem don’t enjoy much popularity 
> here, I don’t think that keeping an outdated version in ports is a good idea 
> either.
>  
> I’ll be happy to keep working on this if the patch isn’t acceptable yet, but 
> I need some sort of feedback.
>
> Volker

I tested this on the one thing I need node for (navidrome), it worked!

OK abieber@ (someone else commit, please :P)

>
> Aug 31, 2021, 23:12 by vl...@tuta.io:
>
>> Hi,
>>
>> attached is an updated patch to update lang/node to the latest LTS version 
>> 12.22.6
>>
>> This removes patches/patch-configure_py (included upstream), and fixes a 
>> plethora of security issues since 12.16.1 as currently found in ports, the 
>> most recent of which can be found here:
>>
>> https://nodejs.org/en/blog/release/v12.22.6/
>>
>> Anyone willing to review and (hopefully) commit?
>>
>> Volker
>>
>>



[update] lang/node to 12.22.6

2021-08-31 Thread vlkrs
Hi,

attached is an updated patch to update lang/node to the latest LTS version 
12.22.6

This removes patches/patch-configure_py (included upstream), and fixes a 
plethora of security issues since 12.16.1 as currently found in ports, the most 
recent of which can be found here:

https://nodejs.org/en/blog/release/v12.22.6/

Anyone willing to review and (hopefully) commit?

Volker



patch-node-v12.22.6
Description: Binary data