[Maintainer Update] www/sblg to 0.5.12

2024-10-08 Thread Bryan Vyhmeister
Here is a simple update of sblg from 0.5.11 to 0.5.12. Changes are: "Document how to esape tag symbols: use the HTML entity instead of the dollar character (e.g., ${TOKEN}). This brought to attention a long-standing issue: that HTML entities were discarded. Modify the parser to allow for HTML ent

Re: qBittorrent torrents stall after awhile

2024-10-08 Thread Lucas Gabriel Vuotto
On Mon, Oct 07, 2024 at 09:21:22PM GMT, Lucas Gabriel Vuotto wrote: > By any chance, do you run qBittorrent in a rtable(4) other than 0? If > that's the case, you should give the patch below for a try. It adds > support for that in net/libtorrent-rasterbar. Ignore this. After a more careful readin

Re: stumpwm: avoid remove .fasl after udpate

2024-10-08 Thread Timo Myyrä
On Wed, Oct 09 2024, Kirill A. Korinsky wrote: > ports@, izzy, Timo, > > I was hunting this issue for quite some time and the last stop was here: > https://marc.info/?l=openbsd-ports&m=171368973700549&w=2 > > The cause of issue is a bug inside stumpwm which I've fixed: > https://github.com/stumpwm

Re: Update: docbook-xsl 1.68.1 -> 1.79.1

2024-10-08 Thread Bjorn Ketelaars
On Tue 08/10/2024 11:06, Theo Buehler wrote: > On Tue, Oct 08, 2024 at 07:43:44PM +1100, Ian McWilliam wrote: > > Hi, > > > > Has a bulk run been made with samba-4.21.0 and the docbook-xsl update > > since samba was updated? > > Not to my knowledge. > > > CATALOG "docbook/catalog" > > > > doe

Re: [new] x11/xfce4/xfce4-timer

2024-10-08 Thread Rafael Sadowski
On Tue Oct 08, 2024 at 10:46:02AM GMT, Landry Breuil wrote: > hi, > > here's a simple port for a panel plugin providing a timer triggering > actions. > > see https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start > > oks to import welcome OK rsadowski > > Landry

[Maintainer Update] archivers/zpaqfranz-60.7

2024-10-08 Thread tux0r
New version with a few new features. Patch attached. Change "log": https://github.com/fcorbelli/zpaqfranz/releases/tag/60.7 diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index c663e0a9bd6..f657df2a3ef 100644 --- a/archivers/zpaqfranz/Makefile +++ b/archivers/zpaqfranz/M

Re: qBittorrent torrents stall after awhile

2024-10-08 Thread Lucas Gabriel Vuotto
On Tue, Oct 08, 2024 at 09:17:43PM GMT, Anon Loli wrote: > Interesting question! > For the clearnet torrenting I tried the default /etc/pf.conf before, and it > exhibits said behavior.. no idea if the rtables have anything to do with this > and if they somehow change >> by default <<, but I will gi

missing package glib2-2.80.4-bootstrap

2024-10-08 Thread Toni Born
Seems that the package glib2-2.80.4-bootstrap.tgz is missing in both 7.6/amd64 and -current. Indirectly Gimp depends on it. glib2-2.80.4-bootstrap.tgz | +-> gobject-introspection-1.80.1p1.tgz | +-> p5-Glib-Object-Introspection-0.051.tgz | +-> py3-gobject3-3.48.2p0.tgz

Re: Update: docbook-xsl 1.68.1 -> 1.79.1

2024-10-08 Thread Ian McWilliam
Hi, Has a bulk run been made with samba-4.21.0 and the docbook-xsl update since samba was updated? CATALOG "docbook/catalog" does not appear in vfs_xattr_tdb.8.xml Maybe some things have already been fixed. If not I will try to take a look. Ian McWilliam > On 7 Oct 2024, at 11:09 pm, Theo

[new] x11/xfce4/xfce4-timer

2024-10-08 Thread Landry Breuil
hi, here's a simple port for a panel plugin providing a timer triggering actions. see https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start oks to import welcome Landry xfce4-timer.tgz Description: application/tar-gz

[Maintainer Update] node v20.18.0

2024-10-08 Thread Volker Schlecht
Update to node v20.18.0, more simple than usual - v8 seems to be almost untouched and no npm update, thus no PLIST changes. Tested on arm64 and amd64 and no indication that it may cause trouble on other platforms. ok? Index: Makefile ==

Re: Update: docbook-xsl 1.68.1 -> 1.79.1

2024-10-08 Thread Theo Buehler
On Tue, Oct 08, 2024 at 07:43:44PM +1100, Ian McWilliam wrote: > Hi, > > Has a bulk run been made with samba-4.21.0 and the docbook-xsl update since > samba was updated? Not to my knowledge. > CATALOG "docbook/catalog" > > does not appear in vfs_xattr_tdb.8.xml there were about 20 other manp

Re: [new] pf_exporter

2024-10-08 Thread Stuart Henderson
On 2024/10/05 12:11, Nick Owens wrote: > On Sat, Sep 28, 2024 at 11:40 PM Nick Owens wrote: > > > > hi, > > > > i spent today doing a little work on my prometheus (sysutils/prometheus) > > exporter for pf. this program exports some metrics for pf. it can > > export the top level pf stats (states,

Re: [Maintainer Update] node v20.18.0

2024-10-08 Thread A Tammy
On 10/8/24 10:58 AM, Volker Schlecht wrote: > Update to node v20.18.0, more simple than usual - v8 seems to be almost > untouched and no npm update, thus no PLIST changes. > > Tested on arm64 and amd64 and no indication that it may cause trouble > on other > platforms. > > ok? OK aisha

Re: qBittorrent torrents stall after awhile

2024-10-08 Thread Anon Loli
On Tue, Oct 08, 2024 at 03:18:57AM +, Lucas Gabriel Vuotto wrote: > On Mon, Oct 07, 2024 at 09:21:22PM GMT, Lucas Gabriel Vuotto wrote: > > On Sun, Oct 06, 2024 at 07:35:35PM GMT, Anon Loli wrote: > > > Bug 2: > > > After some uneven time (0-15 minutes), SOME torrents just get Stalled > > > af

stumpwm: avoid remove .fasl after udpate

2024-10-08 Thread Kirill A . Korinsky
ports@, izzy, Timo, I was hunting this issue for quite some time and the last stop was here: https://marc.info/?l=openbsd-ports&m=171368973700549&w=2 The cause of issue is a bug inside stumpwm which I've fixed: https://github.com/stumpwm/stumpwm/pull/1214 So, here the diff which backports the fi

new ports for spyder 6.x

2024-10-08 Thread Daniel Dickman
Hi everyone, Here are 4 new Python ports needed for us to update from spyder 5.x to spyder 6.x. ok to import these? Thanks! spyder_new_ports.tgz Description: Binary data

riscv64 bulk build report

2024-10-08 Thread jca
Bulk build on riscv64-1.ports.openbsd.org Started : Fri Sep 27 12:34:43 MDT 2024 Finished: Tue Oct 8 06:15:08 MDT 2024 Duration: 10 Days 17 hours 40 minutes Built using OpenBSD 7.6 (GENERIC.MP) #75: Wed Sep 25 11:34:54 MDT 2024 Built 10461 packages Number of packages built each day: Sep 27: 27