UPDATE: lighttpd 1.4.75

2024-03-22 Thread Brad Smith
Here is an update to lighttpd 1.4.75. - 1.4.75 - 2024-03-13 * [mod_redirect] url.redirect-code = 308 new default * [ls-hpack] more portability fixes for sys/queue.h * [ls-hpack] update version to 2.3.3 * [TLS] default to stronger ciphers w/ PFS and AEAD * [ci] apt-get install build-esse

lang/gambit for powerpc, powerpc64, maybe mips64

2024-03-22 Thread George Koehler
OpenBSD is missing the gambit package for mips64, powerpc, and powerpc64, where __attribute__((musttail)) is a fatal error in clang. I reported this at https://github.com/gambit/gambit/issues/898 This diff disables musttail, packages Gambit Scheme and runs gsi(1) on my powerpc and powerpc64; I don

Re: sysuitls/u-boot: split off 32-bit ARM Allwinner SoCs

2024-03-22 Thread Jonathan Gray
On Fri, Mar 22, 2024 at 03:56:35PM +0100, Mark Kettenis wrote: > The diff below splits off the 32-bit ARM Allwinner SoCs and updates > them to U-Boot 2024.01. I've tested this on a few of my armv7 boards > and I'm pretty confident it doesn't break any of them. > > Theo, this has consequences for

Re: textproc/p5-PDF-Table: Update to 1.006

2024-03-22 Thread Benoit Lecocq
On 22/03/2024 07:33, wen heping wrote: Hi, ports@: Here is a simple patch to update textproc/p5-PDF-Table to 1.006. It build and run well and pass all tests on amd64-current. No other ports depend on it. Cheers ! wen Committed, thanks !

Re: UPDATE: blender 3.3.16

2024-03-22 Thread Brad Smith
ping. On 2024-02-29 11:28 p.m., Brad Smith wrote: Here is an update to Blender 3.3.16. Blender 3.3.16 LTS - February 2024 Fix: memory leak during Property Search. [e10b2fc1a3cee6f0a802cd853a0be3dc788204f9] Assign Shortcut Missing when Right Clicking Undo History. [#97431] Regression: Guiding

Re: UPDATE: jasper 4.2.1

2024-03-22 Thread Brad Smith
ping. On 2024-02-29 1:06 a.m., Brad Smith wrote: Here is an update to jasper 4.2.1. 4.2.1 (2024-02-18) == * Fix a build problem for the DJGPP/MS-DOS environment (#372). 4.2.0 (2024-02-05) == * Add the JAS_PACKAGING option to the CMake build in an attempt to a

Re: meson vs boost

2024-03-22 Thread Antoine Jacoutot
Ok — Antoine > On 22 Mar 2024, at 20:12, Otto Moerbeek wrote: > > On Fri, Mar 22, 2024 at 05:55:22PM +0100, Antoine Jacoutot wrote: > >>> On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote: >>> Hi, >>> >>> at PowerDNS we are starting to use meson builds and I hit upon a snag >>>

Re: [update] math/libqalculate to 5.0.0

2024-03-22 Thread Justin Berthault
On Fri, Mar 22, 2024 at 04:48:22PM +, Stuart Henderson wrote: > https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs > > -- > Sent from a phone, apologies for poor formatting. > Thanks, if I read the doc clearly I have to bump major number as some functions outputs are changed

Re: meson vs boost

2024-03-22 Thread Otto Moerbeek
On Fri, Mar 22, 2024 at 05:55:22PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote: > > Hi, > > > > at PowerDNS we are starting to use meson builds and I hit upon a snag > > wrt boost. > > > > When searching for libs, only .a's are found, all boost

UPDATE: aom 3.8.2

2024-03-22 Thread Brad Smith
Here is an update to aom 3.8.2. Release v3.8.2 2024-03-08 v3.8.2 This release includes several bug fixes. This release is ABI compatible with the last release. See https://aomedia.googlesource.com/aom/+log/v3.8.1..v3.8.2 for all the commits in this release. - Bug Fixes * aomedia:3

UPDATE: lcms2 2.16

2024-03-22 Thread Brad Smith
Here is an update to lcms2 2.16. --- 2.16 Featured release --- New import .CUBE files as RGB devicelinks New Read/Write MHC2 tags for Windows GPU access New Support for UTF8 on multilocalized unicode functions New Suppot for OkLab color space, built-in and

Re: NEW: security/qca-qt6

2024-03-22 Thread Rafael Sadowski
On Thu Mar 14, 2024 at 09:10:41PM +0100, Rafael Sadowski via ports wrote: > On Fri Mar 01, 2024 at 08:56:27AM +0100, Landry Breuil wrote: > > Le Thu, Feb 29, 2024 at 09:35:39PM +0100, Rafael Sadowski a écrit : > > > On Thu Feb 29, 2024 at 09:12:49AM +0100, Landry Breuil wrote: > > > > Le Thu, Feb 2

Re: NEW: multimedia/phonon-qt6 and multimedia/phonon-backend/vlc-qt6

2024-03-22 Thread Rafael Sadowski
ping ;) On Thu Mar 14, 2024 at 09:43:20PM +0100, Rafael Sadowski via ports wrote: > Now with attachment... > > On Thu Mar 14, 2024 at 09:42:07PM +0100, Rafael Sadowski via ports wrote: > > I would like to import multimedia/phonon-backend/vlc-qt6 > > multimedia/phonon-qt6. Please find tarball atta

UPDATE: SVT-AV1 2.0.0

2024-03-22 Thread Brad Smith
Here is an update to SVT-AV1 2.0.0. ## [2.0.0] - 2024-03-13 Major API updates - Changed the API signaling the End Of Stream (EOS) with the last frame vs with an empty frame - OPT_LD_LATENCY2 making the change above is kept in the code to help devs with integration - Removed the 3-pass VBR mode

Re: meson vs boost

2024-03-22 Thread Antoine Jacoutot
On Fri, Mar 22, 2024 at 01:54:13PM +0100, Otto Moerbeek wrote: > Hi, > > at PowerDNS we are starting to use meson builds and I hit upon a snag > wrt boost. > > When searching for libs, only .a's are found, all boost .so's are > skipped. I tracked it down to line 608 in > > ./mesonbuild/dependenc

Re: [update] math/libqalculate to 5.0.0

2024-03-22 Thread Stuart Henderson
https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs -- Sent from a phone, apologies for poor formatting. On 22 March 2024 15:19:54 Justin Berthault wrote: On Thu, Mar 21, 2024 at 10:23:14PM +, Stuart Henderson wrote: Did you check if SHARED_LIBS needs a bump? No sorry, for

Re: [update] audio/ncspot to 1.1.0

2024-03-22 Thread Paco Esteban
On Wed, 20 Mar 2024, Henrik Friedrichsen wrote: > On Sun, Mar 17, 2024 at 09:50:26PM +, Lucas Raab wrote: > > Here's a ncspot update which has been working fine. > > > > cc MAINTAINER > > Thanks Lucas, LGTM! > > Would you (or someone else) like to take over maintainership? I don't > mind re

Re: [update] math/libqalculate to 5.0.0

2024-03-22 Thread Justin Berthault
On Thu, Mar 21, 2024 at 10:23:14PM +, Stuart Henderson wrote: > Did you check if SHARED_LIBS needs a bump? No sorry, forgot to check it but from what I understand v5 includes new functions so yeah it should need a bump. I'm a little confused about the logic for updating SHARED_LIB numbers th

sysuitls/u-boot: split off 32-bit ARM Allwinner SoCs

2024-03-22 Thread Mark Kettenis
The diff below splits off the 32-bit ARM Allwinner SoCs and updates them to U-Boot 2024.01. I've tested this on a few of my armv7 boards and I'm pretty confident it doesn't break any of them. Theo, this has consequences for the armv7 miniroots as the "cubie" variant includes firmwares that move f

Re: pkg_info -I/-Q using %branch with flavors and pkg_add with branch and flavor

2024-03-22 Thread Sebastian Reitenbach
On Friday, March 22, 2024 08:40 CET, Stuart Henderson wrote: > On 2024/03/21 23:11, Sebastian Reitenbach wrote: > > Hi, > > > > found that pkg_info -I supports %branch notation, in contrast to -Q: > > root@galen:/tmp# pkg_info -Q postfix%stable35 > > Can't locate object method "match" via pack

meson vs boost

2024-03-22 Thread Otto Moerbeek
Hi, at PowerDNS we are starting to use meson builds and I hit upon a snag wrt boost. When searching for libs, only .a's are found, all boost .so's are skipped. I tracked it down to line 608 in ./mesonbuild/dependencies/boost.py:filter_libraries: libs = [x for x in libs if x.version_matc

Re: [NEW] net/b2

2024-03-22 Thread Stuart Henderson
On 2024/03/19 18:49, Paul Galbraith wrote: > On 2024-02-04 12:16 p.m., Paul Galbraith wrote: > > New port: b2 CLI client for Backblaze B2 storage access/management > > > > https://www.backblaze.com/docs/cloud-storage-command-line-tools > > > > TIA for taking a look, please let me know how it look

Re: powerpc64 bulk build report

2024-03-22 Thread Stuart Henderson
summarising these: > http://build-failures.rhaalovely.net/powerpc64/2024-03-18/databases/mdbtools.log > http://build-failures.rhaalovely.net/powerpc64/2024-03-18/security/py-keyring,python3.log > http://build-failures.rhaalovely.net/powerpc64/2024-03-18/databases/postgresql-odbc.log Some DPB oddi

aarch64 bulk build report

2024-03-22 Thread phessler
bulk build on arm64.ports.openbsd.org started on Tue Mar 19 04:55:04 MDT 2024 finished at Fri Mar 22 02:21:45 MDT 2024 lasted 2D21h26m done with kern.version=OpenBSD 7.5 (GENERIC.MP) #137: Mon Mar 18 00:45:33 MDT 2024 built packages:12233 Mar 19:4104 Mar 20:301 Mar 21:4619 Mar 22:3208 critical

Re: pkg_info -I/-Q using %branch with flavors and pkg_add with branch and flavor

2024-03-22 Thread Stuart Henderson
On 2024/03/21 23:11, Sebastian Reitenbach wrote: > Hi, > > found that pkg_info -I supports %branch notation, in contrast to -Q: > root@galen:/tmp# pkg_info -Q postfix%stable35 > Can't locate object method "match" via package > "OpenBSD::Search::FilterLocation" at /usr/libdata/perl5/OpenBSD/Searc

Re: [fix] misc/remind: gtk-update-icon-cache: Failed to open file

2024-03-22 Thread Stefan Hagen
Martin Ziemer wrote (2024-03-20 09:10 CET): [...] > And now there is also a newer version of remind. > > Below is a diff which removes the icon-cache and the matching depends > and updates to the new version. > > Tested on amd64. Nice, thank you. I've committed this diff. > Index: Makefile >