Re: sparc64 bulk build report

2024-07-20 Thread Rafael Sadowski
On Sat Jul 20, 2024 at 08:03:32PM GMT, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Thu Jul 18 21:06:41 MDT 2024 > Finished: Sat Jul 20 20:02:40 MDT 2024 > Duration: 1 Days 22 hours 56 minutes > > Built using OpenBSD 7.5-current (GENERIC.MP) #2208: Thu Jul 18

UPDATE: knockpy-7.0.0

2024-07-20 Thread Rafael Sadowski
Simple update knockpy-7.0.0. I changed the REPORT dir otherwise we end up with permission denied as normal user. Tested on amd64. Feedback? Cheers Rafael Index: Makefile === RCS file: /cvs/ports/security/knockpy/Makefile,v diff -u -

Re: Enable VA-API in multimedia/mpv

2024-07-20 Thread José Maldonado
El sáb, 20 jul 2024 a la(s) 6:52 a.m., Stuart Henderson (s...@spacehopper.org) escribió: > > On 2024/07/20 11:40, Rafael Sadowski wrote: > > Tested by many, OK to enable VA-API support in mpv? > > > > -Ddmabuf-wayland=disabled \ > > - -Ddrm=disabled \ > > +

sparc64 bulk build report

2024-07-20 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Jul 18 21:06:41 MDT 2024 Finished: Sat Jul 20 20:02:40 MDT 2024 Duration: 1 Days 22 hours 56 minutes Built using OpenBSD 7.5-current (GENERIC.MP) #2208: Thu Jul 18 10:53:29 MDT 2024 Built 8805 packages Number of packages built each day: J

Re: Enable VA-API in graphics/ffmpeg

2024-07-20 Thread José Maldonado
El sáb, 20 jul 2024 a la(s) 5:34 a.m., Rafael Sadowski (raf...@sizeofvoid.org) escribió: > > OK to enable VA-API? It only depends on xenocara libva. Since libva > builds on almost all arches, I see no reason to restrict it by CPU > architectures any further. > > diff --git a/graphics/ffmpeg/Makefil

[Maintainer Update] archivers/zpaqfranz-60.5

2024-07-20 Thread tux0r
Small update -> patch attached.diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index e12fc7cf7a0..a35f9d5bf2d 100644 --- a/archivers/zpaqfranz/Makefile +++ b/archivers/zpaqfranz/Makefile @@ -1,7 +1,7 @@ BROKEN-sparc64 = SIGBUS due to unaligned access when running tests

Re: Binary and libraries in one port ?

2024-07-20 Thread Stuart Henderson
All in one package. -- Sent from a phone, apologies for poor formatting. On 20 July 2024 13:47:57 Denis Bodor wrote: Hi, I'm working on a port for GPShell, a script interpreter for dialoguing with smartcards via PC/SC. The build process installs two libraries and header files in addition to

Binary and libraries in one port ?

2024-07-20 Thread Denis Bodor
Hi, I'm working on a port for GPShell, a script interpreter for dialoguing with smartcards via PC/SC. The build process installs two libraries and header files in addition to the gpshell binary. I wondered whether this should take the form of subpackages, one for the libraries and one for the too

Re: NEW: cad/horizon-eda

2024-07-20 Thread Thomas L.
On Sat, 20 Jul 2024 11:50:42 +0100 Stuart Henderson wrote: > On 2024/07/19 22:05, Thomas L. wrote: > > *second ping* > > Please resend the tar when pinging. sure, here it is. horizon-eda.tgz Description: application/compressed-tar

Re: [maintainer update] sysutils/fzf 0.54.1

2024-07-20 Thread Daniel Jakots
On Sat, 20 Jul 2024 09:48:53 +0200 (CEST), Laurent Cheylus wrote: > Hi, > > a simple update for sysutils/fzf to the latest version 0.54.1. > > Build and tests OK on current/amd64 with Go 1.22.5 > > Tests welcome and please commit if OK. > > Laurent Committed, thanks!

Re: CHANGE - unflavour devel/pre-commit

2024-07-20 Thread Pavel Korovin
On 07/19, Bjorn Ketelaars wrote: > devel/pre-commit doesn't have a py- prefix, but is flavoured. As > pre-commit is a python3-only, standalone tool, proposal is to unflavour > it. Triggered by a comment from sthen@ [0]. > > Diff below: > - Removes FLAVOR= / FLAVORS= from devel/pre-commit, bumps RE

Re: CHANGE - unflavour devel/pre-commit

2024-07-20 Thread Stuart Henderson
On 2024/07/19 14:33, Bjorn Ketelaars wrote: > devel/pre-commit doesn't have a py- prefix, but is flavoured. As > pre-commit is a python3-only, standalone tool, proposal is to unflavour > it. Triggered by a comment from sthen@ [0]. > > Diff below: > - Removes FLAVOR= / FLAVORS= from devel/pre-commi

Re: NEW: cad/horizon-eda

2024-07-20 Thread Stuart Henderson
On 2024/07/19 22:05, Thomas L. wrote: > *second ping* Please resend the tar when pinging. > can somebody please have a look? i believe this port is very > straight-forward and it would be nice to not have to rebuild this after > each sysupgrade. > > On Tue, 4 Jun 2024 21:30:19 +0200 > "Thomas L

Re: Enable VA-API in multimedia/mpv

2024-07-20 Thread Stuart Henderson
On 2024/07/20 11:40, Rafael Sadowski wrote: > Tested by many, OK to enable VA-API support in mpv? > > -Ddmabuf-wayland=disabled \ > - -Ddrm=disabled \ > + -Ddrm=enabled \ > + -Degl=enabled \ > -

Enable VA-API in multimedia/mpv

2024-07-20 Thread Rafael Sadowski
Tested by many, OK to enable VA-API support in mpv? diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 4840a6a7199..f7d0845ef7d 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,6 +4,7 @@ GH_ACCOUNT =mpv-player GH_PROJECT = mpv GH_TA

Enable VA-API in graphics/ffmpeg

2024-07-20 Thread Rafael Sadowski
OK to enable VA-API? It only depends on xenocara libva. Since libva builds on almost all arches, I see no reason to restrict it by CPU architectures any further. diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index 8b1663a55ab..83887bbabe0 100644 --- a/graphics/ffmpeg/Makefile ++

Re: aarch64 bulk build report

2024-07-20 Thread Landry Breuil
Le Fri, Jul 19, 2024 at 10:45:18AM +0200, Landry Breuil a écrit : > Le Fri, Jul 19, 2024 at 08:49:54AM +0200, Peter Hessler a écrit : > > On 2024 Jul 18 (Thu) at 21:35:47 -0600 (-0600), phess...@openbsd.org wrote: > > :critical path missing pkgs: > > http://build-failures.rhaalovely.net/aarch64/2

Re: U-Boot 2024.07 for RK356x/RK3588

2024-07-20 Thread Kevin Lo
On Wed, Jul 03, 2024 at 05:06:10PM +0200, Patrick Wildt wrote: > > Hi, > > this diff updates the U-Boot ports to 2024.07. It builds, but I haven't > actually tried it on a machine so far; and I don't have all machines > either. > > Would be happy if someone could give it a try. For now, sharin

[maintainer update] sysutils/fzf 0.54.1

2024-07-20 Thread Laurent Cheylus
Hi, a simple update for sysutils/fzf to the latest version 0.54.1. Build and tests OK on current/amd64 with Go 1.22.5 Tests welcome and please commit if OK. Laurent Index: Makefile === RCS file: /cvs/ports/sysutils/fzf/Makefile,v d