Re: devel/appstream and llvm-16

2023-11-09 Thread Antoine Jacoutot
OK. — Antoine > On Nov 9, 2023, at 22:59, Jeremie Courreges-Anglas wrote: > >  > Straightforward, no bump needed. ok? > > (There's too much -Werror in this port for my taste, but we've had this > discussion already.) > > > Index: patches/patch-compose_asc-globals_c > =

Re: [new] devel/p5-File-FcntlLock 0.22

2023-11-09 Thread Renaud Allard
Hello, On 11/9/23 23:13, Alexander Bluhm wrote: On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote: Here is a new port for p5-File-FcntlLock which will be needed in order to update mail/exim to the next version. COMMENT = file locking with fcntl(2) has to start with lower case lett

Re: bsd.port.mk bits for sccache

2023-11-09 Thread Landry Breuil
Le Thu, Nov 09, 2023 at 06:20:44PM +0100, Landry Breuil a écrit : > Le Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser a écrit : > > Hi all, > > > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes > > in /etc/mk.conf to use sccache. Manual page updates are included,

Re: [Update] games/stone-soup to 0.30.1

2023-11-09 Thread Stefan Moran
On Thu, 9 Nov 2023 15:33:07 -0500 Thomas Frohwein wrote: > > This is a bit fragile to be overlooked during updates and leading to > inconsistencies. I wonder if it would be better to use ${VERSION} and > SUBST_VARS+=VERSION and ${SUBST_CMD} path/to/file On further inspection, it looks like this

Re: devel/appstream and llvm-16

2023-11-09 Thread Antoine Jacoutot
OK — Antoine > On Nov 9, 2023, at 22:59, Jeremie Courreges-Anglas wrote: > >  > Straightforward, no bump needed. ok? > > (There's too much -Werror in this port for my taste, but we've had this > discussion already.) > > > Index: patches/patch-compose_asc-globals_c > ==

devel/appstream and llvm-16

2023-11-09 Thread Jeremie Courreges-Anglas
Straightforward, no bump needed. ok? (There's too much -Werror in this port for my taste, but we've had this discussion already.) Index: patches/patch-compose_asc-globals_c === RCS file: patches/patch-compose_asc-globals_c diff -

Re: [new] devel/p5-File-FcntlLock 0.22

2023-11-09 Thread Alexander Bluhm
On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote: > Here is a new port for p5-File-FcntlLock which will be needed in order > to update mail/exim to the next version. COMMENT = file locking with fcntl(2) has to start with lower case letter WANTLIB = c perl as FcntlLock.xs calls fnctl

lang/ruby and lld-16

2023-11-09 Thread Jeremie Courreges-Anglas
lld-16 has support for compressing debug sections, and that collides with devel/dwz which errors out when encountering an already compressed debug section. [...] >>> Running package in lang/ruby/3.2 at 1699550663.60 ===> lang/ruby/3.2 `/usr/ports/pobj/ruby-3.2.2/fake-amd64/.fake_done' is up to d

Re: [Update] games/stone-soup to 0.30.1

2023-11-09 Thread Thomas Frohwein
Thanks for sending this! On Wed, Nov 08, 2023 at 05:53:57PM -0500, Stefan S Moran wrote: [...] > diff -u -p -r1.46 Makefile > --- Makefile 26 Sep 2023 09:41:41 - 1.46 > +++ Makefile 8 Nov 2023 22:50:19 - > @@ -2,11 +2,10 @@ BROKEN-hppa = ICE on dgn-shoals.cc:638 > > COMME

GZDoom update, next attempt

2023-11-09 Thread Thomas Frohwein
Here is an update to GZDoom 4.11.3. It works to run mods like the recently released Beyond Sunset. Of note, you may need to switch the video backend to opengl as I outlined after previous concerns: https://marc.info/?l=openbsd-ports&m=169132550927983&w=2 Of note, we are several versions behind u

Re: www/opensearch-dashboards not counted as rcctl start-ed since OpenBSD 7.4

2023-11-09 Thread Alexander Klimov
On 08.11.23 09:24, Omar Polo wrote: On 2023/11/07 21:49:56 +0100, Alexander Klimov wrote: Hello dear maintainers, Not very dramatic, but also not very convenient: pkg_add opensearch opensearch-dashboards echo 'plugins.security.disabled: true' >>/etc/opensearch/opensearch.yml rcctl start op

Re: bsd.port.mk bits for sccache

2023-11-09 Thread Klemens Nanni
On Thu, Nov 09, 2023 at 07:26:41PM +0100, Caspar Schutijser wrote: > On Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser wrote: > > Hi all, > > > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes > > in /etc/mk.conf to use sccache. Manual page updates are included, >

Re: bsd.port.mk bits for sccache

2023-11-09 Thread Caspar Schutijser
On Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser wrote: > Hi all, > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes > in /etc/mk.conf to use sccache. Manual page updates are included, > which I copied and adapted from the ccache bits. > > Note that with the diff

Re: Update to Kakoune 2023.08.05

2023-11-09 Thread Thomas Frohwein
On Thu, Nov 09, 2023 at 09:40:44AM -0500, Thomas Frohwein wrote: > On Thu, Nov 09, 2023 at 11:43:38AM +0100, BERTHAULT Justin wrote: > > [...] > > > --- editors/kakoune/Makefile > > +++ editors/kakoune/Makefile > > @@ -1,6 +1,6 @@ > > COMMENT = modal code editor with a focus on interact

Re: bsd.port.mk bits for sccache

2023-11-09 Thread Landry Breuil
Le Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser a écrit : > Hi all, > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes > in /etc/mk.conf to use sccache. Manual page updates are included, > which I copied and adapted from the ccache bits. > > Note that with the d

Re: www/opensearch-dashboards not counted as rcctl start-ed since OpenBSD 7.4

2023-11-09 Thread Omar Polo
On 2023/11/08 20:12:53 +0100, Alexander Klimov wrote: > > [...] > > Are you running -stable by chance? I'm wondering whether this change > Yes, I apply all package updates ASAP btw. I've replicated the issue on -STABLE too. So it was introduced at least with the 2.10 update, if not earlier. Us

bsd.port.mk bits for sccache

2023-11-09 Thread Caspar Schutijser
Hi all, Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes in /etc/mk.conf to use sccache. Manual page updates are included, which I copied and adapted from the ccache bits. Note that with the diff below, sccache is only used for Rust code, not for C/C++ (which sccache also sup

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-09 Thread Landry Breuil
Le Thu, Nov 09, 2023 at 11:38:41AM +0100, Landry Breuil a écrit : > hi, > > here's two ports for swaylock and its companion swayidle, i've been able > to test it in a sway/wayland session with > > swayidle -d timeout 10 'swaylock -f -c 00ff00' timeout 20 'swaymsg "output * > dpms off"' resume 's

Re: [NEW] nitrocli

2023-11-09 Thread Rubén Llorente
Theo de Raadt wrote: +Beware this may allow the user unintended access to other hardware +associated to the same usb(4) controller, so do this with extreme +caution. Can you explain what extreme caution means? More than one piece of hardware can be attached to the same usb(4) device. You can,

Re: lapack: fix test

2023-11-09 Thread j
Ping On Thu Oct 26, 2023 at 04:39:49PM -0600, j...@bitminer.ca wrote: Testing various uses and users of blas/cblas, I discovered that lapack "make test" was not working. Here is the fix. CC to maintainer as well. J Thanks J, I can confirm your diff fixes the tests. OK rsadowski I

Re: sysutils/openbsdisks2: unveil to prevent execution

2023-11-09 Thread Klemens Nanni
On Wed, Nov 08, 2023 at 11:04:01AM +, Klemens Nanni wrote: > This service seems like a common dependency for desktop environments > and runs as root speaking D-Bus without any activesecurity mechanisms. > > ioctl(2) for cd(4) and sysctl(2) hw.disknames usage currently prevents > using pledge(2

Re: [NEW] nitrocli

2023-11-09 Thread Theo de Raadt
+Beware this may allow the user unintended access to other hardware +associated to the same usb(4) controller, so do this with extreme +caution. Can you explain what extreme caution means?

Re: [NEW] nitrocli

2023-11-09 Thread Rubén Llorente
Stuart Henderson wrote: > I don't think there's much else you can do if you want to run this on > OpenBSD. > > Does it not also need access to some ugen or uhid device node as well as > /dev/usbX? I am afraid /dev/ugen* also needs its permissions adjusted. I have updated the README to address th

Re: Update to Kakoune 2023.08.05

2023-11-09 Thread Thomas Frohwein
On Thu, Nov 09, 2023 at 11:43:38AM +0100, BERTHAULT Justin wrote: [...] > --- editors/kakoune/Makefile > +++ editors/kakoune/Makefile > @@ -1,6 +1,6 @@ > COMMENT =modal code editor with a focus on interactivity > > -V = 2022.10.31 > +V = 2023.08.05

Update to Kakoune 2023.08.05

2023-11-09 Thread BERTHAULT Justin
Hi, Here is a simple diff updating Kakoune editor to v2023.08.05 Build and working here on arm64 make test results: 551 tests, 0 failures feedbacks appreciated, no real experience in OpenBSD ports diff /usr/ports commit - df1efac310be530541eb9977833303d4f87e03d5 path + /usr/ports blob - bdb40

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-09 Thread Theo de Raadt
Stuart Henderson wrote: > On 2023/11/09 11:38, Landry Breuil wrote: > > The wordexp() use is awkward so i've replaced it by an ugly handrolled > > lookup for configs in: > > - $HOME/.sway{idle,lock}/config > > - $XDG_CONFIG_HOME/sway{idle,lock}/config > > - $HOME/.config/sway{idle,lock}/config if

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-09 Thread Stuart Henderson
On 2023/11/09 11:38, Landry Breuil wrote: > The wordexp() use is awkward so i've replaced it by an ugly handrolled > lookup for configs in: > - $HOME/.sway{idle,lock}/config > - $XDG_CONFIG_HOME/sway{idle,lock}/config > - $HOME/.config/sway{idle,lock}/config if $XDG_CONFIG_HOME is unset > - and fal

Re: failed install databases/pkglocatedb

2023-11-09 Thread Marc Espie
On Thu, Nov 09, 2023 at 10:03:24AM +, Stuart Henderson wrote: > On 2023/11/09 09:08, wen heping wrote: > > Hi, ports@: > > > > I updated my portstree just now but failed install > > databases/pkglocatedb, > > maybe it is caused by: > > ... > > piewm-1.04p3:x11/piewm: > > pmenu-3.1.1:x11/p

Re: x11/qt5: KDE Qt5 Patch Collection

2023-11-09 Thread Rafael Sadowski
On Thu Nov 09, 2023 at 08:52:17AM +0100, Rafael Sadowski wrote: > On Tue Nov 07, 2023 at 08:13:06AM +0100, Rafael Sadowski wrote: > > qtbase-5.15.11pl138. I still have to test an pkg_add -u update with it > > but it should actually work. > > env TRUSTED_PKG_PATH=/usr/ports/packages/amd64/all pkg_a

[update] net/mautrix-whatsapp 0.10.3

2023-11-09 Thread Renaud Allard
Hello, Here is a diff to update net/mautrix-whatsapp to 0.10.3 Tested on amd64 Best Regards? mautrix-whatsapp-0.10.3.diff Index: Makefile === RCS file: /cvs/ports/net/mautrix-whatsapp/Makefile,v retrieving revision 1.21 diff -u -p -

[new] wayland/swaylock & wayland/swayidle

2023-11-09 Thread Landry Breuil
hi, here's two ports for swaylock and its companion swayidle, i've been able to test it in a sway/wayland session with swayidle -d timeout 10 'swaylock -f -c 00ff00' timeout 20 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' which translates to 'after 10 seconds idle, lock the

Re: failed install databases/pkglocatedb

2023-11-09 Thread Stuart Henderson
On 2023/11/09 09:08, wen heping wrote: > Hi, ports@: > > I updated my portstree just now but failed install databases/pkglocatedb, > maybe it is caused by: > ... > piewm-1.04p3:x11/piewm: > pmenu-3.1.1:x11/pmenu: > >> Broken dependency: x11/polkit-qt5 non existent > podbrowser-0.12p12:x11/podb

Re: [NEW] nitrocli

2023-11-09 Thread Stuart Henderson
On 2023/11/09 02:53, Rubén Llorente wrote: > I am submitting a port which allows to use NitroKey hardware under > OpenBSD. It has been lightly tested on OpenBSD -current and 7.4 (amd64) > with a Nitrokey Storage 2. > > Under Linux, the software responsible for accessing the NitroKey over USB > dep

framework to allow linking everything

2023-11-09 Thread Marc Espie
Patch is rather small, introduces two new variables: UNLINKED: keyword(s) why not linked, to add to the port BUILD_UNLINKED: simple way to override, as a configuration variable with this, you could for instance link the wayland ports, annotate them with UNLINKED = wayland. Then they *will* parti

failed install databases/pkglocatedb

2023-11-09 Thread wen heping
Hi, ports@: I updated my portstree just now but failed install databases/pkglocatedb, maybe it is caused by: ... piewm-1.04p3:x11/piewm: pmenu-3.1.1:x11/pmenu: >> Broken dependency: x11/polkit-qt5 non existent podbrowser-0.12p12:x11/podbrowser: polybar-3.6.3p0:x11/polybar: pwm-20070720:x11/pwm

[NEW] nitrocli

2023-11-09 Thread Rubén Llorente
I am submitting a port which allows to use NitroKey hardware under OpenBSD. It has been lightly tested on OpenBSD -current and 7.4 (amd64) with a Nitrokey Storage 2. Under Linux, the software responsible for accessing the NitroKey over USB depends on udev rules to make the NitroKey available t

[update] mail/exim 4.97

2023-11-09 Thread Renaud Allard
Hello, Here is a diff for mail/exim 4.97 The exim devs confirmed me that they are not tracking LibreSSL anymore. So I had to disable OCSP. Best RegardsIndex: Makefile === RCS file: /cvs/ports/mail/exim/Makefile,v retrieving revis