Re: [Update] lrzip

2023-10-23 Thread porting
Makefile.patch Description: Binary data

Re: [Update] lrzip

2023-04-28 Thread A Tammy
On 4/28/23 07:03, Rubén Llorente wrote: > On Thu, Apr 27, 2023 at 12:02:30AM +0100, Stuart Henderson wrote: >> All amd64 have sse2. >> >> However many JITs don't work unless writable-and-executable mappings >> work. (Notable exceptions include Firefox's and luajit). >> >> [...] >> >> You could tr

Re: [Update] lrzip

2023-04-28 Thread Rubén Llorente
On Thu, Apr 27, 2023 at 12:02:30AM +0100, Stuart Henderson wrote: > All amd64 have sse2. > > However many JITs don't work unless writable-and-executable mappings > work. (Notable exceptions include Firefox's and luajit). > > [...] > > You could try it with the port built with USE_WXNEEDED=Yes an

Re: [Update] lrzip

2023-04-26 Thread Stuart Henderson
On 2023/04/26 20:19, Rubén Llorente wrote: > According to libzpaq/libzpaq.h > > "By default, LIBZPAQ uses JIT (just in time) acceleration. This only > works on x86-32 and x86-64 processors that support the SSE2 instruction > set. To disable JIT, compile with -DNOJIT." All amd64 have sse2. Howeve

Re: [Update] lrzip

2023-04-26 Thread Rubén Llorente
According to libzpaq/libzpaq.h "By default, LIBZPAQ uses JIT (just in time) acceleration. This only works on x86-32 and x86-64 processors that support the SSE2 instruction set. To disable JIT, compile with -DNOJIT." Besides, I have tried the current lrzip port (without -DNOJIT) for zpaq compressi

Re: [Update] lrzip

2023-04-26 Thread A Tammy
On 4/25/23 12:10, Rubén Llorente wrote: > Hello, > > this is a small update to the Makefile. > > The current port does not support zpaq compression on OpenBSD. The > following change allows lrzip to use zpaq compression. > > > Why is there an addition of `-DNOJIT` to CPPFLAGS?

[Update] lrzip

2023-04-25 Thread Rubén Llorente
Hello, this is a small update to the Makefile. The current port does not support zpaq compression on OpenBSD. The following change allows lrzip to use zpaq compression. -- OpenPGP Key Fingerprint: 543F EB89 7FDE 8E33 AFF7 E794 E4AB 4807 58F7 6C76 --- Makefile.orig Fri Nov 4 16:05:10 20