Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Chris Waddey
Okay so I was able to get it to start on auto with the following diff (the xf86drm.h header has been established as already (sort of) merged, but I hadn't included the "renderD" change in my own tree): diff --git xf86drm.c xf86drm.c index 2e76f0ea..6d29184f 100644 --- xf86drm.c +++ xf86drm.c @@ -3

Re: [new] sysutils/cloud-init (again)

2024-01-04 Thread Mina Galić
> > Hi folks, > > > > I'm writing to the list to add a new port. > > This is the second attempt (I'm aware of) to add this > > port. My work is based on the first attempt. > > See https://marc.info/?l=openbsd-ports&m=165239608209610 > > and https://marc.info/?l=openbsd-ports&m=165364771409636 > >

UPDATE: lang/dmd 2.106.0 => 2.106.1 + i386 package

2024-01-04 Thread Brian Callahan
Hi ports -- Attached is an update for dmd. It also enables a dmd package for i386. Tests good on my i386 netbook. The new bootstrap should hopefully be more resilient against libc and other library bumps. Additionally, dmd should no longer need any hacks for nobtcfi. But as my laptop doesn't sup

[new/wip] sysutils/apmtop

2024-01-04 Thread Benjamin Stürz
Hi ports@, this is my next little project, after sysutils/lsblk. apmtop is a simple utility for measuring power consumption and statistics related to it, in a little TUI interface. There is still some work to do, but I wanted to see if anyone would be interested in using/testing this project. O

Re: UPDATE: net/tailscale

2024-01-04 Thread Aaron Bieber
Hi! Similar diff here. On 1/4/24 12:57, Adriano Barbosa wrote: Hi! This is a diff for net/tailscale v1.56.1 Changelogs: https://github.com/tailscale/tailscale/releases/tag/v1.50.1 https://github.com/tailscale/tailscale/releases/tag/v1.52.0 https://github.com/tailscale/tailscale/releases/tag/v1.5

HEADS-UP: quirks + cache

2024-01-04 Thread Marc Espie
I've committed code to dissociate quirks from the pkg update-cache. It is actually fairly transparent: it just handles quirks like other packages (it can have dependencies!) If you don't update, quirks may not install properly, along with the future updatedb. If you're running snapshots, hopeful

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Chris Waddey
I forgot that I needed to add this diff. There is an "#ifdef __OpenBSD__" just above this and a comment that looks a bit dated in the latest drm code. diff --git xf86drm.c xf86drm.c index 2e76f0ea..7c4f5cf0 100644 --- xf86drm.c +++ xf86drm.c @@ -4585,6 +4585,7 @@ drm_public int drmGetDeviceFromDev

Re: dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-04 Thread Igor Zornik
Hi, Unfortunately many such cases lately in Go software. I think it's due to the syscall removal thing introduced with https://marc.info/?l=openbsd-ports-cvs&m=170057559813269&w=2 because it still works if you build it with a previous revision of Go. On 1/3/24 17:14, Florian Obser wrote:

Re: sparc64 bulk build report

2024-01-04 Thread Tom Smyth
Folks Sorry for not picking this up sooner I will fix nsh by the end of January ... sorry for the delay in getting back to you on this Tom Smyth On Wed, 20 Dec 2023 at 09:30, wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Sun Dec 17 01:48:55 MST 2023 > Finished: Wed Dec 20 0

Re: [UPDATE] security/rbw 1.9.0

2024-01-04 Thread Theo Buehler
> As it happens, a new 1.9.0 version of rbw has just been released - it > contains the aforementioned fix, as well as some other improvements[0]. Committed, thanks. The ring dependency was updated to 0.17, which has support for powerpc64 and riscv64 and supports xonly and branch-target landing pad

[UPDATE] security/rbw 1.9.0

2024-01-04 Thread Raf Czlonka
Hello, First of all, many thanks to tb@ for committing the fix for version 1.8.3 to both -current and -stable last month! As it happens, a new 1.9.0 version of rbw has just been released - it contains the aforementioned fix, as well as some other improvements[0]. Inlined below is a diff that upd

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Jonathan Gray
On Thu, Jan 04, 2024 at 11:07:56AM +0100, Matthieu Herrb wrote: > On Wed, Jan 03, 2024 at 07:52:56PM -0700, Chris Waddey wrote: > > Hello. > > Hi, > > > I was able to get the latest version of sway working on my box after > > getting the latest version of wlroots to work, which was after applying

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Matthieu Herrb
On Wed, Jan 03, 2024 at 07:52:56PM -0700, Chris Waddey wrote: > Hello. Hi, > I was able to get the latest version of sway working on my box after > getting the latest version of wlroots to work, which was after applying > the following patch to the latest version of libdrm (source obtained > from

Re: UPDATE: Nono-0.6.4

2024-01-04 Thread Omar Polo
On 2024/01/03 15:08:44 +0100, "Gonzalo L. Rodriguez" wrote: > Hello, > > Update for Nono to 0.6.4: > > http://www.pastel-flower.jp/~isaki/nono/ > > OK? Comments? ok op@ Thanks, Omar Polo