Re: mail/dovecot: backport small fix for OpenBSD

2024-10-20 Thread Kirill A . Korinsky
On Sun, 20 Oct 2024 04:59:10 +0200, Brad Smith wrote: > > Seeing as the PR is a bunch of fixes, either way put a brief description > at the top of the patch. You might want to look at updating the comment > at the very top of lib/net.c to include OpenBSD. I am not sure if it is a good idea to pa

Re: mail/dovecot: backport small fix for OpenBSD

2024-10-20 Thread Brad Smith
On 2024-10-20 4:20 a.m., Kirill A. Korinsky wrote: On Sun, 20 Oct 2024 04:59:10 +0200, Brad Smith wrote: Seeing as the PR is a bunch of fixes, either way put a brief description at the top of the patch. You might want to look at updating the comment at the very top of lib/net.c to include OpenBS

Re: [update] math/py-pandas 2.2.2 -> 2.2.3

2024-10-20 Thread Björn Ketelaars
On Sun 20/10/2024 10:42, Daniel Dickman wrote: > Minor pandas update. > > All reverse consumers still seem to work, but math/mlpack is still marked > BROKEN due to the cython3 update. > > ok? Builds, and works for me. OK bket@

[maintainer, security update] devel/sbt: update to 1.10.3

2024-10-20 Thread Kirill A . Korinsky
ports@, Here an update for devel/sbt to 1.10.3 This updates contains fox for a securty issue: sbt 1.10.3 updates protobuf-java library to 3.25.5 to address CVE-2024-7254 / GHSA-735f-pc8j-v9w8, which states that while parsing unknown fields in the Protobuf Java library, a maliciously

freebasic broken?

2024-10-20 Thread Umgeher Torgersen
hi there... seems that freebasic is broken in current. > $ cat h.bas > print "Hi" > $ fbc h.bas > ld: error: unable to find library -lpthread > ld: error: unable to find library -lc > ld: error: unable to find library -lm > ld: error: unable to find library -lncurses

UPDATE: net/tailscale-1.76.1

2024-10-20 Thread Adriano Barbosa
Hi. Update for net/tailscale v1.76.1 Changelog: https://tailscale.com/changelog#2024-10-17 Obrigado! -- Adriano Index: Makefile === RCS file: /cvs/ports/net/tailscale/Makefile,v diff -u -p -r1.43 Makefile --- Makefile15 Oct 2024

bsd.port.mk: quiet fetch

2024-10-20 Thread Klemens Nanni
06.10.2024 23:52, Klemens Nanni пишет: > 'checksum' is noisy, especially when working on ports with lots of distfiles. > Take net/go-ipfs for example with 1996(!) files in distinfo: > > $ cat checksum.sh > make checksum "$@" | awk ' > /up to date/ {up++; if (up > 1) next} >

Re: archivers/py-zstandard: improve tests

2024-10-20 Thread Klemens Nanni
05.10.2024 13:17, Klemens Nanni пишет: > 05.10.2024 00:31, Kirill A. Korinsky пишет: >> ping >> >> On Mon, 23 Sep 2024 20:10:02 +0200, >> Kirill A. Korinsky wrote: >>> >>> On Mon, 23 Sep 2024 18:08:46 +0200, >>> Stuart Henderson wrote: IIRC the build/lib.openbsd-${OSREV}-... format is j

security/p5-CryptX: Update to 0.084

2024-10-20 Thread wen heping
Hi, ports@: Here is a simple patch for security/p5-CryptX to update to 0.084. It build well and pass all tests on amd64-current system. 7 ports depends on it and all build well with this patch. Best Regards, wenIndex: security/p5-CryptX/Makefile =

update: wayland 1.23.1 take #2

2024-10-20 Thread Matthieu Herrb
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 combinaison with strict -Werror -Wundef CFLAGS. Reported upstreams: https://gitlab

Re: This will compile ffmpeg again on a 7.5 vanilla system

2024-10-20 Thread Omar Polo
On 2024/10/20 11:39:40 +0200, "Bermuda T. Cyrus" wrote: > On Sun, Oct 20, 2024 at 10:11:49AM +0200, Omar Polo wrote: > > On 2024/10/19 21:56:10 +0200, "Bermuda T. Cyrus" wrote: > > > There seems to be a circular dependency in the graphics/ffmpeg/Makefile > > > port. > > > > which circular depen

Re: [UPDATE] comms/rtl-sdr to 2.0.2

2024-10-20 Thread Sebastian Reitenbach
I’ll look into it this week Missing signature > On 18. Oct 2024, at 11:01, Bryan Vyhmeister wrote: > > On Thu, Oct 10, 2024 at 09:18:16PM -0700, Bryan Vyhmeister wrote: >> This is a very minor update from rtl-sdr 2.0.1 to 2.0.2. CC maintainer >> as well. List of pretty minor changes can be fo

[update] math/py-pandas 2.2.2 -> 2.2.3

2024-10-20 Thread Daniel Dickman
Minor pandas update. All reverse consumers still seem to work, but math/mlpack is still marked BROKEN due to the cython3 update. ok? Index: Makefile === RCS file: /cvs/ports/math/py-pandas/Makefile,v diff -u -p -u -r1.34 Makefile -

Re: This will compile ffmpeg again on a 7.5 vanilla system

2024-10-20 Thread Stuart Henderson
The ports tree often depends on changes made in the base OS. A -current ports tree is not expected to build on 7.5. (for now it's still likely to build on 7.6 but that's not really supported - use an OPENBSD_7_5 checkout of the ports tree on 7.5, OPENBSD_7_6 on 7.6, and cvs head on -current).

[update] math/py-gmpy2 for Python 3.12

2024-10-20 Thread Daniel Dickman
Now that we have newer devel/libmpc, below updates math/py-gmpy2 to a version that builds with Python 3.12. I cleaned up the Makefile a bit to shorten COMMMENT, use HOMEPAGE from PKG-INFO, and update WANTLIB. security/badkeys (the only consumer) might benefit from tests from any user of that p

[new port] productivity/topydo

2024-10-20 Thread Martin Ziemer
This tarball contains a port of topydo, a todo.txt implementation in python. Tested all three modes (cli, prompt and columns). Use it on my daily driver for over a year with no problems. topydo.tgz Description: application/tar-gz

Re: This will compile ffmpeg again on a 7.5 vanilla system

2024-10-20 Thread Bermuda T. Cyrus
On Sun, Oct 20, 2024 at 10:11:49AM +0200, Omar Polo wrote: > On 2024/10/19 21:56:10 +0200, "Bermuda T. Cyrus" wrote: > > There seems to be a circular dependency in the graphics/ffmpeg/Makefile > > port. > > which circular dependency? OK, here is a diff (not done with cvs, due to security concer

security/p5-Digest-HMAC: Update to 1.05

2024-10-20 Thread wen heping
Hi, ports@: Here is a simple patch for security/p5-Digest-HMAC to update to 1.05. It build well and pass all tests on amd64-current system. Best Regards, wenIndex: security/p5-Digest-HMAC/Makefile === RCS file: /cvs/ports/secur

Re: [Maintainer Update] archivers/zpaqfranz-60.7

2024-10-20 Thread Omar Polo
On 2024/10/08 20:37:37 +0200, tux0r wrote: > New version with a few new features. Patch attached. > > Change "log": > https://github.com/fcorbelli/zpaqfranz/releases/tag/60.7 It fails to build here since it calls sysctlbyname() which we do not provide. Also, it seems to use hw.ncpu while it'd b

Re: FIX: editors/neovim broken treesitter parsers

2024-10-20 Thread Stepan Zolotuev
> Please test. Comments, OK? Tested, works OK on 7.6 signature.asc Description: PGP signature

[update] Lagrange to 1.18.3

2024-10-20 Thread Florian Viehweger
Hi, this is an update for Lagrange to 1.18.3. It is a bigger change as usual as it adds a TUI-version, support for the Guppy protocol and Misfin messages. Port-wise there is a new dependency of curses and added pkg-readme. It is possible to split GUI and TUI. If there is demand I'll do that. So

Re: [update] math/py-gmpy2 for Python 3.12

2024-10-20 Thread Theo Buehler
> security/badkeys (the only consumer) might benefit from tests from any > user of that port. Still works. I updated it to 0.0.12 while I was there. ok tb for the py-gmpy2 update

update graphics/shaderc to 2024.3

2024-10-20 Thread Omar Polo
previous updates were a bit... difficult in terms of compatibility, but this one seems minor and the changelog lists less important stuff so... I've tested this with the update of games/taisei (that I'm going to send too). oks and additional testing are welcome :) Index: Makefile ===

update games/taisei to 1.4.2

2024-10-20 Thread Omar Polo
The changelog is available here: https://github.com/taisei-project/taisei/releases/tag/v1.4.2 I played it a bit and seems to work :) Index: Makefile === RCS file: /home/cvs/ports/games/taisei/Makefile,v diff -u -p -r1.21 Makefile --

Re: GHC on OpenBSD/arm64?

2024-10-20 Thread حبيب محمد الأمين محمد الهـاد
I just finished a PR to get GHCup to build and run on OpenBSD (though not necessarily support it w/ working build manifests and bindists yet), so it'll be great to see GHC in ports on OpenBSD/arm64. I'll hopefully start working on it this week. Lydia, feel free to share any notes w/ myself and Gre

Re: update games/taisei to 1.4.2

2024-10-20 Thread Lucas Gabriel Vuotto
On Sun, Oct 20, 2024 at 10:28:25PM +0200, Omar Polo wrote: > The changelog is available here: > > https://github.com/taisei-project/taisei/releases/tag/v1.4.2 > > I played it a bit and seems to work :) I tried it with the shaderc update and it still works fine, so OK lucas. I need to revisit th