UPDATE: cad/ngspice

2024-08-14 Thread Rafael Sadowski
Here is an update diff for ngspice 43. It is required to update kicad. There is nothing special I would say. To be honest I don't know how to test it but kicad8 is built with this version and runs fine. OK? diff --git a/cad/ngspice/Makefile.inc b/cad/ngspice/Makefile.inc index 361bcfad180..e5560f

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-08-14 Thread Stuart Henderson
I'd use pretty much any other old uid than _nginx as that's one of the more common ports to install. Just looking at spare numbers showing in the diff, 594/596 are way less common so fewer people will need to mess about with rmuser. We need to jump to another uid range quite a way before 1000

Re: Enable VA-API in graphics/ffmpeg

2024-08-14 Thread Jan Stary
To be sure: is vaapi supposed to also help with encoding ? $ pkg_info intel-vaapi-driver The current video driver backend provides a bridge to the GEN GPUs through the packaging of buffers and commands to be sent to the i915 driver for exercising both hardware and shader functionality for

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-14 Thread Jag Talon
Hi! Just wanted to bump this. What do people think of this patch? Thank you! On Wed, 2024-08-07 at 04:11 -0400, Jag Talon wrote: > Here's a new diff without the -plus favor! Makes sense that the > Macintosh Plus is the default unflavored version. > > Does this look good? > -- he/him jagtalon.

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-08-14 Thread Chaz Kettleson
On Wed, Aug 14, 2024 at 12:13:53PM GMT, Omar Polo wrote: > On 2024/08/14 12:02:46 +0200, Omar Polo wrote: > > Hello, > > > > On 2024/08/11 15:20:32 -0400, Chaz Kettleson wrote: > > > On Sun, Aug 04, 2024 at 02:23:15PM GMT, Chaz Kettleson wrote: > > > > On Sat, Jul 27, 2024 at 09:11:57AM GMT, c

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-08-14 Thread Omar Polo
On 2024/08/14 12:02:46 +0200, Omar Polo wrote: > Hello, > > On 2024/08/11 15:20:32 -0400, Chaz Kettleson wrote: > > On Sun, Aug 04, 2024 at 02:23:15PM GMT, Chaz Kettleson wrote: > > > On Sat, Jul 27, 2024 at 09:11:57AM GMT, c...@pyr3x.com wrote: > > > > On Tue, Jul 23, 2024 at 08:02:08PM GMT, c.

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-08-14 Thread Omar Polo
Hello, On 2024/08/11 15:20:32 -0400, Chaz Kettleson wrote: > On Sun, Aug 04, 2024 at 02:23:15PM GMT, Chaz Kettleson wrote: > > On Sat, Jul 27, 2024 at 09:11:57AM GMT, c...@pyr3x.com wrote: > > > On Tue, Jul 23, 2024 at 08:02:08PM GMT, c...@pyr3x.com wrote: > > > > On Tue, Jul 23, 2024 at 07:49:47

Re: Enable VA-API in graphics/ffmpeg

2024-08-14 Thread Jan Stary
> First, I was able to solve my problem with acceleration in Firefox > using this about:config option > > media.ffmpeg.vaapi.enabled = true > > Once I enabled it, in about:support I saw h264 hardware decoding > support (but not h265 and my card is capable). Setting media.ffmpeg.vaapi.enabled = t

UPDATE: botan2 - elf_aux_info

2024-08-14 Thread Brad Smith
Enable the elf_aux_info() support. Index: Makefile === RCS file: /cvs/ports/security/botan2/Makefile,v retrieving revision 1.49 diff -u -p -u -p -r1.49 Makefile --- Makefile9 Jul 2024 17:13:19 - 1.49 +++ Makefile14

Re: [wip] devel/py-pydantic 2.8.2 devel/py-pydantic-core-2.21.0

2024-08-14 Thread Renaud Allard
On 8/13/24 10:23 PM, Stuart Henderson wrote: On 2024/08/12 15:05, Renaud Allard wrote: Hello, Here is a WIP for devel/py-pydantic 2.8.2 devel/py-pydantic-core-2.21.0 It will more than likely break geo/pygeoapi unless this patch is applied: https://github.com/geopython/pygeoapi/pull/1353/fil

Re: Enable VA-API in graphics/ffmpeg

2024-08-14 Thread Jan Stary
> Can AMD users play https://www.youtube.com/watch?v=LXb3EKWsInQ in > 2160p60 on FF without blowing the CPU? On this AMD machine (dmesg and vainfo below), firefox-129.0 plays this video eating about 14% of CPU. PID USERNAME PRI NICE SIZE RES STATE WAIT TIMECPU COMMAND 23106 hans

[update] devel/py-rpds-py 0.20.0

2024-08-14 Thread Renaud Allard
On 8/13/24 10:23 PM, Stuart Henderson wrote: For py-pydantic-core, please get rid of pip as a build dep; see www/py-adblock for an example. I didn't figure out how to do tests without but at least let's not drag that mess into build at least. Ideally do the same for whichever port that bit was

Re: [wip] devel/py-pydantic 2.8.2 devel/py-pydantic-core-2.21.0

2024-08-14 Thread Renaud Allard
On 8/13/24 10:58 PM, Stuart Henderson wrote: On 2024/08/13 21:43, Stuart Henderson wrote: On 2024/08/13 21:23, Stuart Henderson wrote: On 2024/08/12 15:05, Renaud Allard wrote: Hello, Here is a WIP for devel/py-pydantic 2.8.2 devel/py-pydantic-core-2.21.0 It will more than likely break ge

Re: devel/py-doit is missing FLAVORS

2024-08-14 Thread Stuart Henderson
There is no py- prefix in the pkgname so it should not use flavours. -- Sent from a phone, apologies for poor formatting. On 14 August 2024 08:52:30 Renaud Allard wrote: Hello, It seems devel/py-doit is missing FLAVORS, which means packages that depend on it might complain about the lack of

devel/py-doit is missing FLAVORS

2024-08-14 Thread Renaud Allard
Hello, It seems devel/py-doit is missing FLAVORS, which means packages that depend on it might complain about the lack of FLAVOR. Best Regards Index: Makefile === RCS file: /cvs/ports/devel/py-doit/Makefile,v diff -u -p -r1.29 Mak