Re: WIP: devel/sccache

2023-09-04 Thread Landry Breuil
Le Mon, Sep 04, 2023 at 05:13:19PM +0200, Landry Breuil a écrit : > Le Mon, Sep 04, 2023 at 04:58:49PM +0200, Caspar Schutijser a écrit : > > Hi, > > > > I started porting sccache , > > a ccache-like tool that a.o. supports many storage backends but > > also (m

Re: Valgrind: Detect access outside the range of malloc.

2023-09-04 Thread Otto Moerbeek
On Tue, Sep 05, 2023 at 03:00:12PM +0900, Masato Asou wrote: > From: Otto Moerbeek > Date: Tue, 5 Sep 2023 07:40:18 +0200 > > > On Tue, Sep 05, 2023 at 09:38:40AM +0900, Masato Asou wrote: > > > >> hi, > >> > >> I have fixed a bug in Valgrind. The Valgrind could not detect access > >> outside

Re: Valgrind: Detect access outside the range of malloc.

2023-09-04 Thread Masato Asou
From: Otto Moerbeek Date: Tue, 5 Sep 2023 07:40:18 +0200 > On Tue, Sep 05, 2023 at 09:38:40AM +0900, Masato Asou wrote: > >> hi, >> >> I have fixed a bug in Valgrind. The Valgrind could not detect access >> outside the range of malloc. >> >> comments, ok? > > This works much better that befor

Re: Valgrind: Detect access outside the range of malloc.

2023-09-04 Thread Otto Moerbeek
On Tue, Sep 05, 2023 at 09:38:40AM +0900, Masato Asou wrote: > hi, > > I have fixed a bug in Valgrind. The Valgrind could not detect access > outside the range of malloc. > > comments, ok? This works much better that before. Thanks for working on this! It now detects out of bounds read and wri

NEW: textproc/domain-sift

2023-09-04 Thread Ashlen
Hi. :) domain-sift is a tool I wrote in Perl to extract domains from files/STDIN and format + print the domains to STDOUT. I use it along with unwind/unbound on machines running OpenBSD to block malicious/unwanted domains. domain-sift uses OpenBSD::Pledge(3p) and OpenBSD::Unveil(3p). Home page: ht

py-jupyter_client 5.3.4 -> 6.1.6

2023-09-04 Thread Daniel Dickman
We need jupyter_client >= 6.1.5 in order to start importing a few other ports like jupyter_server which will allow us to update the various jupyter ports in the tree. ok's welcome Index: Makefile === RCS file: /cvs/ports/devel/py-

www/unit update to 1.31.0

2023-09-04 Thread Sergey A. Osokin
Hi, here's the www/unit update to version 1.31.0, could you please review and commit. Thank you. -- Sergey A. Osokin Index: Makefile.inc === RCS file: /cvs/ports/www/unit/Makefile.inc,v retrieving revision 1.8 diff -u -p -r1.8 Make

Valgrind: Detect access outside the range of malloc.

2023-09-04 Thread Masato Asou
hi, I have fixed a bug in Valgrind. The Valgrind could not detect access outside the range of malloc. comments, ok? -- ASOU Masato Index: devel/valgrind/Makefile === RCS file: /cvs/ports/devel/valgrind/Makefile,v retrieving revision

Re: devel/ocaml-pcre still needed?

2023-09-04 Thread Daniel Dickman
On Mon, 4 Sep 2023, Theo Buehler wrote: > On Mon, Sep 04, 2023 at 05:55:58PM +0200, Volker Schlecht wrote: > > Ping about that one - any reason to keep ocaml-pcre around? No consumers in > > tree > > and to develop something on ocaml you'd grab it via opam anyway. > > ok to remove > ok with

Re: Switch from MASTER_SITES to MASTER_SITES.hs in Haskell ports

2023-09-04 Thread Marc Espie
On Mon, Sep 04, 2023 at 12:45:05PM -0700, Greg Steuck wrote: > Looks like we no longer have to manage a namespace of just 10 entries > globally in the ports tree :) > > OK? > > >From 9f430fa6addbc4b89e260d5d7aa5cb43b8943b9b Mon Sep 17 00:00:00 2001 > From: Greg Steuck > Date: Mon, 4 Sep 2023 12:

Re: New port: devel/objfw

2023-09-04 Thread Jonathan Schleifer
Am 04.09.23 um 16:30 schrieb Jeremie Courreges-Anglas: Thanks. I have imported objfw as proposed in your last tarball, except with a simple patch for clarity instead of your ed(1) script. Thank you! My reason for using the ed script over a patch was that it'll be more robust to changes. I'l

Re: Switch from MASTER_SITES to MASTER_SITES.hs in Haskell ports

2023-09-04 Thread Matthias Kilian
Hi, On Mon, Sep 04, 2023 at 12:45:05PM -0700, Greg Steuck wrote: > Looks like we no longer have to manage a namespace of just 10 entries > globally in the ports tree :) > > OK? Sure. Ciao, Kili

Re: Upgrade productivity/hledger 1.28->1.31

2023-09-04 Thread Matthias Kilian
Hi, On Mon, Sep 04, 2023 at 12:33:51PM -0700, Greg Steuck wrote: > Does this look OK to you? I tested it locally. Fine, if it builds and works ok for you. (my build machine is currently inop, so i can't test-build it, but i don't see anything offending in your diff). Ciao, Kili > Thanks

Switch from MASTER_SITES to MASTER_SITES.hs in Haskell ports

2023-09-04 Thread Greg Steuck
Looks like we no longer have to manage a namespace of just 10 entries globally in the ports tree :) OK? >From 9f430fa6addbc4b89e260d5d7aa5cb43b8943b9b Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Mon, 4 Sep 2023 12:41:33 -0700 Subject: [PATCH] Switch from MASTER_SITES to MASTER_SITES.hs in H

Upgrade productivity/hledger 1.28->1.31

2023-09-04 Thread Greg Steuck
Hi Matthias, Does this look OK to you? I tested it locally. Thanks Greg >From 489489bcc48fa74e992b86a1db3250b88d1c7529 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Mon, 4 Sep 2023 12:30:11 -0700 Subject: [PATCH] Upgrade productivity/hledger 1.28->1.31 --- productivity/hledger/Makefile | 1

[NEW] net/py-b2sdk

2023-09-04 Thread Paul Galbraith
This is a new port of the python Backblaze B2 SDK, a dependency of the B2 comand-line interface tool (https://www.backblaze.com/docs/cloud-storage-command-line-tools) and also an optional dependency of the sysutils/duplicity backup tool.  Note the version is pinned at 1.18.0 because net/py-b2sd

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Stefan Hagen
Ingo Schwarze wrote (2023-09-04 16:27 IST): > Hi, > > Stuart Henderson wrote on Mon, Sep 04, 2023 at 11:07:52AM +0100: > > On 2023/09/04 11:05, Stefan Hagen wrote: > > >> $ man 1 autoconf > >> There is more than one version of this manpage available (show with -w). > > > oh that's a decent alte

Re: [update] sysutils/lsblk to 1.3.1

2023-09-04 Thread Omar Polo
On 2023/09/02 00:36:41 +0200, Benjamin Stürz wrote: > Hi ports@, > > This update changes the behavior of the -i option, > which prevents lsblk(8) from printing Unicode characters. > Instead of printing spaces, with this update, > lsblk will print ASCII symbols if -i was specified. > > Tested on

Re: [update] mail/mu to version 1.10.7

2023-09-04 Thread Omar Polo
Stefan Hagen writes: > Hi, > > with the switch from 1.8 to 1.10, the autotools build system is no > longer supported. The new build system is meson - so this is pretty > much a new port. > > Software changes between 1.8 and 1.10 are documented here: > https://github.com/djcb/mu/blob/release/1.1

Re: [maintainer update] archivers/zpaqfranz-58.9

2023-09-04 Thread Omar Polo
On 2023/08/24 23:48:28 +0200, tux0r wrote: > The changelog claims that this release mainly fixes a Windows bug, but it > can’t be too bad to have the port updated as well. > > Patch attached.diff somehow i missed the mail, sorry. Committed, thanks!

Re: devel/ocaml-pcre still needed?

2023-09-04 Thread Theo Buehler
On Mon, Sep 04, 2023 at 05:55:58PM +0200, Volker Schlecht wrote: > Ping about that one - any reason to keep ocaml-pcre around? No consumers in > tree > and to develop something on ocaml you'd grab it via opam anyway. ok to remove > > On Thu Jan 12, 2023 at 9:47 PM CET, Volker Schlecht wrote: >

Re: devel/ocaml-pcre still needed?

2023-09-04 Thread Volker Schlecht
Ping about that one - any reason to keep ocaml-pcre around? No consumers in tree and to develop something on ocaml you'd grab it via opam anyway. On Thu Jan 12, 2023 at 9:47 PM CET, Volker Schlecht wrote: > I noticed that there seems to be no port needing devel/ocaml-pcre as an > explicit depende

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Omar Polo
On 2023/09/04 15:56:02 +0100, Stefan Hagen wrote: > Omar Polo wrote (2023-09-04 15:43 IST): > > On 2023/09/04 15:17:40 +0100, Stefan Hagen > > wrote: > > > Ah! I should have seen that. > > > > > > Now it builds, but nsxiv does not work anymore: > > > $ nsxiv irrsi.png > > > nsxiv: irrsi.png: Er

net/psi: unbreak or remove?

2023-09-04 Thread Klemens Nanni
builds and starts with this diff, I don't see the connection error, but this on the console when trying to connect to my account which just works with other clients like net/dino: [20230904 16:36:16] Unknown signature value: 794 (unknown:0, unknown) [20230904 16:36:16] Unknown signature

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Ingo Schwarze
Hi, Stuart Henderson wrote on Mon, Sep 04, 2023 at 11:07:52AM +0100: > On 2023/09/04 11:05, Stefan Hagen wrote: >> $ man 1 autoconf >> There is more than one version of this manpage available (show with -w). > oh that's a decent alternative. Indeed, in particular in combination with the other

Re: WIP: devel/sccache

2023-09-04 Thread Landry Breuil
Le Mon, Sep 04, 2023 at 04:58:49PM +0200, Caspar Schutijser a écrit : > Hi, > > I started porting sccache , > a ccache-like tool that a.o. supports many storage backends but > also (more importantly) caching Rust compilation objects. I hope that > eventually we

WIP: devel/sccache

2023-09-04 Thread Caspar Schutijser
Hi, I started porting sccache , a ccache-like tool that a.o. supports many storage backends but also (more importantly) caching Rust compilation objects. I hope that eventually we can use something like USE_SCCACHE for Rust projects (WIP, untested diff for bsd.

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Stefan Hagen
Omar Polo wrote (2023-09-04 15:43 IST): > On 2023/09/04 15:17:40 +0100, Stefan Hagen > wrote: > > Ah! I should have seen that. > > > > Now it builds, but nsxiv does not work anymore: > > $ nsxiv irrsi.png > > nsxiv: irrsi.png: Error opening image > > nsxiv: no more files to display, aborting > >

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Omar Polo
On 2023/09/04 15:17:40 +0100, Stefan Hagen wrote: > Ah! I should have seen that. > > Now it builds, but nsxiv does not work anymore: > $ nsxiv irrsi.png > nsxiv: irrsi.png: Error opening image > nsxiv: no more files to display, aborting > > $ nsxiv mpv-shot0001.jpg > nsxiv: mpv-shot0001.jpg: Err

Re: [fix] cad/oce: unreplaced variable on cmake files

2023-09-04 Thread Klemens Nanni
Committed, thanks.

Re: New port: devel/objfw

2023-09-04 Thread Jeremie Courreges-Anglas
On Sun, Sep 03 2023, Jonathan Schleifer wrote: > Am 03.09.23 um 19:49 schrieb Jeremie Courreges-Anglas: > >> I don't know which of .SILENT or make -s or the escape characters hide >> the compiler command lines used to build the object files, but let's >> find a way to disable this behaviour at lea

[update] net/synapse 1.91.1

2023-09-04 Thread Renaud Allard
Hello, Here is a short diff for net/synapse to 1.91.1 It fixes a performance regression introduced in Synapse 1.91.0 where event persistence would cause an excessive linear growth in CPU usage. Best RegardsIndex: Makefile === RCS

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Stefan Hagen
Omar Polo wrote (2023-09-04 14:45 IST): > On 2023/09/04 14:27:42 +0100, Stefan Hagen > wrote: > > Omar Polo wrote (2023-09-04 14:11 IST): > > > As per subject. I'm not sure how to link the ChangeLog, but there has > > > been quite a few changes. The 'interesting' ones seems to be the > > > addi

Re: misc/reprepro: remove old debian package repository producer?

2023-09-04 Thread Frederic Cambus
On Sat, Sep 02, 2023 at 07:13:27PM +, Klemens Nanni wrote: > Unmaintained and lagging behind the latest version from four years ago. > I suggest people use Debian for Debian stuff. OK fcambus@ to remove it. As it is a really specific tool, the previous maintainer mentioned it should probably

UPDATE: wayland/libinput-openbsd

2023-09-04 Thread Rafael Sadowski
Hi Landry, Hi Matthieu, Hi ports@, please find below my final version to move github.com/mherrb/libinput to github.com/sizeofvoid/libopeninput. You may ask why? Let me explain. Matthieu's libinput is based on my old sizeofvoid/libinput repository which is based on mpi init work. While working on

Re: [new] wayland/swaybg 1.2.0

2023-09-04 Thread Matthieu Herrb
On Mon, Sep 04, 2023 at 03:41:49PM +0200, Landry Breuil wrote: > hi, > > straightforward port of https://github.com/swaywm/swaybg, one more thing > that is enabled in the default sway config. with that, i have a nice > sway background by default. > > ok ? > > Landry ok matthieu@. I've a manuall

Re: NEW: riff

2023-09-04 Thread Ian Darwin
I'd put it under text/proc next to text/proc/cdiff aka ydiff, but then again we also have devel/colordiff aka. cdiff(1), your call; I just keep thinking of devel/ as the kitchen sink category. Numbers favor textproc, as there's also textproc/spiff (does same as riff) and textproc/idiff (does sam

Re: [new] wayland/swaybg 1.2.0

2023-09-04 Thread Rafael Sadowski
On Mon Sep 04, 2023 at 03:41:49PM +0200, Landry Breuil wrote: > hi, > > straightforward port of https://github.com/swaywm/swaybg, one more thing > that is enabled in the default sway config. with that, i have a nice > sway background by default. > > ok ? > > Landry Looks good, compiles, package

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Omar Polo
On 2023/09/04 14:27:42 +0100, Stefan Hagen wrote: > Omar Polo wrote (2023-09-04 14:11 IST): > > As per subject. I'm not sure how to link the ChangeLog, but there has > > been quite a few changes. The 'interesting' ones seems to be the > > addition of the loader for y4m and raw files. > > > > I

Re: NEW: riff - rust build/fake rebuilds

2023-09-04 Thread Sebastien Marie
On Mon, Sep 04, 2023 at 12:35:13PM +, Klemens Nanni wrote: > > [...] > > Does anyone know why 'make build' builds stuff fine, but then 'make fake' > also builds stuff? >From the output, it seems that it is running (again) severals kinds of >programs: - build_scripts (build.rs machinery) :

[new] wayland/swaybg 1.2.0

2023-09-04 Thread Landry Breuil
hi, straightforward port of https://github.com/swaywm/swaybg, one more thing that is enabled in the default sway config. with that, i have a nice sway background by default. ok ? Landry swaybg-1.2.0.tgz Description: application/tar-gz

Re: update graphics/imlib2 to 1.12.0

2023-09-04 Thread Stefan Hagen
Omar Polo wrote (2023-09-04 14:11 IST): > As per subject. I'm not sure how to link the ChangeLog, but there has > been quite a few changes. The 'interesting' ones seems to be the > addition of the loader for y4m and raw files. > > I had to patch one Makefile.am since, due to the order of the -I

update graphics/imlib2 to 1.12.0

2023-09-04 Thread Omar Polo
As per subject. I'm not sure how to link the ChangeLog, but there has been quite a few changes. The 'interesting' ones seems to be the addition of the loader for y4m and raw files. I had to patch one Makefile.am since, due to the order of the -I flags, the decoders ended up loading the system' I

UPDATE: Suricata-7.0.0

2023-09-04 Thread Gonzalo L. Rodriguez
Hello, Upgrade for Suricata to 7.0.0: https://github.com/OISF/suricata/releases/tag/suricata-7.0.0 Test are welcome. OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/security/suricata/Makefile,v retrieving revisio

New: MySQL 8.1

2023-09-04 Thread Jeremy Evans
Attached is a port for MySQL 8.1. This is not designed to replace the existing MariaDB port, it is designed for interoperability testing, since MySQL and MariaDB have diverged sufficiently such that software designed to support MySQL and MariaDB databases should be tested against both. A number of

Re: [fix] cad/oce: unreplaced variable on cmake files

2023-09-04 Thread Johannes Thyssen Tishman
> Committed, thanks. Awesome, thanks!

Re: NEW: riff

2023-09-04 Thread Klemens Nanni
On Mon, Sep 04, 2023 at 02:16:42PM +0200, Florian Obser wrote: > > Information for inst:riff-2.25.2 > > Comment: > diff tool highlighting which parts of lines have changed > > Description: > Riff is a wrapper around diff that highlights which parts of lines > have changed. > > Thanks to solene@

Re: update multimedia/libheif to 1.16.2

2023-09-04 Thread Omar Polo
On 2023/09/04 13:24:41 +0100, Stuart Henderson wrote: > ah I updated this earlier today, I'll merge in your changes for things > which I missed. oops, my cvs mirror didn't had it yet. Thanks!

Re: NEW: riff

2023-09-04 Thread Stuart Henderson
i'd put it in textproc/riff not devel/ (and change CATEGORIES accordingly). otherwise ok. On 2023/09/04 14:16, Florian Obser wrote: > > Information for inst:riff-2.25.2 > > Comment: > diff tool highlighting which parts of lines have changed > > Description: > Riff is a wrapper around diff tha

Re: update multimedia/libheif to 1.16.2

2023-09-04 Thread Stuart Henderson
ah I updated this earlier today, I'll merge in your changes for things which I missed. On 2023/09/04 14:12, Omar Polo wrote: > Spotted while looking to update imlib2, hoping that the update would > add the missing (void) in the heif.h prototypes (spoiler: it does > not.) > > 1.16.0[0] was a big-

NEW: riff

2023-09-04 Thread Florian Obser
Information for inst:riff-2.25.2 Comment: diff tool highlighting which parts of lines have changed Description: Riff is a wrapper around diff that highlights which parts of lines have changed. Thanks to solene@ for getting me out of the weeds and explaining how porting rust stuff actually works

update multimedia/libheif to 1.16.2

2023-09-04 Thread Omar Polo
Spotted while looking to update imlib2, hoping that the update would add the missing (void) in the heif.h prototypes (spoiler: it does not.) 1.16.0[0] was a big-ish release, 1.16.1 and 1.16.2 were bugfix releases. It seems that only a minor bump is needed, check_sym agrees and I've read the diff

update prometheus to 2.37.9

2023-09-04 Thread Claudio Jeker
This is the last release of this LTS branch of prometheus. Not much changed for prometheus but I used the opportunity to fix the embedded build info (which needs different paths because of vendoring) and adjust the rc script to allow reload. Lightly tested, seems to be have like before. -- :wq Cl

Re: UPDATE: qwt-6.2.0

2023-09-04 Thread Stefan Hagen
Stefan Hagen wrote (2023-09-03 16:38 IST): > Rafael Sadowski wrote (2023-08-31 07:00 IST): > > Simple update qwt-6.2.0. Tested on amd64. OK? > > How to test it? > > It breaks gnuradio: > /usr/ports/pobj/gnuradio-3.8.2.0/gnuradio-3.8.2.0/gr-qtgui/lib/../include/gnuradio/qtgui/DisplayPlot.h:44:10:

DISTFILES.sufx and tweaks

2023-09-04 Thread Marc Espie
The new DIST_TUPLE syntax is still undergoing some minor/major tweaks (stay tuned). As for retiring the old MASTER_SITES syntax, I acknowledge that having all the stuff in DISTFILES was handy for EXTRACT_ONLY= ports. But the rewriting stuff as in dest{url}sufx already made that cumbersome. So I

Re: New port: devel/objfw

2023-09-04 Thread Stuart Henderson
On 2023/09/03 20:48, Jonathan Schleifer wrote: > Am 03.09.23 um 19:49 schrieb Jeremie Courreges-Anglas: > > > I don't know which of .SILENT or make -s or the escape characters hide > > the compiler command lines used to build the object files, but let's > > find a way to disable this behaviour at

python solaredge/modbus ports

2023-09-04 Thread Landry Breuil
hi, here's 3 ports (untar under net/) that i have locally to tinker with/talk to my solaredge inverter, either directly over lan/udp via modbus, or via the solaredge official API. Both allow me to gather stats for grafana dashboards of solar production (cf http://oostens.me/posts/solaredge-se3000h

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Stuart Henderson
On 2023/09/04 11:05, Stefan Hagen wrote: > How about: > > $ man 1 autoconf > There is more than one version of this manpage available (show with -w). oh that's a decent alternative. > > AUTOCONF(1) FSF > AUTOCONF(1) > ... > > Then you could

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Stuart Henderson
On 2023/09/04 02:42, Ingo Schwarze wrote: > However, nobody told me so far that they like the idea of showing this > information, but one developer told me privately that they are not a fan. FWIW I like it. Even ignoring ports, we've had problems just in base where people have upgraded and not fol

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Stefan Hagen
Ingo Schwarze wrote (2023-09-04 01:42 IST): > Hi Marc, > > Marc Espie wrote on Mon, Sep 04, 2023 at 12:11:52AM +0200: > > On Sun, Sep 03, 2023 at 08:54:55PM +0200, Ingo Schwarze wrote: > > >> In addition to that, showing the complete list from man -w would > >> force man(1) to do additional work,

Re: UPDATE: x11/fvwm3 to 1.0.7

2023-09-04 Thread Marc Espie
On Mon, Sep 04, 2023 at 02:42:05AM +0200, Ingo Schwarze wrote: > However, nobody told me so far that they like the idea of showing this > information, but one developer told me privately that they are not a fan. Let me guess. I know one guy who makes it known when he doesn't like something, but al

Re: [new] devel/py-logfury

2023-09-04 Thread Lucas Raab
On Mon, Sep 04, 2023 at 12:39:21AM +0100, Stuart Henderson wrote: > On 2023/09/03 18:05, Paul Galbraith wrote: > > Hi, this is a new port of the python logfury logging toolkit. It's a > > sub-dependency of the B2 command-line tool for Backblaze cloud storage > > access (https://www.backblaze.com/do