Re: NEW WIP: games/prismlauncher

2024-08-24 Thread Lorenz (xha)
hi issy, this port builds, but doesn't quite work for me (i.e. get minceraft running). a few issues: i think the readme should specify that the scripts you wrote are wrapper-commands, not the java versions themselves? setting it as a normal java version does not work when i start a minecraft ver

[new] www/py-uvicorn - ASGI web server for Python

2024-08-24 Thread A Tammy
Hi, I've attached ports for www/py-uvicorn and new dependencies needed for testing. All tests for all ports are passing. The server can be run pretty nicely from the command line and is working fine. OK to import? Best, Aisha uvicorn.tgz Description: application/compressed-tar starlette.tgz

[update] security/keycloak to 25.0.4

2024-08-24 Thread aisha
Hi, Attached update to keycloak to 25.0.4 OK? diff --git a/security/keycloak/Makefile b/security/keycloak/Makefile index 75af053bffc..38f119465c4 100644 --- a/security/keycloak/Makefile +++ b/security/keycloak/Makefile @@ -2,7 +2,7 @@ COMMENT = Identity and Access Management solution C

回复: astro/gnuastro: Update to 0.21

2024-08-24 Thread wen heping
ping ... 发件人: wen heping 发送时间: 2023年11月28日 16:25 收件人: Brian Callahan; ports@openbsd.org 主题: astro/gnuastro: Update to 0.21 Hi, all: Here is a patch for astro/gnuastro to update to 0.21. It build and run well on amd64-current system. 10 of 75

[security update]databases/p5-DBI: Update to 1.644

2024-08-24 Thread wen heping
Hi, Here is a patch for databases/p5-DBI to update to 1.644. Upstream changelog say "Fix CVE-2014-10401 and CVE-2014-10402". It build well and pass the test on amd64-current system. Best Regards, wenIndex: databases/p5-DBI/Makefile ===

devel/p5-Graph: Update to 0.9731

2024-08-24 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-Graph to update to 0.9731. It build well and pass all tests on amd64-current system. Three ports depend on it, all build well and pass all tests with this patch. Best regards, wenIndex: devel/p5-Graph/Makefile ===

Re: [patch] net/py-anyio - try to make more compatible with trio version in ports

2024-08-24 Thread A Tammy
On 8/24/24 8:42 PM, aisha wrote: > On 24/08/24 07:35PM, Daniel Dickman wrote: >> >> On Sat, 24 Aug 2024, A Tammy wrote: >> >>> Hi, >>> Our net/py-anyio port is quite behind and can't be updated due to >>> jupyter revdeps. >> Out of curiosity, what issue do you see with newer versions of anyio an

Re: [patch] net/py-anyio - try to make more compatible with trio version in ports

2024-08-24 Thread aisha
On 24/08/24 07:35PM, Daniel Dickman wrote: > > > On Sat, 24 Aug 2024, A Tammy wrote: > > > Hi, > > Our net/py-anyio port is quite behind and can't be updated due to > > jupyter revdeps. > > Out of curiosity, what issue do you see with newer versions of anyio and > jupyter? > > The jupyter_se

Re: [new] devel/py-uvloop - fast asyncio replacement for python

2024-08-24 Thread Daniel Dickman
On Sat, 24 Aug 2024, A Tammy wrote: > Hi, > I've attached a port py-uvloop. Most tests are passing, have opened up > upstream issues for failing tests. I've I think it's in a good enough > state to try and get it in the tree. > > OK? comments? > no need for "MODPY_PYTEST=Yes" as you have M

Re: [maintainer update] textproc/delta 0.18.1

2024-08-24 Thread A Tammy
On 8/24/24 10:00 AM, Laurent Cheylus wrote: > Hi, > > a simple update for textproc/delta to the latest version 0.18.1. > Changelog: https://github.com/dandavison/delta/releases/tag/0.18.1 > > Build and tests OK on current/amd64 with Rust 1.80.1. > > Tests welcome and please commit if OK. > > Laur

Re: [patch] net/py-anyio - try to make more compatible with trio version in ports

2024-08-24 Thread A Tammy
On 8/24/24 7:35 PM, Daniel Dickman wrote: > > On Sat, 24 Aug 2024, A Tammy wrote: > >> Hi, >> Our net/py-anyio port is quite behind and can't be updated due to >> jupyter revdeps. > Out of curiosity, what issue do you see with newer versions of anyio and > jupyter? > > The jupyter_server 1.x se

Re: [patch] net/py-anyio - try to make more compatible with trio version in ports

2024-08-24 Thread Daniel Dickman
On Sat, 24 Aug 2024, A Tammy wrote: > Hi, > Our net/py-anyio port is quite behind and can't be updated due to > jupyter revdeps. Out of curiosity, what issue do you see with newer versions of anyio and jupyter? The jupyter_server 1.x series did have a constraint on anyio<4, but the recent

[patch] net/py-anyio - try to make more compatible with trio version in ports

2024-08-24 Thread A Tammy
Hi, Our net/py-anyio port is quite behind and can't be updated due to jupyter revdeps. So I am gonna try and fix some of the things to get it working a tinier bit better with our current version of trio in the tree. Attached is a patch which greatly improves test success. Without the patch > 43

Re: x11/autorandr: ship bash, fish and zsh completions

2024-08-24 Thread Klemens Nanni
24.08.2024 00:07, Ashton Fagg пишет: > Looks good. Please also remove me as maintainer.  Done, thanks.

CodeChecker 6.24 on fresh 7.6 OpenBSD amd 64 platfrom

2024-08-24 Thread Tom Smyth
Folks, i Installed 6.24 Codechecker package on a fresh OpenBSD7.6 current system on todays or yesterdays snapshot and im still getting that platform not recognized error... Thanks Tom Smyth On Wed, 21 Aug 2024 at 18:13, Tom Smyth wrote: > I have tried removing python2, python3 > adding t

[update] security/osv-scanner 1.8.4

2024-08-24 Thread Laurent Cheylus
Hi, a simple update for security/osv-scanner to the latest version 1.8.4. Changelog: https://github.com/google/osv-scanner/releases/tag/v1.8.4 - Update Makefile, modules.inc and distinfo for this version - Fix Makefile: no need to define DISTNAME and PKGNAME (the first one is sufficient). Build

[new] devel/py-uvloop - fast asyncio replacement for python

2024-08-24 Thread A Tammy
Hi, I've attached a port py-uvloop. Most tests are passing, have opened up upstream issues for failing tests. I've I think it's in a good enough state to try and get it in the tree. For now, I have skipped the failing tests, so that the whole build should pass. > collected 508 items / 7 deselec

Re: NEW: x11/emwm & x11/emwm-utils, clarification wanted.

2024-08-24 Thread izzy Meyer
On Fri, 23 Aug 2024 08:19:25 +0200 Stefan Hagen wrote: > izzy Meyer wrote (2024-08-22 16:29 CEST): > > On Tue, 23 Jul 2024 11:48:06 +0100 > > Stuart Henderson wrote: > > > > > Tweaks in the attached tgz: > > > > > > - separate var names from contents with tabs as is normally done > > > in port

Re: new: www/caddy

2024-08-24 Thread Theo Buehler
On Sat, Aug 24, 2024 at 02:02:41PM +0200, Sebastien Marie wrote: > Hi, > > The attached tarball contains a port for caddy server > (https://caddyserver.com/). DESCR is a bit long-winded and flowery, but it's fine. I would apply these two changes (if you prefer to keep comment as it is, please s/F

[maint-update] mail/mu 1.10.8 -> 1.12.6

2024-08-24 Thread Stefan Hagen
Hello, this is a major update to mail/mu. There are a lot of changes. Please read /usr/local/share/doc/mu/NEWS.org or its online equivalent https://github.com/djcb/mu/blob/master/NEWS.org The test target has one test failing for mu, and two failing for mu-guile. That's expected as they both acce

[maintainer update] textproc/delta 0.18.1

2024-08-24 Thread Laurent Cheylus
Hi, a simple update for textproc/delta to the latest version 0.18.1. Changelog: https://github.com/dandavison/delta/releases/tag/0.18.1 Build and tests OK on current/amd64 with Rust 1.80.1. Tests welcome and please commit if OK. Laurent Index: Makefile =

Re: p5-Mail-Milter-Authentication is 8 years old

2024-08-24 Thread Benoit Lecocq
Le 23/08/2024 à 16:30, giova...@paclan.it a écrit : On 8/16/24 8:19 AM, Rupert Gallagher wrote: This is the new code: https://github.com/fastmail/authentication_milter Please pinch Giovanni Bechis. WIP update to latest version and drop maintainership since I no longer use this. Tests are

new: www/caddy

2024-08-24 Thread Sebastien Marie
Hi, The attached tarball contains a port for caddy server (https://caddyserver.com/). Caddy is most often used as an HTTPS server, but it is suitable for any long-running Go program. First and foremost, it is a platform to run Go applications. Caddy "apps" are just Go prog

aarch64 bulk build report

2024-08-24 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Aug 21 15:56:02 MDT 2024 finished at Sat Aug 24 04:13:11 MDT 2024 lasted 2D12h17m done with kern.version=OpenBSD 7.6-beta (GENERIC.MP) #157: Wed Aug 21 01:49:25 MDT 2024 built packages:12201 Aug 21:3201 Aug 22:2709 Aug 23:6263 Aug 24:27 crit

Re: update pipe-viewer to 0.5.3

2024-08-24 Thread Omar Polo
On 2024/08/24 00:16:19 -0400, Stefan Moran wrote: > Port works fine for me, though I would prefer not setting BUILD_DEPENDS > to RUN_DEPENDS unless this is common practice. It makes the port more > confusing to readers, just to remove a benign warning from the build > script. Committed the update