sparc64 bulk build report

2024-12-17 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri Dec 13 18:18:09 MST 2024 Finished: Tue Dec 17 01:59:48 MST 2024 Duration: 3 Days 7 hours 42 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2351: Wed Dec 11 11:14:25 MST 2024 Built 9204 packages Number of packages built each day: De

Re: [maintainer update] sysutils/fzf 0.57.0

2024-12-17 Thread Laurent Cheylus
Hi Daniel, - Mail original - > On Mon, 16 Dec 2024 19:03:38 +0100 (CET), Laurent Cheylus > wrote: > > > Hi ports@ > > > > a simple update for sysutils/fzf to the latest version 0.57.0 > > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.57.0 > > > > Build and tests OK with Go

Re: sysutils/fwa update

2024-12-17 Thread Janne Johansson
> 1. All of the patches have been ported upstream, but I wasn't able to >remove the patches directory with cvs, not sure how to add this to the >diff. CVS doesn't remember dirs, so it will be gone when the last item in it is gone. Except that deleted files end up in the Attic so you can re

Re: update dnsdist to 1.9.8 including extra features

2024-12-17 Thread Otto Moerbeek
On Tue, Dec 17, 2024 at 04:08:44PM +0100, Renaud Allard wrote: > Hi Otto, > > On 12/17/24 2:28 PM, Otto Moerbeek wrote: > > Hi, > > > > this adds two features (and two new dependencies). Did I do this > > right? I did not think it warrants flavors. > > > > Isn't the flavor there because quiche

Re: [update] boost 1.87

2024-12-17 Thread Landry Breuil
Le Tue, Dec 17, 2024 at 12:27:45AM -0500, Brad Smith a écrit : > On Mon, Dec 16, 2024 at 08:59:22AM +0100, Landry Breuil wrote: > > Le Mon, Dec 16, 2024 at 12:05:52AM -0500, Brad Smith a ?crit : > > > On Sat, Dec 14, 2024 at 10:17:35AM +0100, Landry Breuil wrote: > > > > hi, > > > > > > > > this i

riscv64 bulk build report

2024-12-17 Thread jca
Bulk build on riscv64-2.ports.openbsd.org Started : Mon Dec 2 07:22:26 MST 2024 Finished: Tue Dec 17 02:37:54 MST 2024 Duration: 14 Days 19 hours 15 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #105: Sun Dec 1 08:27:36 MST 2024 Built 10527 packages Number of packages built each day: D

sysutils/fwa update

2024-12-17 Thread Peter Hajdu
Hi, a trivial update of sysutils/fwa to 0.2. Tested on -stable/amd64. Can you please also commit if it's ok? I also have a few questions that are not completely clear after reading porting guides. 1. All of the patches have been ported upstream, but I wasn't able to remove the patches directo

update dnsdist to 1.9.8 including extra features

2024-12-17 Thread Otto Moerbeek
Hi, this adds two features (and two new dependencies). Did I do this right? I did not think it warrants flavors. -Otto Index: Makefile === RCS file: /home/cvs/ports/net/dnsdist/Makefile,v diff -u -p -r1.49 Makefile --- Makef

Re: gdb, bfd and gcc

2024-12-17 Thread Stuart Henderson
On 2024/12/16 19:07, Jeremie Courreges-Anglas wrote: > If we want to ship some recent libbfd support, I think we should do it > from devel/binutils. But right now nothing in the ports tree uses > libbfd, so the easiest way forward is to just drop bfd from devel/gdb. > I have verified that lang/rus

math/z3: update to 4.13.4 from maintainer

2024-12-17 Thread Kirill A . Korinsky
ports@, I'd like to update math/z3 to 4.13.4. Tested on -current/amd64. Changes: Version 4.13.4 == - several updates to emscripten including #7473 - add preliminary pyodie build - address issues with Java bindings - Include start of sls-smt functionality SLS modulo theories as co-pr

Re: update dnsdist to 1.9.8 including extra features

2024-12-17 Thread Renaud Allard
Hi Otto, On 12/17/24 2:28 PM, Otto Moerbeek wrote: Hi, this adds two features (and two new dependencies). Did I do this right? I did not think it warrants flavors. Isn't the flavor there because quiche/boringssl don't build on some arches? -Otto Index: Makefile ===

Re: [maintainer update] sysutils/fzf 0.57.0

2024-12-17 Thread Daniel Jakots
On Tue, 17 Dec 2024 12:24:27 +0100 (CET), Laurent Cheylus wrote: > Attached the correct diff for sysutils/fzf port between 0.56.3 and > 0.57.0 version. Committed, merci !

Re: Fastfetch: new package

2024-12-17 Thread izzy Meyer
On Sat, 7 Dec 2024 05:59:03 + Li Carter wrote: > > As I said: > > > > I see it builds against headers for various libraries in > > BUILD_DEPENDS but dlopen()'s them at runtime and no run dependency > > information is recorded in the package, > > As I said, it's designed like that. You shoul

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Tue, 17 Dec 2024 19:34:11 + Lucas Gabriel Vuotto wrote: > > My bad. I had gstreamer installed while trying this patch. :( > (it got pulled by py3-qt5 and forgot about it.) > > After a 'pkg_delete gstreamer1', I run into the same issue. The reason > is that set_child was added to Gtk.MenuB

Re: security/ejabberd-dovecot-auth: new port

2024-12-17 Thread Kirill A . Korinsky
On Mon, 25 Nov 2024 16:21:57 +0100, Kirill A. Korinsky wrote: > > On Mon, 25 Nov 2024 12:40:13 +0100, > Stuart Henderson wrote: > > > > p5-Authen-SASL-Authd: > > > > s/Commulitive/Cumulative/ in patch comment, then it's ok > > > > > > ejabberd-dovecot-auth: > > > > pkg-readme fixes; > > >

shells/zsh: fix WANTLIB

2024-12-17 Thread Matthias Kilian
Fix WANTLIB (missing util). Found by using dpb -R (it didn't rebuild zsh after the recent bumps to libutil, which then caused build errors in other ports like lang/bacon depending on zsh). ok? Ciao, Kili Index: Makefile ===

Re: [update] boost 1.87

2024-12-17 Thread Brad Smith
On 2024-12-17 10:27 a.m., Landry Breuil wrote: Le Tue, Dec 17, 2024 at 12:27:45AM -0500, Brad Smith a écrit : On Mon, Dec 16, 2024 at 08:59:22AM +0100, Landry Breuil wrote: Le Mon, Dec 16, 2024 at 12:05:52AM -0500, Brad Smith a ?crit : On Sat, Dec 14, 2024 at 10:17:35AM +0100, Landry Breuil wr

Re: archivers/bzip3: update to 1.5.0

2024-12-17 Thread Klemens Nanni
17.12.2024 22:36, Kirill A. Korinsky пишет: > or fix make test: Sure, OK kn > > Index: archivers/bzip3/Makefile > === > RCS file: /home/cvs/ports/archivers/bzip3/Makefile,v > diff -u -p -r1.1.1.1 Makefile > --- archivers/bzip3/Makef

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Mon, 16 Dec 2024 18:21:41 + Stuart Henderson wrote: > On 2024/12/16 19:07, Paco Esteban wrote: > > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ > > I don't think there's any need for the minimum version spec. > The only way we are going to get a <2 version now is by setting

Re: math/z3: update to 4.13.4 from maintainer

2024-12-17 Thread Klemens Nanni
17.12.2024 18:02, Kirill A. Korinsky пишет: > I'd like to update math/z3 to 4.13.4. OK kn

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
On Tue, Dec 17, 2024 at 07:08:10PM +0100, Paco Esteban wrote: > Lucas Gabriel Vuotto writes: > > > On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: > >> Updated diff with py-gstreamer added as a RDEP. > >> Without it we encounter all sorts of crashes. > >> > >> Tried to apply a patc

Re: archivers/bzip3: update to 1.5.0

2024-12-17 Thread Kirill A . Korinsky
On Tue, 17 Dec 2024 19:19:04 +0100, Klemens Nanni wrote: > > 16.12.2024 18:17, Kirill A. Korinsky пишет: > > Upstream releases a bugfix release, changelog: > > OK kn > > Default TEST_TARGET=check doesn't do anything, =test tries to run bzip3, > but the difstfile doesn't contain the example file

Re: maintainer update net/dnscontrol --> 4.15.2

2024-12-17 Thread Klemens Nanni
17.12.2024 21:51, Paco Esteban пишет: > This is an update of net/dnscontrol to its latest version 4.15.2 > Builds and runs fine for me on amd64 for my provider. > > They mention some possible bug for some providers in the changelog, so be > aware > of that: https://github.com/StackExchange/dnscon

Re: update dnsdist to 1.9.8 including extra features

2024-12-17 Thread Stuart Henderson
On 2024/12/17 14:28, Otto Moerbeek wrote: > Hi, > > this adds two features (and two new dependencies). Did I do this > right? I did not think it warrants flavors. I think so. These deps seem small enough to just add to me. OK

Re: gdb, bfd and gcc

2024-12-17 Thread Pascal Stumpf
On Mon, 16 Dec 2024 19:07:12 +0100, Jeremie Courreges-Anglas wrote: > > So we got recent reports about some gcc ports failing to build for > obscure reasons. The last known failure was spotted by tb@: > > https://pbot.rmdir.de/Br7B606-XUwXsk9LMLLDNA > > The issue is the ugly ansidecl.h heade

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Stuart Henderson
On 2024/12/17 10:03, izzy Meyer wrote: > On Mon, 16 Dec 2024 18:21:41 + > Stuart Henderson wrote: > > > On 2024/12/16 19:07, Paco Esteban wrote: > > > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ > > > > I don't think there's any need for the minimum version spec. > > The only w

Re: KDE6 spectacle

2024-12-17 Thread Kevin Chadwick
> KDE on OpenBSD is fantastic. I have kde-plasma-extras installed and I am using > current. However I can't seem to find spectacle and print screen does not > work. > > Is that expected? I have just set xfce4-screenshooter as PrtSc key

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Antoine Jacoutot
On Tue, Dec 17, 2024 at 06:21:59PM +0100, Paco Esteban wrote: > izzy Meyer writes: > > > I installed (or made sure were installed): > > - py3-gstreamer1 > > - gstreamer1 > > - gstreamer1-plugins-base > > - gstreamer1-plugins-bad > > - gstreamer1-plugins-good > > - gstreamer1-plugins-libav > > - g

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
izzy Meyer writes: > I installed (or made sure were installed): > - py3-gstreamer1 > - gstreamer1 > - gstreamer1-plugins-base > - gstreamer1-plugins-bad > - gstreamer1-plugins-good > - gstreamer1-plugins-libav > - gstreamer1-plugins-ugly > > And I still am missing a dep for audio calling. Namely

Re: archivers/bzip3: update to 1.5.0

2024-12-17 Thread Klemens Nanni
16.12.2024 18:17, Kirill A. Korinsky пишет: > Upstream releases a bugfix release, changelog: OK kn Default TEST_TARGET=check doesn't do anything, =test tries to run bzip3, but the difstfile doesn't contain the example file to be compressed. If you care, you could provide your own do-test similar

[Update] net/libcares 1.34.4

2024-12-17 Thread Volker Schlecht
Cc: Maintainer Update to latest (bugfix-)release for net/libcares. ok? Index: Makefile === RCS file: /cvs/ports/net/libcares/Makefile,v retrieving revision 1.37 diff -u -p -r1.37 Makefile --- Makefile 10 Nov 2024 20:04:19 - 1.37

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
Apparently not. At least from what I can tell from their runtime deps list here: https://dev.gajim.org/gajim/gajim#for-video-and-audio-calls On December 17, 2024 6:26:15 PM GMT+01:00, Antoine Jacoutot wrote: >On Tue, Dec 17, 2024 at 06:21:59PM +0100, Paco Esteban wrote: >> izzy Meyer writes: >

Re: archivers/bzip3: update to 1.5.0

2024-12-17 Thread Kirill A . Korinsky
On Tue, 17 Dec 2024 21:04:10 +0100, Klemens Nanni wrote: > > 17.12.2024 22:36, Kirill A. Korinsky пишет: > > @@ -14,8 +14,23 @@ PERMIT_PACKAGE= Yes > > > > WANTLIB= c pthread > > > > -SITES= > > https://github.com/kspalaiologos/bzip3/releases/download/${V}/ > > +SITES=

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
On Tue, Dec 17, 2024 at 10:03:15AM -0600, izzy Meyer wrote: > Why do we want to get rid of gstreamer? What if someone wants to do an > audio call or something? gstreamer isn't required for Gajim to work. gstreamer wasn't part of the port's RDEPs until last update. Because of an upstream's bug, 1.9

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Tue, 17 Dec 2024 16:39:03 + Lucas Gabriel Vuotto wrote: > On Tue, Dec 17, 2024 at 10:03:15AM -0600, izzy Meyer wrote: > > Why do we want to get rid of gstreamer? What if someone wants to do > > an audio call or something? > > gstreamer isn't required for Gajim to work. gstreamer wasn't pa

Re: sysutils/fwa update

2024-12-17 Thread Stuart Henderson
thanks, committed with a few tweaks. On 2024/12/17 15:38, Peter Hajdu wrote: > Hi, > > a trivial update of sysutils/fwa to 0.2. > Tested on -stable/amd64. > Can you please also commit if it's ok? > > I also have a few questions that are not completely clear after reading > porting guides. > > 1

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
Lucas Gabriel Vuotto writes: > On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: >> Updated diff with py-gstreamer added as a RDEP. >> Without it we encounter all sorts of crashes. >> >> Tried to apply a patch that's already in master, >> https://dev.gajim.org/gajim/gajim/-/commit/d3

Re: sysutils/docker-compose: update to 2.32.0 from maintern

2024-12-17 Thread Klemens Nanni
16.12.2024 22:21, Kirill A. Korinsky пишет: > ...and they had also released a bugfix release. OK kn

[maintainer update] remind 5.1.0 -> 5.2.1

2024-12-17 Thread Martin Ziemer
This patch updates remind from 5.1.0 to 5.2.1. Tested on amd64. Index: Makefile === RCS file: /cvs/ports/misc/remind/Makefile,v diff -u -p -r1.79 Makefile --- Makefile18 Nov 2024 18:29:26 - 1.79 +++ Makefile17 Dec 20