Re: radicale can't start

2025-05-04 Thread Mike Fischer
I think the line: daemon="${TRUEPREFIX}/bin/radicale -d" in the rc script is wrong (probably a leftover from the 2.x port). There is no -d option in Radicale 3.x AFAIC. Also the Description states that Radicale is a CalDAV server. It is also a CardDAV server though. HTH Mike > Am 04.05.2025

sparc64 bulk build report

2025-05-04 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Fri May 2 04:16:57 MDT 2025 Finished: Sun May 4 20:21:52 MDT 2025 Duration: 2 Days 16 hours 5 minutes Built using OpenBSD 7.7-current (GENERIC.MP) #2451: Sun Apr 27 22:18:04 MDT 2025 Built 9288 packages Number of packages built each day: Ma

Re: [maintainer update] devel/goreleaser 2.9.0

2025-05-04 Thread Daniel Jakots
On Thu, 1 May 2025 10:42:33 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.9.0. > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.9.0 > > - update Makefile, distinfo and modules.inc for this version > - update pkg/D

aarch64 bulk build report

2025-05-04 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu May 1 06:12:53 MDT 2025 finished at Sun May 4 18:34:36 MDT 2025 lasted 3D12h21m done with kern.version=OpenBSD 7.7-current (GENERIC.MP) #0: Fri May 2 04:49:34 MDT 2025 built packages:12551 May 1:4489 May 2:327 May 3:1773 May 4:5961 critical

Re: UPDATE: x11/emwm & x11/emwm-utils 1.2 -> 1.3

2025-05-04 Thread izzy Meyer
Hello, Stuart and Lucas pushed me to switch x11/emwm-utils to use authenticate(3) instead of SUID root in [1]. Well, this diff attached does this. I could not figure out how to get the shutdown and reboot stuff sorted. My user is in _shutdown and I tried setting REBOOT_CMD acccordingly, but to no

[Update] net/geomyidae-0.51 -> 0.96

2025-05-04 Thread trondd
Update to a more recent release. Includes some OpenBSD fixes around pledge and a buch of stuff in the year since the release in ports. Running for a couple days on 7.7 release, hopefully close enough to current to be valid... I've also never been able to get their ftp server to work so I don't k

Re: devel/llvm-lit

2025-05-04 Thread Alexander Bluhm
On Sun, May 04, 2025 at 05:03:47AM -0400, Kurt Mosiejczuk wrote: > llvm-lit is set to ONLY_FOR_ARCHS LLVM_ARCHS. But it's > got COMPILER of base-clang with no others. > > So on sparc64 dpb ends up trying base-gcc to build it, which of course > won't work. > > So should the ONLY_FOR_ARCHS be chan

[SECURITY] print/ghostscript/gnu 10.05.1

2025-05-04 Thread Volker Schlecht
Update to latest release, which reinstates the pdf2dsc binary and fixes CVE-2025-46646 on top of the CVEs that were already fixed by 10.05.0 https://ghostscript.readthedocs.io/en/gs10.05.1/News.html ok for -stable and -current? Index: Makefile ===

Re: radicale can't start

2025-05-04 Thread TronDD
On Fri May 2, 2025 at 9:27 PM EDT, TronDD wrote: > On Fri May 2, 2025 at 8:03 PM EDT, Stuart Henderson wrote: >> rapid releases are not a problem, it just needs a maintainer who cares. > > > I'm not sure can be that maintainer, I don't even have time right now to > finish this and decide if I want

devel/llvm-lit

2025-05-04 Thread Kurt Mosiejczuk
llvm-lit is set to ONLY_FOR_ARCHS LLVM_ARCHS. But it's got COMPILER of base-clang with no others. So on sparc64 dpb ends up trying base-gcc to build it, which of course won't work. So should the ONLY_FOR_ARCHS be changed to CLANG_ARCHS? Or should COMPILER be changed to base-clang ports-clang? T

NEW: x11/kde-applications/kpublictransport and x11/kde-applications/kosmindoormap

2025-05-04 Thread Rafael Sadowski
Please find attached kpublictransport-25.04.0 and kosmindoormap-25.04.0. These are two new dependencies to port Kongress - companion application for conference attendees to OpenBSD. kosmindoormap depends on kpublictransport, so I'm combining the two in one mail. OK to import? Comment: library fo

NEW: x11/kde-applications/kongress

2025-05-04 Thread Rafael Sadowski
New KDE port kongress-25.04.0. Please keep in mind you need x11/kde-applications/kosmindoormap to test it. kosmindoormap is part of a different mail. OK to import? Comment: companion application for conference attendees Description: Kongress provides practical information about conferences. It s

Re: [update] editors/neovim 0.11.1

2025-05-04 Thread Laurence Tratt
On Sun, Apr 27, 2025 at 10:44:40AM +0200, Laurent Cheylus wrote: > simple update for editors/neovim to the latest version 0.11.1 (mostly > bugfix). This has been working well for me for the last week. Laurie