Re: [mpv] --vo=gpu not working, permission denied

2024-02-26 Thread Theo de Raadt
This is because the fbtab subsystem is quite broken. No good alternative designs have come forward. Stefan Hagen wrote: > beecdadd...@danwin1210.de wrote (2024-02-26 22:54 CET): > > libEGL warning: failed to open /dev/dri/card0: Permission denied > > You can fix it with: chown /dev/dri/card0

Re: [mpv] --vo=gpu not working, permission denied

2024-02-26 Thread Stefan Hagen
beecdadd...@danwin1210.de wrote (2024-02-26 22:54 CET): > libEGL warning: failed to open /dev/dri/card0: Permission denied You can fix it with: chown /dev/dri/card0 /dev/dri/renderD128 Xenodm does this automatically when you log in. See /etc/X11/xenodm/GiveConsole The permission are also set wh

Re: NEW. sysutils/croc

2024-02-26 Thread Sebastien Marie
Paco Esteban writes: > After reading other comments, I added the README to ${PREFIX}/share/doc/croc/ > This is markdown, so not so pleasant to read from the terminal. But > it's something. fine with it. >> > The software has a "relay" mode in which it acts as a daemon. I did not >> > include

Re: [mpv] --vo=gpu not working, permission denied

2024-02-26 Thread Jose Maldonado
El Mon, 26 Feb 2024 21:54:43 - beecdadd...@danwin1210.de escribió: > hi list > > mpv does not work > OpenBSD -current updated 2 days ago, pkg_add -u was done now > Thinkpad T400 laptop with Intep GPU > say if you need more info than this and down > > mpv gives this error > (+) Video --vid=1

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread la-ninpre
On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > Bumping REVISION as well. > Hello, thank you for suggesting this change, I haven't noticed this before, because in testing environment i wasn't using ssl and in 'production' I already had this symlink. The patch is fine by me, but i'm thin

Re: [NEW]: misc/openhab - open Home Automation Bus (openHAB)

2024-02-26 Thread Chaz Kettleson
On Mon, Feb 26, 2024 at 06:10:57PM +, Stuart Henderson wrote: > Here are some tweaks on top (sent as a diff for commentary and a new > tar). > > I'd like the opinion of someone with a hand in the rc.d system to > comment on that part. Maybe they'll be ok with it, but it's a bit > complicated a

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
Bumping REVISION as well. -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag Index: Makefile === RCS file: /cvs/ports/www/mycorrhiza/Makefile,v retrieving revision 1.4 diff -u -p -u -r1.4 Makefile --- Makefile

[update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
The httpd.conf and relayd.conf instructions in the README work, but leads to SEC_ERROR_UNKNOWN_ISSUER errors on some browsers. The solution can be found in the project's documentation [1] which is to symlink the example.com.fullchain.pem file to example.com.crt. Here is a patch to the README that

Re: acme-client: add challenge hook to support dns-01

2024-02-26 Thread Chaz Kettleson
On Tue, Feb 20, 2024 at 10:32:11PM +0100, Christopher Zimmermann wrote: > Hi, > > this diff adds a challenge hook to acme-client. This hook can be used to > fulfill challenges. For example by putting the requested files onto a remote > http server (http-01 challenge) or by modifying dns records (d

[mpv] --vo=gpu not working, permission denied

2024-02-26 Thread beecdaddict
hi list mpv does not work OpenBSD -current updated 2 days ago, pkg_add -u was done now Thinkpad T400 laptop with Intep GPU say if you need more info than this and down mpv gives this error (+) Video --vid=1 (*) (vp8 240x424 30.000fps) (+) Audio --aid=1 --alang=eng (*) (vorbis 2ch 48000Hz) libEG

lang/compcert: patch for ocaml-non-native-arch

2024-02-26 Thread Yozo TODA
I found that packaging lang/compcert fails on ocaml-non-native architectures. we need a patch to Makefile.menhir. (and I'm not sure if we need revision up here...) -- yozo. diff -urN -x CVS /usr/ports/lang/compcert/Makefile /usr/ports/mystuff/lang/compcert/3.13.1p1/Makefile --- /usr/ports/lang/c

Re: maintainer update sysutils/chezmoi --> 2.46.1

2024-02-26 Thread Paco Esteban
2.47.0 is out now: https://github.com/twpayne/chezmoi/releases/tag/v2.47.0 Patch updated: diff /usr/ports commit - 26872df732fc01fa20b4946684e0cbe5fe3971ff path + /usr/ports blob - 550536261c828a5e23134001d82231623934c9dc file + sysutils/chezmoi/Makefile --- sysutils/chezmoi/Makefile +++ sysutils

Re: NEW. sysutils/croc

2024-02-26 Thread Paco Esteban
On Mon, 26 Feb 2024, Sebastien Marie wrote: > Paco Esteban writes: > > > Hi ports@, > > > > cat DESCR > > > > croc is a tool that allows any two computers to simply and securely > > transfer > > files and folders. > > croc's features include: > > > > * allow any two computers to

Re: [NEW]: misc/openhab - open Home Automation Bus (openHAB)

2024-02-26 Thread Stuart Henderson
Here are some tweaks on top (sent as a diff for commentary and a new tar). I'd like the opinion of someone with a hand in the rc.d system to comment on that part. Maybe they'll be ok with it, but it's a bit complicated and not something that I think we do in any other ports. On the other hand I'm

Re: NEW. sysutils/croc

2024-02-26 Thread Jag Talon
On Sun Feb 25, 2024 at 2:19 PM EST, Paco Esteban wrote: > You'll notice than PLIST only contains the binary. The only > documentation they include in the sources is the project README file, > which I'm not sure if we should include in the package. > The software has a "relay" mode in which it act

Re: NEW. sysutils/croc

2024-02-26 Thread Sebastien Marie
Paco Esteban writes: > Hi ports@, > > cat DESCR > > croc is a tool that allows any two computers to simply and securely > transfer > files and folders. > croc's features include: > > * allow any two computers to transfer data (using a relay) > * end-to-end encryption (using P

Re: [UPDATE] x11/picom - new version 11.2

2024-02-26 Thread Jose Maldonado
El Sun, 25 Feb 2024 10:33:30 +0100 Omar Polo escribió: > Hello, > > On 2024/02/25 01:35:08 -0400, Jose Maldonado > wrote: > > El Wed, 14 Feb 2024 15:42:23 -0400 > > Jose Maldonado escribió: > > > Hi! I send diff for new version of picom, in this case the fixes > > > for use libepoxy are merged

Re: [new] net/dnsq

2024-02-26 Thread Otto Moerbeek
On Mon, Feb 26, 2024 at 11:30:20AM +0100, Renaud Allard wrote: > > > On 2/20/24 11:04, Stuart Henderson wrote: > > On 2024/02/20 10:37, Renaud Allard wrote: > > > > > > > > > On 2/20/24 10:19, Stuart Henderson wrote: > > > > On 2024/02/20 09:30, Renaud Allard wrote: > > > > > Yes, the name doe

Re: [NEW]: misc/openhab - open Home Automation Bus (openHAB)

2024-02-26 Thread Chaz Kettleson
On Wed, Feb 21, 2024 at 09:39:10AM -0500, Chaz Kettleson wrote: > On Sat, Feb 10, 2024 at 05:57:40PM -0500, Chaz Kettleson wrote: > > On Wed, Jan 10, 2024 at 12:53:18AM -0500, Chaz Kettleson wrote: > > > > > > On Wed, Jan 10, 2024 at 12:15:39AM -0500, Chaz Kettleson wrote: > > > > > > > > On Tue,

Re: [new] net/dnsq

2024-02-26 Thread Renaud Allard
On 2/20/24 11:04, Stuart Henderson wrote: On 2024/02/20 10:37, Renaud Allard wrote: On 2/20/24 10:19, Stuart Henderson wrote: On 2024/02/20 09:30, Renaud Allard wrote: Yes, the name doesn't tell anything by itself. Is this one better? The binary is still called q, but the package is dnsq.

where is serious sam package?

2024-02-26 Thread beecdaddict
hi list I don't know how long it takes for ports to be added, I just want to know it's not forgotten https://www.mail-archive.com/ports@openbsd.org/msg122960.html there is also non-alpha version of the game here and apparently supports OpenBSD https://github.com/tx00100xt/SeriousSamClassic-VK tha