Fix runtime crashes in net/profanity

2024-12-25 Thread Stepan Zolotuev
Hello, After recent python 3.12 migration a known issue of profanity has surfaced, where it crashes upon every startup. This was fixed by an upstream commit multiple months ago. The diff below is exactly that. Tests pass too. diff --git net/profanity/Makefile net/profanity/Makefile index a9a7e4

Re: NEW: net/ergo

2024-12-25 Thread Denis Fondras
Le Wed, Dec 25, 2024 at 02:24:14AM +0100, Lydia Sobot a écrit : > Ping ping ping ping, made portcheck happy with using ${VARBASE} instead > of /var directly > Thank you. ${VARBASE} is not expanded, you missed the SUBST_VARS in Makefile. You may as well change /etc with SYSCONFDIR > On Mon Dec 1

update audio/zmusic-1.1.14

2024-12-25 Thread Timo Myyrä
Hi, Seems the zmusic does not make releases but they tag new versions. Here is a little bump for the project. Tested with gzdoom and amd64. Timo diff /usr/ports commit - 61e21a29c20cbe9a6ae694d55ca70a8ddf826e4a path + /usr/ports blob - 175bad257c48286444d812f29dedc4d0f04fc7e7 file + audio/zmusi

update games/gzdoom-4.14.0

2024-12-25 Thread Timo Myyrä
Hi, New gzdoom release was released recently. Here's a update for it. Quick playtest works on amd64. Timo diff /usr/ports commit - 61e21a29c20cbe9a6ae694d55ca70a8ddf826e4a path + /usr/ports blob - e4ca89b89c3abcd239aaadbcc36b7e5a7d96da92 file + games/gzdoom/Makefile --- games/gzdoom/Makefile +++

devel/pycdc: update to commit 5e1c403

2024-12-25 Thread Denis Fondras
Here is an update of devel/pycdc to the latest commit. Previous version was from 2018. We can also remove the local patch. Index: Makefile === RCS file: /cvs/ports/devel/pycdc/Makefile,v diff -u -p -r1.11 Makefile --- Makefile6 Ma

Re: devel/pycdc: update to commit 5e1c403

2024-12-25 Thread Denis Fondras
On Wed, Dec 25, 2024 at 11:29:34AM +0100, Theo Buehler wrote: > On Wed, Dec 25, 2024 at 11:25:22AM +0100, Denis Fondras wrote: > > Here is an update of devel/pycdc to the latest commit. > > Previous version was from 2018. We can also remove the local patch. > > forgotten cvs rm? > Don't know why

Re: Fix runtime crashes in net/profanity

2024-12-25 Thread Omar Polo
Hello, On 2024/12/25 15:23:36 +, Stuart Henderson wrote: > On 2024/12/25 11:19, Stepan Zolotuev wrote: > > Hello, > > > > After recent python 3.12 migration a known issue of profanity has > > surfaced, where it crashes upon every startup. > > > > This was fixed by an upstream commit multipl

py-cryptography update

2024-12-25 Thread Stuart Henderson
pyca changed from setuptools-rust to maturin to build. It builds ok with this (cribbed from other ports using maturin), but I haven't figured out how to get tests to run. Runtime test reports and any cluebats about fixing tests welcome! Index: py-cryptography/Makefile ===

Re: NEW: net/ergo

2024-12-25 Thread Stuart Henderson
On 2024/12/25 09:56, Denis Fondras wrote: > Le Wed, Dec 25, 2024 at 02:24:14AM +0100, Lydia Sobot a écrit : > > Ping ping ping ping, made portcheck happy with using ${VARBASE} instead > > of /var directly > > > > Thank you. ${VARBASE} is not expanded, you missed the SUBST_VARS in Makefile. VARB

Fix multimedia/dav1d on riscv64

2024-12-25 Thread Jeremie Courreges-Anglas
Latest dav1d fails to build because llvm-16 doesn't support ".option arch ..." on risc-v. llvm-17 from ports fixes that problem, but the code in tests/checkasm/checkasm.h then fails because it assumes that CLOKC_MONOTONIC_RAW is available. That could also be worked around but: 1. we don't have

Re: NEW: net/ergo

2024-12-25 Thread Lydia Sobot
Fixed, also missed an issue in the PLIST where I forgot to bump the user/group id On Wed Dec 25, 2024 at 16:27 CET, Stuart Henderson wrote: > On 2024/12/25 09:56, Denis Fondras wrote: > > Le Wed, Dec 25, 2024 at 02:24:14AM +0100, Lydia Sobot a écrit : > > > Ping ping ping ping, made portcheck happ

Re: Fix runtime crashes in net/profanity

2024-12-25 Thread Stuart Henderson
On 2024/12/25 11:19, Stepan Zolotuev wrote: > Hello, > > After recent python 3.12 migration a known issue of profanity has > surfaced, where it crashes upon every startup. > > This was fixed by an upstream commit multiple months ago. > The diff below is exactly that. > Tests pass too. This one s

WIP MAINTAINER UPDATE of emulators/melonds to 1.0rc (TESTERS APPRECIATED)

2024-12-25 Thread izzy Meyer
Greeting fellow nurds, I have updated my MelonDS port to the release candidate for 1.0. This release adds LAN netplay among other changes such as an enable-able GDB stub for debugging (broken on non glibc for now). Full changlog is in the GitHub release page: https://github.com/melonDS-emu/melon

Re: WIP MAINTAINER UPDATE of emulators/melonds to 1.0rc (TESTERS APPRECIATED)

2024-12-25 Thread izzy Meyer
Whoops! that diff is invalid. Re-attached. -- iz (they/them) > i like to say mundane things, > there are too many uninteresting things > that go unnoticed. izder456 (dot) neocities (dot) org diff --git a/Makefile b/Makefile index 17b194523..833b497dd 100644 --- a/Makefile +++ b/Makefile @@ -1,

Re: Fix multimedia/dav1d on riscv64

2024-12-25 Thread Jeremie Courreges-Anglas
On Wed, Dec 25, 2024 at 06:48:01PM +0100, Jeremie Courreges-Anglas wrote: > > Latest dav1d fails to build because llvm-16 doesn't support ".option > arch ..." on risc-v. llvm-17 from ports fixes that problem, but the > code in tests/checkasm/checkasm.h then fails because it assumes that > CLOKC_M

Re: resurrect lang/haxe with pre-packaged opam root

2024-12-25 Thread Thomas Frohwein
On Thu, 19 Dec 2024 21:52:08 +0100 Christopher Zimmermann wrote: > On Thu, Dec 19, 2024 at 02:05:55PM -0500, Thomas Frohwein wrote: > >chrisz@, I would appreciate a look at this approach to handling OPAM > >dependencies during the build. > > I like the general approach, because it avoids porti

Re: py-cryptography update

2024-12-25 Thread Kirill A . Korinsky
On Wed, 25 Dec 2024 16:38:26 +0100, Stuart Henderson wrote: > > It builds ok with this (cribbed from other ports using maturin), > but I haven't figured out how to get tests to run. > MODPY_TEST_DIR = ${WRKSRC}/tests -- wbr, Kirill