sparc64 bulk build report

2023-03-10 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Tue Mar 7 15:07:22 MST 2023 Finished: Fri Mar 10 23:01:20 MST 2023 Duration: 3 Days 7 hours 54 minutes Built using OpenBSD 7.3-beta (GENERIC.MP) #1691: Mon Mar 6 12:56:00 MST 2023 Built 9367 packages Number of packages built each day: Mar 7

Re: Non-standard allocations in games/vkquake

2023-03-10 Thread Thomas Frohwein
On Fri, Mar 10, 2023 at 08:36:06PM +, Ali Farzanrad wrote: [...] > > > Please leave in the hunk that removes -Werror > > > > yes, what's the reason for this being in the diff/ > > I thought that you've removed that -Werror mistakenly, because it was > used to detect compiler options and witho

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
10.03.2023 19:57, Josh Grosse пишет: > On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: > [snip] >> Here is a diff using cmake, qt6 and gtk4 as per upstream defaults. >> Above mentioned cmake issues should be mentioned upstream. >> The one new local patch is trivial, free PR for anyon

Re: Non-standard allocations in games/vkquake

2023-03-10 Thread Ali Farzanrad
Hello Thomas, Thomas Frohwein wrote: > On Thu, Mar 09, 2023 at 12:06:57PM +, Stuart Henderson wrote: > > On 2023/03/09 07:13, Ali Farzanrad wrote: > > > --- Quake/Makefile.orig > > > +++ Quake/Makefile > > > -@@ -29,7 +29,7 @@ VORBISLIB=vorbis > > > - # Helper functions > > > - # --

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: [snip] > Here is a diff using cmake, qt6 and gtk4 as per upstream defaults. > Above mentioned cmake issues should be mentioned upstream. > The one new local patch is trivial, free PR for anyone taking their time. > > Both gtk and qt ru

Re: Non-standard allocations in games/vkquake

2023-03-10 Thread Thomas Frohwein
On Thu, Mar 09, 2023 at 12:06:57PM +, Stuart Henderson wrote: > On 2023/03/09 07:13, Ali Farzanrad wrote: > > --- Quake/Makefile.orig > > +++ Quake/Makefile > > -@@ -29,7 +29,7 @@ VORBISLIB=vorbis > > - # Helper functions > > - # --- > > - > > --check_gcc = $(shell if

UPDATE: audio/ncspot to 0.13.0

2023-03-10 Thread Henrik Friedrichsen
Attached diff updates ncspot to 0.13.0. Tested on amd64. OK?Index: Makefile === RCS file: /cvs/ports/audio/ncspot/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile24 Feb 2023 08:28:35 - 1.40 +++

Re: [update] Lagrange to 1.15.4

2023-03-10 Thread Omar Polo
On 2023/03/09 22:05:42 +0100, Florian Viehweger wrote: > Hi, > > this is an update for Lagrange to 1.15.4. > > Some testing done on amd64. No issues found. same here, works fine :) Committed, thanks!

Re: sync user.list with reality

2023-03-10 Thread Marc Espie
On Fri, Mar 10, 2023 at 12:54:22PM -0500, Daniel Jakots wrote: > Hey, > > This morning I saw the removal of kibana and elasticsearch but I > noticed there were no change for user.list. I began to craft a diff and > then I realize games/hedgewars wasn't commented out either. > > I wrote a basic sh

sync user.list with reality

2023-03-10 Thread Daniel Jakots
Hey, This morning I saw the removal of kibana and elasticsearch but I noticed there were no change for user.list. I began to craft a diff and then I realize games/hedgewars wasn't commented out either. I wrote a basic shell script to check whether the 'port' is a directory indeed. Here's my attem

maintainer update: net/swirc 3.4.2 -> 3.4.3

2023-03-10 Thread Markus Uhlin
Hi ports@, Today I released net/swirc 3.4.3 which comes with code improvements and new translations. No new bugs were fixed/found. >From the changelog: ## [3.4.3] - 2023-03-10 ## - **Added** code improvements: - **Added** constructors/destructors - **Added** improved algorithms - **Added**

Re: x11/kitty: Failed to create GLFW temp window

2023-03-10 Thread Ariel Popper
On Sun Mar 5, 2023 at 12:14 PM EST, Stuart Henderson wrote: > Unless someone has a good idea we should probably mark kitty broken > for now I think. It looks like kitty is working again as of the snap OpenBSD 7.3-beta (GENERIC.MP) #1102: Fri Mar 10 00:28:37 MST 2023 Thanks everyone!

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
On Fri, Mar 10, 2023 at 03:09:42PM +, Klemens Nanni wrote: > transmission's cmake code finds and prints libevent2's 2.1.12, but ends up > always using base libevent.so.* which I have not been able to fix. > > Looks like transmission wants to link against a single -levent like base, > but ports

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Klemens Nanni
On Thu, Mar 09, 2023 at 06:02:31PM -0500, Josh Grosse wrote: > The attached "version 1" patch is a work-in-progress; I'm looking for > advice and corrections > > 1) I have (temporarily) disabled the Qt subpackage >build, because upstream has switched to using CMake for >everything, and I

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 03:20:51PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > > On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > > > On 2023/03/09 18:02, Josh Grosse wrote: > > > > 2) I am having an issue with "size mismatch" w

devel/libevent2: adjust python shebang

2023-03-10 Thread Klemens Nanni
Had to look into libevent wrt. consumers and cmake, saw it would find python and thus noticed we ship a .py script with env(1) shebang... No idea about the script, but if shipped the shebang should be right. Feeback? OK? Index: Makefile ===

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Antoine Jacoutot
On Fri, Mar 10, 2023 at 09:10:56AM -0500, Josh Grosse wrote: > On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > > On 2023/03/09 18:02, Josh Grosse wrote: > > > 2) I am having an issue with "size mismatch" warnings as both > > >libevent and devel/libevent2 are required by the

Re: [update] net/transmission 4.0.1 - work in progress

2023-03-10 Thread Josh Grosse
On Fri, Mar 10, 2023 at 07:37:20AM +, Stuart Henderson wrote: > On 2023/03/09 18:02, Josh Grosse wrote: > > 2) I am having an issue with "size mismatch" warnings as both > >libevent and devel/libevent2 are required by the main and > >gtk subpackages. > > Mixing the two won't work, i

Re: Folks are there any tips to improve page load times on smokeping running on OpenBSD

2023-03-10 Thread Tom Smyth
I think I understand better. Now .. but is there still a security benefit from having the different services in their own jails ? (even if the jail cells come with their own metaphorical swimming pool and armoury ) or is it that the jails don’t offer enough compared with the additional workl