Re: Port of sqlite3_rsync

2024-10-24 Thread Stuart Henderson
On 2024/10/24 12:58, Rodrigo Camacho wrote: > The 21st of October 2024 SQLITE introduced sqlite3_rsync. > More here: https://www.sqlite.org/rsync.html > > Unfortunately, they didn't package a download for OpenBSD specifically. > More here: https://www.sqlite.org/download.html > Is there a plan t

Re: games/naev: remove unnecessary patch

2024-10-24 Thread Thomas Frohwein
On Fri, 18 Oct 2024 21:23:14 -0400 Thomas Frohwein wrote: > Hi, > > I was looking through the ports tree to find any `#include > ` instead of stdlib.h for malloc (a mistake that I've > made in the past) and found this being done in games/naev. A closer > look showed it is behind `#if HAVE_MALLOC

Re: archivers/py-zstandard: improve tests

2024-10-24 Thread Klemens Nanni
24.10.2024 17:46, Stuart Henderson пишет: > On 2024/10/20 15:32, Klemens Nanni wrote: + +.if ${MODPY_TEST_LINK_SO:L} == "yes" && !empty(MODPY_TEST_LIBDIR) +MODPY_TEST_TARGET := for _dir in ${MODPY_TEST_LIBDIR:S,:, ,g}; do \ + if [ -e {_dir} ]; then \ + cd

Re: [NEW] net/b2

2024-10-24 Thread Stuart Henderson
OK sthen@ if someone would like to import (whoever imports, mind the PLIST.orig, CVS should ignore it as long as you don't use funny options but maybe check with -n just in case) On 2024/10/24 16:26, Paul Galbraith wrote: > On 2024-10-23 3:33 a.m., Stuart Henderson wrote: > > Thanks. Couple of s

Re: archivers/py-zstandard: improve tests

2024-10-24 Thread Stuart Henderson
On 2024/10/24 19:13, Klemens Nanni wrote: > 24.10.2024 17:46, Stuart Henderson пишет: > > On 2024/10/20 15:32, Klemens Nanni wrote: > + > +.if ${MODPY_TEST_LINK_SO:L} == "yes" && !empty(MODPY_TEST_LIBDIR) > +MODPY_TEST_TARGET := for _dir in ${MODPY_TEST_LIBDIR:S,:, ,g}; do \ > +

Re: archivers/py-zstandard: improve tests

2024-10-24 Thread Stuart Henderson
On 2024/10/24 19:13, Klemens Nanni wrote: > 24.10.2024 17:46, Stuart Henderson пишет: > > On 2024/10/20 15:32, Klemens Nanni wrote: > + > +.if ${MODPY_TEST_LINK_SO:L} == "yes" && !empty(MODPY_TEST_LIBDIR) > +MODPY_TEST_TARGET := for _dir in ${MODPY_TEST_LIBDIR:S,:, ,g}; do \ > +

Re: port that's just a shell script? (idnits)

2024-10-24 Thread Christian Weisgerber
Florian Obser: > Another thing I'd like to have is idnits > https://github.com/ietf-tools/idnits/tree/v2 > > Which is just a bash script, and yes, it's bash. "Bash" is frequently a codeword for "assumes GNU shell utilities". At first glance it actually looks like a POSIX sh script without overt

Re: port that's just a shell script? (idnits)

2024-10-24 Thread Stuart Henderson
On 2024/10/23 16:25, Florian Obser wrote: > On 2024-10-23 13:10 +01, Stuart Henderson wrote: > > Ugh, I've just looked at the script, have they not heard of perl?! > > Why would you do that? That sounds unpleasant. > > And no, they probably have not heard of perl, hence the rewrite in > JavaScri

Port of sqlite3_rsync

2024-10-24 Thread Rodrigo Camacho
The 21st of October 2024 SQLITE introduced sqlite3_rsync. More here: https://www.sqlite.org/rsync.html Unfortunately, they didn't package a download for OpenBSD specifically. More here: https://www.sqlite.org/download.html Is there a plan to port this? I don't believe I'm alone in syncing sqli

Re: graphics/inkscape fix with poppler-24.10.0

2024-10-24 Thread Rafael Sadowski
On Tue Oct 22, 2024 at 08:16:32PM +0200, Matthias Kilian wrote: > Disable poppler for now, because this doesn't build with poppler-24.10.0 > and my C++ foo isn't strong enough. Not happy with it but OK rsadowski > > Index: Makefile > ==

[UPDATE] devel/py-phx-class-registry

2024-10-24 Thread Paul Galbraith
Version bump to 4.1.0 Index: Makefile === RCS file: /cvs/ports/devel/py-phx-class-registry/Makefile,v diff -u -p -u -r1.2 Makefile --- Makefile6 May 2024 12:23:21 - 1.2 +++ Makefile23 Oct 2024 18:23:29 - @@ -1,1

Re: update: wayland 1.23.1 take #3

2024-10-24 Thread Matthieu Herrb
On Sun, Oct 20, 2024 at 01:20:21PM +0200, Matthieu Herrb wrote: > Hi, > > so rsadowski@ reported that my previsous diff to upgrade wayland to > 1.23.1 is breaking kwayland ports. > > I've tracked down the build error to the wrong assumption that > __STDC_VERSION__ is defined for C++ too, in combi

Re: editors/libreoffice: fix with poppler-24.10.0

2024-10-24 Thread Robert Nagy
ok On 22/10/24 20:15 +0200, Matthias Kilian wrote: > Fix build with poppler-24.10.0. > > ok? > > Ciao, > Kili > > Index: patches/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx > === > RCS file: patches/patch-sdex