Re: [New] graphics/decker

2024-02-15 Thread Jag Talon
Ok, I tested on i386 (Asus EeePC) and it's working well! Since it's only been tested on i386 and amd64, I'm limiting it to those two archs for now. I attached the new tarball. Ok with everyone? On 2/15/24 5:20 PM, Omar Polo wrote: not exactly, it's silghtly more tricky. don't want to sound li

[update] devel/{scite,scintilla} to 5.4.1

2024-02-15 Thread Lucas Raab
Hello, >From what I can tell, this is a fairly mechanical change for scite and scintilla up to the latest. Both have been working fine on amd64. Other tests? Thanks, Lucas diff /usr/ports commit - 845397f0240a79b84240503b69cf02c1b568bc55 path + /usr/ports blob - f4cb4547a3ae2233a2406c4600a52ab9c8

[new] jupyter_server

2024-02-15 Thread Daniel Dickman
Here's jupyter_server, a new port in the jupyter stack needed for jupyterlab and a few other things. The attachment contains a few things: - py-nodeenv, a new port needed by pre-commit (jupyter_server fails at build time without pre-commit having all the ports it needs) - a replacement Makefil

Re: new audio/noson-app 5.6.3, new audio/noson 2.12.5

2024-02-15 Thread Klemens Nanni
On Mon, Feb 12, 2024 at 12:02:03PM +, Klemens Nanni wrote: > Anyone? > > Upstream merged my includedir fix and released 2.12.6, > I filed an issue for the swap16(3) "fix" and tweaked COMMENT. Upstream fixed the collision and rerolled/rereleased, no more patches. Sorry for the noise. Info

Re: [UPDATE] x11/vlc - revision for libplacebo support

2024-02-15 Thread Jose Maldonado
El Thu, 15 Feb 2024 15:46:38 -0500 Thomas Frohwein escribió: > On Tue, Feb 13, 2024 at 09:31:32PM -0400, Jose Maldonado wrote: > > [...] > > > --- Makefile2 Feb 2024 20:09:08 - 1.268 > > +++ Makefile14 Feb 2024 01:30:31 - > > @@ -5,7 +5,7 @@ V= 3.0.18 > >

Update u-boot-rk356x to 2024.01

2024-02-15 Thread Mark Kettenis
Also adds a few more more boards and sorts them in alphabetical order. Tested on the rock-3a-rk3568 with the latest -current. ok? P.S. Also tried to update u-boot-rk3588 to 2024.01, but that one is borked. I'll try again for 2024.04. Index: sysutils/u-boot/rk356x/Makefile

Re: NEW: audio/deadbeef-plugin-mpris2

2024-02-15 Thread Klemens Nanni
On Thu, Feb 15, 2024 at 11:44:30PM +0100, Omar Polo wrote: > I'm attaching an updated tarball with kn and sthen comments addressed > (more usual licence marker, no explicit libtool depends) and sorted > WANTLIBS, that's OK for me to import. (it's also of course OK for me if > whoever imports it wa

Re: NEW: audio/deadbeef-plugin-mpris2

2024-02-15 Thread Omar Polo
On 2024/02/14 17:38:43 -0600, izder456 wrote: > Hey, > > Just wanna pop in here and clarify why i did things the way i did. > > Jose Maldonado wrote: > > Why rename deadbeef-mpris2-plugin to deadbeef-plugin-mpris2? > the thought process was simple here, there are other plugins that > people may

Re: [New] graphics/decker

2024-02-15 Thread Omar Polo
On 2024/02/15 14:49:30 -0500, Jag Talon wrote: > > - could use DIST_TUPLE (+ make makesum) > > Good to know about this. I copy-pasted from dhewm3 instead of looking at > the template which has DIST_TUPLE. DIST_TUPLE is still relatively new, so not many port are already using it. However, whe

Re: [UPDATE] x11/vlc - revision for libplacebo support

2024-02-15 Thread Thomas Frohwein
On Tue, Feb 13, 2024 at 09:31:32PM -0400, Jose Maldonado wrote: [...] > --- Makefile 2 Feb 2024 20:09:08 - 1.268 > +++ Makefile 14 Feb 2024 01:30:31 - > @@ -5,7 +5,7 @@ V=3.0.18 > DISTNAME=vlc-${V} > PKGNAME-main=${DISTNAME} > PKGNAME-jack=vlc-ja

gen-dist-tuple - script to generate submodule information for DIST_TUPLE from github

2024-02-15 Thread Thomas Frohwein
Hi, In an attempt to make working with git submodules easier, I would like to offer this perl script. It is limited to just github for now. It can work with any github repos that have submodules listed in their .gitmodules file (not visible in github web interface). Here are 2 examples: $ gen-di

Re: net/gpodder: fix Exec= path in .desktop files

2024-02-15 Thread Klemens Nanni
On Thu, Feb 15, 2024 at 09:51:05PM +0300, Kirill Bychkov wrote: > On Thu, February 8, 2024 14:47, Klemens Nanni wrote: > > __PREFIX__ expands to PREFIX which includes WRKDIR during fake. > > > > One easy fix is to replace it with TRUEPREFIX aka. /usr/local > > after the fact; that fixes startup vi

Re: [New] graphics/decker

2024-02-15 Thread Jag Talon
Thank you so much, Omar! You're the best thank you for addressing the issues in my code. It's working well on my machine! Testing on i386 in a bit. - could use DIST_TUPLE (+ make makesum) Good to know about this. I copy-pasted from dhewm3 instead of looking at the template which has DIST_

Re: [New] graphics/decker

2024-02-15 Thread Omar Polo
On 2024年2月15日 19:58:31 GMT+01:00, Omar Polo wrote: >Hello :) > >On 2024/02/14 21:56:52 -0500, Jag Talon wrote: >> Quick update, I just realized that I added a shell/bash dependency when >> it's not necessary. Attached is the updated archive. > >still have to properly play with it, but here's som

Re: [New] graphics/decker

2024-02-15 Thread Omar Polo
Hello :) On 2024/02/14 21:56:52 -0500, Jag Talon wrote: > Quick update, I just realized that I added a shell/bash dependency when > it's not necessary. Attached is the updated archive. still have to properly play with it, but here's some early comments on the port: - please don't start COMMEN

Re: net/gpodder: fix Exec= path in .desktop files

2024-02-15 Thread Kirill Bychkov
On Thu, February 8, 2024 14:47, Klemens Nanni wrote: > __PREFIX__ expands to PREFIX which includes WRKDIR during fake. > > One easy fix is to replace it with TRUEPREFIX aka. /usr/local > after the fact; that fixes startup via desktop menu entries. > > I did not see an easy way to pass the proper p

[Maintainer Update] lang/node v18.19.1

2024-02-15 Thread Volker Schlecht
Security update to v18.19.1 https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/ Fixes CVE-2024-24758 (in the bundled version of undici) CVE-2024-22019 CVE-2024-21896 CVE-2024-22017 CVE-2023-46809 CVE-2024-21891 CVE-2024-21890 The diff to v18.19.0 is rather small, v8 isn't

[new] devel/sbt 1.9.8

2024-02-15 Thread Kirill A . Korinsky
Greetings, Here is a new port for sbt. Tested on amd64. Sbt is a kind of standard build system for scala projects. -- wbr, Kirill sbt-1.9.8.tgz Description: Binary data

Re: Remove: x11/qt5/qtwebkit preparations

2024-02-15 Thread Stuart Henderson
On 2024/02/15 14:20, Theo Buehler wrote: > On Thu, Feb 15, 2024 at 12:42:44PM +, Klemens Nanni wrote: > > On Thu, Feb 15, 2024 at 01:37:17PM +0100, Theo Buehler wrote: > > > Even if you nuke this port, could you try to get a backtrace? SIGILL > > > might be an IBT issue we need to track down. >

Re: Remove: x11/qt5/qtwebkit preparations

2024-02-15 Thread Theo Buehler
On Thu, Feb 15, 2024 at 12:42:44PM +, Klemens Nanni wrote: > On Thu, Feb 15, 2024 at 01:37:17PM +0100, Theo Buehler wrote: > > Even if you nuke this port, could you try to get a backtrace? SIGILL > > might be an IBT issue we need to track down. > > Core was generated by `QSyncthingTray'. > Pro

Re: Remove: x11/qt5/qtwebkit preparations

2024-02-15 Thread Klemens Nanni
On Thu, Feb 15, 2024 at 01:37:17PM +0100, Theo Buehler wrote: > Even if you nuke this port, could you try to get a backtrace? SIGILL > might be an IBT issue we need to track down. Core was generated by `QSyncthingTray'. Program terminated with signal SIGILL, Illegal instruction. #0 0x0a91ec9c

Re: Remove: x11/qt5/qtwebkit preparations

2024-02-15 Thread Theo Buehler
On Thu, Feb 15, 2024 at 12:29:00PM +, Klemens Nanni wrote: > On Mon, Feb 05, 2024 at 05:07:09AM +, Klemens Nanni wrote: > > On Sun, Feb 04, 2024 at 08:50:27PM +, Edd Barrett wrote: > > > On Sun, Feb 04, 2024 at 08:25:13AM +0100, Rafael Sadowski wrote: > > > > - net/qsyncthingtray: dead

UPDATE: sysutils/vultr-cli-3.0.0

2024-02-15 Thread Adriano Barbosa
Hi. Update for sysutils/vultr-cli-3.0.0 Changelog: https://github.com/vultr/vultr-cli/releases/tag/v3.0.0 - Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#397) - Merge v3 refactor (#402) - Release v3.0.0 #major Obrigado! -- Adriano Index: Makefile ==

Re: Remove: x11/qt5/qtwebkit preparations

2024-02-15 Thread Klemens Nanni
On Mon, Feb 05, 2024 at 05:07:09AM +, Klemens Nanni wrote: > On Sun, Feb 04, 2024 at 08:50:27PM +, Edd Barrett wrote: > > On Sun, Feb 04, 2024 at 08:25:13AM +0100, Rafael Sadowski wrote: > > > - net/qsyncthingtray: dead upstream? > > > > Looks very dead to me. Feel free to kill it. > > AT

sparc64 bulk build report

2024-02-15 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sun Feb 11 02:04:24 MST 2024 Finished: Thu Feb 15 02:39:10 MST 2024 Duration: 4 Days 0 hours 35 minutes Built using OpenBSD 7.4-current (GENERIC.MP) #2029: Sat Feb 10 15:28:31 MST 2024 Built 9689 packages Number of packages built each day: Fe