databases/p5-DBD-SQLite: update to 1.76

2024-12-08 Thread Kirill A . Korinsky
Robert, ports@, I had noticed that p5-DBD-SQLite was updated a few months ago, here an update to 1.76 which I had tested on -current/amd64. Changelog: Changes for version 1.76 - 2024-10-19 - Switched to a production version Changes for version 1.75_01 - 2024-09-17 - Upgraded SQLite to 3.46.1

aarch64 bulk build report

2024-12-08 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Dec 4 16:49:17 MST 2024 finished at Sun Dec 8 04:54:14 MST 2024 lasted 3D12h04m done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #0: Wed Dec 4 16:32:25 MST 2024 built packages:12248 Dec 4:2904 Dec 5:1439 Dec 6:535 Dec 7:3499 Dec 8:3870

UPDATE: automake 1.16

2024-12-08 Thread Brad Smith
Looking at newer automake I noticed the autoconf version should have been bumped with the 1.16.4 release. Index: Makefile === RCS file: /cvs/ports/devel/automake/1.16/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile

Re: UPDATE: OpenImageIO 2.5.17

2024-12-08 Thread Brad Smith
ping. On 2024-11-26 9:53 p.m., Brad Smith wrote: Here is an update to OpenImageIO 2.5.17. Release 2.5.17.0 (Nov 1, 2024) -- compared to 2.5.16.0 - *iinfo*: fix: iinfo was not reading MIP levels correctly [#4498](https://github.com/Acade

Question regarding compiler flags in the ports tree v. outside of the ports tree

2024-12-08 Thread izder456
Hey ports! I'm working on a port for Fallout 1 Community Edition: https://github.com/alexbatalov/fallout1-ce I can build this outside of ports fine, with a simple `git clone` and whatever which made me hopeful for porting. I had to do some patches of it so it could be built offline, and support s

Re: UPDATE: net/snowflake_proxy to 2.10.1

2024-12-08 Thread Stuart Henderson
On 2024/12/08 19:05, Caspar Schutijser wrote: > Hi, > > On Sat, Dec 07, 2024 at 07:29:15AM +, Stepan Zolotuev wrote: > > Hi ports@, > > > > Updated this port to latest release to fix the client software not > > working in my region. Now it works perfectly fine. > > > > Maintainer CC'd. > > D

Re: Question regarding compiler flags in the ports tree v. outside of the ports tree

2024-12-08 Thread Stuart Henderson
On 2024/12/08 12:48, izder456 wrote: > This leads me to believe that ports uses some non-default compiler > flags that clang on amd64 base doesn't otherwise use by default. Compare the compiler commands printed when it builds?

Re: mail/spampd: fix used home directory

2024-12-08 Thread Tim van der Molen
Kirill A. Korinsky (2024-12-06 23:48 +0100): > ports@, > > here a fix for mail/spampd to adjust default home directory to really used > one. > > If a user installs spampd and runs it, he will discover the following error > for each processed email: > > plugin: eval failed: bayes: (in learn)

Re: Question regarding compiler flags in the ports tree v. outside of the ports tree

2024-12-08 Thread izder456
On Sun, 8 Dec 2024 19:22:09 + Stuart Henderson wrote: > On 2024/12/08 12:48, izder456 wrote: > > This leads me to believe that ports uses some non-default compiler > > flags that clang on amd64 base doesn't otherwise use by default. > > Compare the compiler commands printed when it builds? >

Re: mail/spampd: fix used home directory

2024-12-08 Thread Kirill A . Korinsky
On Sun, 08 Dec 2024 20:40:07 +0100, Tim van der Molen wrote: > > Kirill A. Korinsky (2024-12-06 23:48 +0100): > > ports@, > > > > here a fix for mail/spampd to adjust default home directory to really used > > one. > > > > If a user installs spampd and runs it, he will discover the following err

Re: UPDATE: net/snowflake_proxy to 2.10.1

2024-12-08 Thread Caspar Schutijser
Hi, On Sat, Dec 07, 2024 at 07:29:15AM +, Stepan Zolotuev wrote: > Hi ports@, > > Updated this port to latest release to fix the client software not > working in my region. Now it works perfectly fine. > > Maintainer CC'd. > Diff is simple yet very large, so gzipped and attached. I had a si

Re: Question regarding compiler flags in the ports tree v. outside of the ports tree

2024-12-08 Thread Stuart Henderson
This quite likely means that the relevant bit of code has something which is classed as undefined behaviour in C/C++. -- Sent from a phone, apologies for poor formatting. On 8 December 2024 19:52:46 izder456 wrote: On Sun, 8 Dec 2024 19:22:09 + Stuart Henderson wrote: On 2024/12/08 1

Re: new devel/llvm-lit

2024-12-08 Thread ASOU Masato
I built llvm-lit and ran make test and got the following result: Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Failed Tests (2): lit :: shtest-external-shell-kill.py lit :: shtest-run-at-line.py Testing Time: 13.52s Total Discovered Te

sysutils/docker-buildx: update to 0.19.2

2024-12-08 Thread Kirill A . Korinsky
ports@, Here a trivial bugfix update for sysutils/docker-buildx to 0.19.2 Tested on -current/amd64, no regression. Changelog: https://github.com/docker/buildx/releases/tag/v0.19.2 Ok? Index: Makefile === RCS file: /home/cvs/ports/

Re: UPDATE: net/tailsacle-1.78.1

2024-12-08 Thread Daniel Jakots
On Sat, 7 Dec 2024 08:30:08 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.78.1 > Changelog: > https://tailscale.com/changelog#2024-12-05 > > Obrigado! Committed, thanks!

Re: [maintainer update] devel/goreleaser 2.4.8

2024-12-08 Thread Daniel Jakots
On Sat, 30 Nov 2024 18:45:54 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.4.8. > > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.4.8 > > - update Makefile, modules.inc and distinfo for this version > > Build an

Re: UPDATE: automake 1.16

2024-12-08 Thread Kirill A . Korinsky
On Sun, 08 Dec 2024 09:43:02 +0100, Brad Smith wrote: > > Looking at newer automake I noticed the autoconf version should have > been bumped with the 1.16.4 release. > > > Index: Makefile > === > RCS file: /cvs/ports/devel/automake

Re: databases/p5-DBD-SQLite: update to 1.76

2024-12-08 Thread Robert Nagy
looks ok to me On 08/12/24 12:25 +0100, Kirill A. Korinsky wrote: > Robert, ports@, > > I had noticed that p5-DBD-SQLite was updated a few months ago, here an > update to 1.76 which I had tested on -current/amd64. > > Changelog: > > Changes for version 1.76 - 2024-10-19 > - Switched to a produ

Re: UPDATE: automake 1.16

2024-12-08 Thread Stuart Henderson
On 2024/12/08 15:33, Kirill A. Korinsky wrote: > On Sun, 08 Dec 2024 09:43:02 +0100, > Brad Smith wrote: > > > > Looking at newer automake I noticed the autoconf version should have > > been bumped with the 1.16.4 release. .. > > -AUTOCONF_VERSION= 2.69 > > +AUTOCONF_VERSION= 2.71 > > > > Wh