Re: GHC on OpenBSD/arm64?

2024-10-26 Thread حبيب محمد الأمين محمد الهـاد
Progress report: - I managed to build the C parts of rts through Hadrian. It proved impossible to pass multiple options via LDFLAGS, as Hadrian doesn't allow spaces in arguments passed to tools. I fixed this with a bin/clang-with-sysroot-env shim. - There are some (C) libraries bui

Re: [new port] productivity/topydo

2024-10-26 Thread Caspar Schutijser
Hi, On Sun, Oct 20, 2024 at 04:40:30PM +0200, Martin Ziemer wrote: > This tarball contains a port of topydo, a todo.txt implementation in > python. > > Tested all three modes (cli, prompt and columns). > > Use it on my daily driver for over a year with no problems. portcheck(1) says: trailing w

Re: [update] librelp version 1.11.0

2024-10-26 Thread Remi Locherer
On Fri, Oct 11, 2024 at 02:26:39PM +0200, Remi Locherer wrote: > Hi, > > librelp 1.11.0 was released a while ago and contains mostly fixes. > --> https://www.adiscon.com/news/librelp-1-11-0-released/ > > I verified that rsyslogd can still send and receive logs using omrelp > and imrelp with tls="

arm bulk build report

2024-10-26 Thread phessler
bulk build on armv7.ports.openbsd.org started on Thu Sep 26 20:08:37 MDT 2024 finished at Sat Oct 26 08:06:17 MDT 2024 lasted 29D11h57m done with kern.version=OpenBSD 7.6 (GENERIC) #241: Wed Sep 25 17:28:52 MDT 2024 built packages:8255 Sep 26:103 Sep 27:453 Sep 28:49 Sep 29:307 Sep 30:15 Oct 2:49

Re: [Update] x11/alacritty 0.14.0

2024-10-26 Thread Eric Auge
I received a bug report, about a missing xkb common library, looking into one of the depending crates ( https://docs.rs/xkbcommon-dl/latest/src/xkbcommon_dl/lib.rs.html#325 ) you see that it dynamically loads libxkbcommon shared object at runtime.. which leads to an error when starting it. I think

Re: [Update] x11/alacritty 0.14.0

2024-10-26 Thread Eric Auge
I guess there are several way to approach it or maybe the proper way is like xcb and using WANTLIB ? On Sat, Oct 26, 2024 at 12:12 PM Eric Auge wrote: > > I received a bug report, about a missing xkb common library, looking > into one of the depending crates > ( https://docs.rs/xkbcommon-dl/lates

Re: mblaze: update to 1.3

2024-10-26 Thread falsifian
Omar Polo wrote: > Hello, > > On 2024/10/10 23:27:07 +, Lucas Gabriel Vuotto wrote: > > On Thu, Oct 10, 2024 at 02:07:51PM GMT, falsif...@falsifian.org wrote: > > > I've been using mblaze 1.3 for a week or two with the below patch, > > > which just deletes everything in patches/ (all are ups

UPDATE databases/victoriametrics 1.105.0

2024-10-26 Thread Lucas Gabriel Vuotto
Hello ports, Another simple update for VictoriaMetrics. Changelog at [0]. Been running it for a couple of days already without issues. OK? [0]: https://docs.victoriametrics.com/changelog/index.html#v11050 Lucas diff /usr/ports commit - 3ee2ffb332384d7ebbddcd9723d9394ff81263fd path + /

sysutils/dmidecode 'no SMBIOS nor DMI entry point found'

2024-10-26 Thread Chris Billington
I have an odd problem with dmidecode on a Panasonic CF-SZ6 laptop running 7.6-release. kern.allowkmem=1 is set. # dmidecode 3.6 Scanning /dev/mem for entry point. # No SMBIOS nor DMI entry point found, sorry. But in dmesg I have an SMBIOS entry point found: bios0 at mainbus0: SMBIOS rev. 3.0 @

irctk tries to exec non-existent file

2024-10-26 Thread Kirill Miazine
Just installed irctk package on current: $ cat /usr/local/bin/irctk #!/bin/sh exec tclsh8.6 /usr/obj/ports/irctk-1.1.0/fake-amd64/usr/local/share/irctk/main.tcl

Re: irctk tries to exec non-existent file

2024-10-26 Thread Omar Polo
Hello, On 2024/10/26 20:06:48 +0200, Kirill Miazine wrote: > Just installed irctk package on current: > > $ cat /usr/local/bin/irctk > #!/bin/sh > > exec tclsh8.6 > /usr/obj/ports/irctk-1.1.0/fake-amd64/usr/local/share/irctk/main.tcl Oh, this is weird. My self-built /usr/local/bin/irctk was