Re: powerpc bulk build report

2024-03-10 Thread George Koehler
On Sun, 10 Mar 2024 18:26:04 +0100 Omar Polo wrote: > The alternative, if I'm reading this[0] correctly, is to sprinkle some > #include and -maltivec, but since it's not used I think it's > easier to just remove it. If it works I'll upstream this as well. On Sun, 10 Mar 2024 18:42:06 +0100 Tob

Re: powerpc bulk build report

2024-03-10 Thread Tobias Heider
On Sun, Mar 10, 2024 at 06:26:04PM +0100, Omar Polo wrote: > On 2024/03/03 20:37:45 -0700, gkoeh...@openbsd.org wrote: > > http://build-failures.rhaalovely.net/powerpc/2024-02-07/games/nanosaur2.log > > : > /usr/obj/ports/nanosaur2-2.1.0/Nanosaur2-2.1.0/Source/Headers/ogl_support.h:122:2: > : err

Re: [NEW] Icinga DB and Icinga DB Web

2024-03-10 Thread Alvar Penning
Thank you very much for the fast and, even with the ongoing release situation, comprehensive answer. On 2024-03-10 14:36, Stuart Henderson wrote: > There's the same text in net/icinga/web2-module-icingadb/pkg/DESCR as > net/icinga/icingadb/pkg/DESCR. Better to describe what the module in > partic

Re: powerpc bulk build report

2024-03-10 Thread Tobias Heider
On Sun, Mar 10, 2024 at 06:55:07PM +0100, Omar Polo wrote: > On 2024/03/10 18:42:06 +0100, Tobias Heider wrote: > > On Sun, Mar 10, 2024 at 06:26:04PM +0100, Omar Polo wrote: > > > On 2024/03/03 20:37:45 -0700, gkoeh...@openbsd.org wrote: > > > > http://build-failures.rhaalovely.net/powerpc/2024-0

[maintainer update] sysutils/fzf 0.47.0

2024-03-10 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf version 0.47.0 Changelog: https://github.com/junegunn/fzf/releases/tag/0.47.0 - update Makefile, modules.inc and distinfo for version 0.47.0 - add a specific 'do-test' in Makefile => 'make test' OK with it Build and tests OK on current/amd64 with Go 1.22.0.

Re: powerpc bulk build report

2024-03-10 Thread Omar Polo
On 2024/03/10 18:42:06 +0100, Tobias Heider wrote: > On Sun, Mar 10, 2024 at 06:26:04PM +0100, Omar Polo wrote: > > On 2024/03/03 20:37:45 -0700, gkoeh...@openbsd.org wrote: > > > http://build-failures.rhaalovely.net/powerpc/2024-02-07/games/nanosaur2.log > > > > : > > /usr/obj/ports/nanosaur2-2

Re: powerpc bulk build report

2024-03-10 Thread Omar Polo
On 2024/03/03 20:37:45 -0700, gkoeh...@openbsd.org wrote: > http://build-failures.rhaalovely.net/powerpc/2024-02-07/games/nanosaur2.log : /usr/obj/ports/nanosaur2-2.1.0/Nanosaur2-2.1.0/Source/Headers/ogl_support.h:122:2: : error: unknown type name 'vector' : vector float v[4]; : ^

NEW: sysutils/victorialogs v0.5.0

2024-03-10 Thread Denis Fondras
(For when ports is unlock) VictoriaLogs is a fast and easy-to-use, open source logs solution. VictoriaLogs provides the following key features: - accept logs from popular log collectors - much easier to set up and operate compared to Elasticsearch and Grafana Loki - easy yet powerful query lang

Firefox vs Chromium youtube playback

2024-03-10 Thread Mihai Popescu
Hello, I'm using amd64 snapshots here, bot Chromium and Firefox installed. I prefer to use Firefox but every time when I play an youtube video in full screen i have to manually lower down the resolution to 480p / 720p just to avoid "dropped frames" reported in Right click > Stats for Nerds ... on

[NEW] Icinga DB and Icinga DB Web

2024-03-10 Thread Alvar Penning
Hi all, I recently started porting Icinga DB[0] and the corresponding Icinga DB Web[1], a module for Icinga Web 2. In a current Icinga 2 setup, Icinga DB aims at replacing the Icinga Data Output, IDO, which was deprecated. The attached tarball contains a diff against existing files and the two ne

databases/victoriametrics: update to v1.93.13

2024-03-10 Thread Denis Fondras
For when ports is unlock Changelog at https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.93.10...v1.93.13 Index: Makefile === RCS file: /cvs/ports/databases/victoriametrics/Makefile,v retrieving revision 1.20 diff -u -p -r

Re: [NEW] Icinga DB and Icinga DB Web

2024-03-10 Thread Stuart Henderson
I'll have another look after we're done with release but some quick comments for now (I haven't tried running it yet but am interested) | Before starting Icinga DB, the included sample configuration must be | copied to /etc/icingadb/config.yml and altered accordingly: | | # mkdir /etc/icingadb |

Re: textproc/goldendict-ng: set USE_NOBTCFI=Yes

2024-03-10 Thread Stuart Henderson
On 2024/03/10 12:47, Klemens Nanni wrote: > Otherwise the QtWebEngineProcess just dies and leaves no core dump. > During import, I did not have this problem on the same machine. before the change to disable retpoline thunks by default (and perhaps you tested before the change to disable retpoline

Re: 回复: [Update] www/p5-Mojo : Update to 8.52

2024-03-10 Thread Stuart Henderson
after release. On 2024/03/10 13:00, wen heping wrote: > Here is the revised patch: > i) Update to 9.36 > ii) Update DEPENDS > iii) Update LICENSE > > It build well and run well on amd64-current system. > 2 of all 104 tests failed, just as the > > Any comments? Current version in p

回复: [Update] www/p5-Mojo : Update to 8.52

2024-03-10 Thread wen heping
Here is the revised patch: i) Update to 9.36 ii) Update DEPENDS iii) Update LICENSE It build well and run well on amd64-current system. 2 of all 104 tests failed, just as the Any comments? Current version in portstree is 8.22, which is releaed five years ago. Cheers ! wen __

textproc/goldendict-ng: set USE_NOBTCFI=Yes

2024-03-10 Thread Klemens Nanni
Otherwise the QtWebEngineProcess just dies and leaves no core dump. During import, I did not have this problem on the same machine. With this goldendict-ng is stable. Feedback? OK? Index: Makefile === RCS file: /cvs/ports/textproc/go

Update from maintainer: devel/objfw 1.0.11

2024-03-10 Thread Jonathan Schleifer
Index: devel/objfw/Makefile === RCS file: /cvs/ports/devel/objfw/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- devel/objfw/Makefile 25 Feb 2024 01:13:41 - 1.7 +++ devel/objfw/Makefile 10 Mar 2024 10:50:09 -