[NEW] audio/alsa-lib-1.2.10, alsa-utils-1.2.10, alsa-plugins-1.2.7.1

2023-10-16 Thread SASANO Takayoshi
Hi, Here is ALSA suite (alsa-lib, alsa-utils, and alsa-plugins). Normal application should use sndio, ALSA should be used for hard-to-use-sndio situation. so ALSA plugin supports PulseAudio only, others disabled. (previous alsa-lib-1.2.8 discussion is at: https://marc.info/?l=openbsd-ports&m=16

Re: [update] samba-4.19.2

2023-10-16 Thread Bjorn Ketelaars
On Tue 17/10/2023 00:13, Jeremie Courreges-Anglas wrote: > > Release notes: > https://www.samba.org/samba/history/samba-4.19.2.html > > Test reports and oks welcome. Run tested on amd64 current. OK bket@ Thank you...again!

Re: Valgrind: Detect access outside the range of malloc.

2023-10-16 Thread Otto Moerbeek
On Tue, Oct 17, 2023 at 07:33:47AM +0900, Masato Asou wrote: > From: Masato Asou > Date: Fri, 29 Sep 2023 19:39:12 +0900 (JST) > > ping Sorry for not replying earlier. The locations are reported correctly now. But there are spurious reports of accesses of a 8 byte value on each system call. (te

Re: U-Boot for RK356x SoCs (take 2)

2023-10-16 Thread Kevin Lo
On Fri, Oct 13, 2023 at 07:30:43PM +0200, Mark Kettenis wrote: > > Now that U-Boot 2023.10 has been release, here is an update. This > adds a few more boards and now uses a script that U-Boot provides to > switch the serial console baudrate to 115200. This way I don't need > to patch the configs

hidden dependency in gnustep/base

2023-10-16 Thread Marc Espie
Currently testing Index: Makefile === RCS file: /cvs/ports/x11/gnustep/base/Makefile,v retrieving revision 1.89 diff -u -p -r1.89 Makefile --- Makefile27 Sep 2023 20:37:07 - 1.89 +++ Makefile16 Oct 2023 23:22:12 -

Re: Valgrind: Detect access outside the range of malloc.

2023-10-16 Thread Masato Asou
From: Masato Asou Date: Fri, 29 Sep 2023 19:39:12 +0900 (JST) ping > I have fixed the bug you reported when symbols were not printed. > > As shown below, if the lower 12 bits of Virtual Address are 0 and File > Size is 0, then the a.out symbol will not be printed. > > $ readelf -l a.out > > P

[update] samba-4.19.2

2023-10-16 Thread Jeremie Courreges-Anglas
Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Test reports and oks welcome. Index: Makefile === RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.338 diff -u -p -r1.338 Makefile --- Makefile

[Maintainer Update] lang/elixir 1.15.7

2023-10-16 Thread Volker Schlecht
Updates lang/elixir to the latest maintenance/bugfix release. Tests pass, my elixir code works, and net/rabbitmq still works on amd64. (With and without the erlang update I just sent.) ok? Index: Makefile === RCS file: /cvs/ports/lan

[Maintainer Update] lang/erlang/25 25.3.2.7

2023-10-16 Thread Volker Schlecht
Updates lang/erlang/25 to the latest maintenance release. Tests pass, dependent ports rebuild and work on amd64. ok? Index: Makefile === RCS file: /cvs/ports/lang/erlang/25/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefi

Re: x11/gromit-mpx: update to 1.5.0

2023-10-16 Thread Laurence Tratt
On Mon, Oct 16, 2023 at 11:38:20AM +, Klemens Nanni wrote: Hello Klemens, >> Simple https://github.com/bk138/gromit-mpx/releases/tag/1.5.0, works for >> me. Remove default HOMEPAGE. >> >> Patch churn due to code moving from between .[ch] files, change is the >> same. >> >> Feedback? OK? > Did

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 10:51:37PM +0200, Theo Buehler wrote: > sorry for missing that. > > we should keep the existing CXXFLAGS, especially -O2 -pipe. This diff > no dynamic export changes and doesn't change sizees: > > 38075 164840 39763 9b53../build-amd64/libsnappy.so > 38075

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Theo Buehler
On Mon, Oct 16, 2023 at 08:36:07PM +, Klemens Nanni wrote: > On Mon, Oct 16, 2023 at 09:47:42PM +0200, Theo Buehler wrote: > > For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. > > Then there's the usual missing include thing in gtest. I should see if I > > can upstream that

Re: archivers/snappy: unbreak on sparc64

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 09:47:42PM +0200, Theo Buehler wrote: > For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. > Then there's the usual missing include thing in gtest. I should see if I > can upstream that... You could contain it with to avoid subtle change on clang archs, n

archivers/snappy: unbreak on sparc64

2023-10-16 Thread Theo Buehler
For some reason ports-gcc can't find "lz4.h", so pass -I in CXXFLAGS. Then there's the usual missing include thing in gtest. I should see if I can upstream that... I don't think this changes the package where it already builds, but I can bump REVISION if that's preferred. Index: Makefile

Re: misc/shared-mime-info: unbreak on sparc64

2023-10-16 Thread Antoine Jacoutot
Ok. — Antoine > On 16 Oct 2023, at 20:42, Theo Buehler wrote: > > The vast majority of current sparc64 breakage is due to shared-mime-info > not building > > http://build-failures.rhaalovely.net/sparc64/2023-10-14/summary.log > > First problem is that it requires C++17, so COMPILER needs to

misc/shared-mime-info: unbreak on sparc64

2023-10-16 Thread Theo Buehler
The vast majority of current sparc64 breakage is due to shared-mime-info not building http://build-failures.rhaalovely.net/sparc64/2023-10-14/summary.log First problem is that it requires C++17, so COMPILER needs to be set, then it needs an extra -lstdc++fs to actually package, REVISION bump to b

[Maintainer Update] lang/erlang/26 26.1.2

2023-10-16 Thread Volker Schlecht
Updates lang/erlang/26 to the latest maintenance release. Built and tested on amd64 with IBT enabled. Nothing else depends on it. ok? Index: Makefile === RCS file: /cvs/ports/lang/erlang/26/Makefile,v retrieving revision 1.5 diff -u

[Maintainer Update] lang/node v18.18.2

2023-10-16 Thread Volker Schlecht
Here's a simple update for lang/node for a change: v18.18.1 * Changed bundled versions of libuv, which doesn't affect our build since we're building against libuv in ports v18.18.2 * Changed bundled version of nghttp2, which doesn't affect us since we're building against nghttp2 in ports * Ch

Re: [maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Johannes Thyssen Tishman
Laurent Cheylus wrote: > Hi, > > update of sysutils/fzf for version 0.43.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 > > - update of Makefile, distinfo and modules.inc for v0.43.0 > - simplify WRKDIST in Makefile > - add a patch to fix issue with 'fzf --listen' command (ad

sparc64 bulk build report

2023-10-16 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Oct 14 13:31:33 MDT 2023 Finished: Mon Oct 16 10:41:33 MDT 2023 Duration: 1 Days 21 hours 10 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #1901: Fri Oct 13 23:27:28 MDT 2023 Built 8178 packages Number of packages built each day: O

[maintainer update] sysutils/fzf 0.43.0

2023-10-16 Thread Laurent Cheylus
Hi, update of sysutils/fzf for version 0.43.0 Changelog: https://github.com/junegunn/fzf/releases/tag/0.43.0 - update of Makefile, distinfo and modules.inc for v0.43.0 - simplify WRKDIST in Makefile - add a patch to fix issue with 'fzf --listen' command (add inet for pledge), reported by semarie

Re: new education/freedict dictionaries

2023-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2023 at 01:25:40PM +0200, Moritz Buhl wrote: > Dear ports@, > > attached are 203 unidirectional dictionaries in dictd format. > This means that each port contains at least two files: > an index and a gz archive that allows random access. > > Some of the archives also come with COP

Re: x11/gromit-mpx: update to 1.5.0

2023-10-16 Thread Klemens Nanni
On Sun, Oct 15, 2023 at 07:10:16PM +, Klemens Nanni wrote: > Simple https://github.com/bk138/gromit-mpx/releases/tag/1.5.0, works for me. > Remove default HOMEPAGE. > > Patch churn due to code moving from between .[ch] files, change is the same. > > Feedback? OK? Didn't cvs add the main.h pa

Re: [maintainer update] security/gosec 2.18.1

2023-10-16 Thread Daniel Jakots
On Mon, 16 Oct 2023 11:57:32 +0200 (CEST), Laurent Cheylus wrote: > Hi, > > a simple update for security/gosec version 2.18.1 > Changelog: https://github.com/securego/gosec/releases/tag/v2.18.1 > > Build and tests OK on current/amd64 with Go v1.21.1 > > Comments/tests welcome and please commit

new education/freedict dictionaries

2023-10-16 Thread Moritz Buhl
Dear ports@, attached are 203 unidirectional dictionaries in dictd format. This means that each port contains at least two files: an index and a gz archive that allows random access. Some of the archives also come with COPYING, INSTALL or README files. I looked at the 00databaseinfo entry of eac

Re: [maintainer update] Python 3.11.6

2023-10-16 Thread Kurt Mosiejczuk
On Sun, Oct 15, 2023 at 05:32:13AM -0400, Kurt Mosiejczuk wrote: > https://docs.python.org/release/3.11.6/whatsnew/changelog.html#python-3-11-6 > No security fixes but a number of other fixes. The majority in the tests > or on other OSes (not all though). > Regenerated patches although they appli

[maintainer update] security/gosec 2.18.1

2023-10-16 Thread Laurent Cheylus
Hi, a simple update for security/gosec version 2.18.1 Changelog: https://github.com/securego/gosec/releases/tag/v2.18.1 Build and tests OK on current/amd64 with Go v1.21.1 Comments/tests welcome and please commit if OK. Laurent Index: Makefile ==