aarch64 bulk build report

2024-05-01 Thread phessler
bulk build on arm64.ports.openbsd.org started on Mon Apr 29 00:01:00 MDT 2024 finished at Wed May 1 23:41:57 MDT 2024 lasted 2D23h40m done with kern.version=OpenBSD 7.5-current (GENERIC.MP) #19: Sun Apr 28 13:44:22 MDT 2024 built packages:12196 Apr 29:3779 Apr 30:873 May 1:7543 critical path m

update for py3-steam to fix protobuf errors

2024-05-01 Thread Thomas Frohwein
Hi, The diff below fixes py3-steam and by extension steamctl. Those stopped working recently because of an incompatibility of the include python protobuf files with our protobuf version. This was on life support for a while anyway... upstream had it marked for protobuf~=3.0 which the port had to b

Re: [update] fonts/noto-cjk

2024-05-01 Thread SASANO Takayoshi
> Oh... actually I see it sets DIST_SUBDIR for these so ignore my last > email well... ok or not? -- SASANO Takayoshi (JG1UAA)

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
> > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > > Implement SSE2 lrint() and lrintf() on amd64. > > > Does it make the resampling noticably better/faster? > > > > Playing with the benchmark mentioned in > > https://github.com/libsndfile/libsamplerate/issues/187 > > suggests that it's goin

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
On May 01 11:00:12, s...@spacehopper.org wrote: > On 2024/05/01 11:21, Jan Stary wrote: > > Hi, > > > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > > Implement SSE2 lrint() and lrintf() on amd64. > > > > I don't think this is worth the added complexity: > > seven more patches to have a diffe

cmake.port.mk: limit max number of autogen moc/uic processes

2024-05-01 Thread Jeremie Courreges-Anglas
Some projects use cmake_autogen to generate moc/uic/rcc jobs. The max number of parallel jobs to run is AUTOGEN_PARALLEL[0], itself initialized by CMAKE_AUTOGEN_PARALLEL. By default it's empty, which means cmake_autogen will start up to $ncpus jobs on the system. Those $ncpus are children of t

Re: mail/imapdedup: new port

2024-05-01 Thread Kirill A . Korinsky
Anyone? On Thu, 25 Apr 2024 00:18:23 +0200, Kirill A. Korinsky wrote: > > [1 ] > Greetings, > > I'd like to offer a small python script which is called imapdedup. Idea of > this script is remove duplicated emails from IMAP server. > > It has only one optional dependency: keyring. > > I use t

Re: update lang/sbcl to 2.4.4 (and add libsbcl.so)

2024-05-01 Thread Dima Pasechnik
Hi, On Wed, May 01, 2024 at 03:59:29PM +0200, Sebastien Marie wrote: > > The following diff updates sbcl to 2.4.4. > > It also adds libsbcl.a and libsbcl.so to the port. > > Regarding libsbcl.so, the library isn't available on all platforms (some > .S files aren't PIC compatible - at least on i3

Re: [update] fonts/noto-cjk

2024-05-01 Thread Stuart Henderson
Oh... actually I see it sets DIST_SUBDIR for these so ignore my last email -- Sent from a phone, apologies for poor formatting. On 1 May 2024 14:28:08 SASANO Takayoshi wrote: Hi, - update Serif 2.001 -> 2.002 - add NotoSansMonoCJK-VF Note: Sans 2.004, version number is not changed but arch

Re: [update] fonts/noto-cjk

2024-05-01 Thread Stuart Henderson
You need to change the filename if the contents change - see the "Each entry may optionally be of the form ‘filename{url}sufx’" mechanism in bad.port.mk(5). -- Sent from a phone, apologies for poor formatting. On 1 May 2024 14:28:08 SASANO Takayoshi wrote: Hi, - update Serif 2.001 -> 2.00

Re: [NEW] net/crawley-v1.7.5

2024-05-01 Thread Aaron Bieber
On 5/1/24 02:43, Edd Barrett wrote: On Wed, May 01, 2024 at 01:07:07AM -0400, Russ Sharek wrote: Here's a diff that adds both the NO_TEST and README.md to the port. I know nothing about go, but I had a quick look into getting the tests working. According to the interwebs, adding a do-test targ

update lang/sbcl to 2.4.4 (and add libsbcl.so)

2024-05-01 Thread Sebastien Marie
Hi, The following diff updates sbcl to 2.4.4. It also adds libsbcl.a and libsbcl.so to the port. Regarding libsbcl.so, the library isn't available on all platforms (some .S files aren't PIC compatible - at least on i386), so I only added it to tested platforms (aarch64 and amd64 at time). Comme

[update] fonts/noto-cjk

2024-05-01 Thread SASANO Takayoshi
Hi, - update Serif 2.001 -> 2.002 - add NotoSansMonoCJK-VF Note: Sans 2.004, version number is not changed but archive is changed (need to update OpenBSD's distfiles). ok? Index: Makefile === RCS file: /cvs/ports/fonts/noto/cjk/Mak

[maintainer update] sysutils/fzf 0.51.0

2024-05-01 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf version 0.51.0 Changelog: https://github.com/junegunn/fzf/releases/tag/0.51.0 - update Makefile and modules.inc for this version Build and tests OK on current/amd64. Please tests welcome and commit if OK. Laurent Index: Makefile ===

Re: databases/victoriametrics: update to v1.101.0

2024-05-01 Thread Denis Fondras
Le Sat, Apr 27, 2024 at 06:42:35PM +, Lucas Gabriel Vuotto a écrit : > On Sun, Apr 14, 2024 at 01:25:47PM GMT, Lucas Gabriel Vuotto wrote: > > Hey Denis, ports@, > > > > Sorry it took me so long to get back at this. > > > > I've revisited VictoriaMetrics versioning and they seem to no longer

Re: UPDATE: libsamplerate

2024-05-01 Thread Stuart Henderson
On 2024/05/01 11:21, Jan Stary wrote: > Hi, > > On Apr 26 20:46:51, b...@comstyle.com wrote: > > Implement SSE2 lrint() and lrintf() on amd64. > > I don't think this is worth the added complexity: > seven more patches to have a different lrint()? > Does it make the resampling noticably better/fas

Re: UPDATE: libsamplerate

2024-05-01 Thread Jan Stary
Hi, On Apr 26 20:46:51, b...@comstyle.com wrote: > Implement SSE2 lrint() and lrintf() on amd64. I don't think this is worth the added complexity: seven more patches to have a different lrint()? Does it make the resampling noticably better/faster? Also, the patch changes the CONFIGURE_STYLE from

Re: [NEW] net/crawley-v1.7.5

2024-05-01 Thread Edd Barrett
On Wed, May 01, 2024 at 01:07:07AM -0400, Russ Sharek wrote: > Here's a diff that adds both the NO_TEST and README.md to the port. I know nothing about go, but I had a quick look into getting the tests working. According to the interwebs, adding a do-test target this should run all tests in the s