Re: New: volk - dynamic loader for vulkan (dependency for updating vulkan-tools)

2024-02-23 Thread Omar Polo
On 2024/02/22 22:07:29 -0500, Thomas Frohwein wrote: > *ping* > > As this is needed for vulkan-loader update, I worry that stalling on > this might lead to issues with ports that rely on recen vulkan API... > > Re-attached for convenience. > > On Tue, Feb 13, 2024 at 04:19:06PM -0500, Thomas Fr

Re: UPDATE: libvpx 1.14.0

2024-02-23 Thread Brad Smith
On 2024-02-24 1:22 a.m., Robert Nagy wrote: I will look into this patch soon as I already have a patch for actual arm64 cpu feature detection and we also need to make sure that this update does not break browsers. Ya, any additional testing on arm64 would be welcome. Anything you do here shoul

Re: UPDATE: libvpx 1.14.0

2024-02-23 Thread Robert Nagy
I will look into this patch soon as I already have a patch for actual arm64 cpu feature detection and we also need to make sure that this update does not break browsers. On 23/02/24 17:11 -0500, Brad Smith wrote: > Here is an update to libvpx 1.14.0. > > > 2024-01-18 v1.14.0 "Venetian Duck" > >

[maintainer update] pandoc 3.1.12.1

2024-02-23 Thread Evan Silberman
Hi Greg + ports, Fairly straightforward now that I can build working Haskell programs on here again. The version of the pandoc-cli package is now 1:1 with the pandoc version so packaging is a bit easier. The manuals for the pandoc-server and pandoc-lua modes are also packaged now. Thanks, Evan

Re: UPDATE: QEMU 8.2.0

2024-02-23 Thread Brad Smith
On Sat, Jan 06, 2024 at 09:40:50PM -0500, Brad Smith wrote: > Here is an update to QEMU 8.2.0. > > > https://wiki.qemu.org/ChangeLog/8.2 > > Due to the additional churn with the Meson migration I am no > longer going to try and maintain the backported patch for dealing > with the older linker, s

[Maintainer Update] archivers/zpaqfranz-59.2

2024-02-23 Thread tux0r
zpaqfranz 59.2 has - on non-Windows systems - a few bugfixes, seemingly not more, in comparison to 59.1. As 59.1 isn't on /ports yet, attached is the diff from 58.11. :-) diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index 174fc11b886..4b2dc4534d8 100644 --- a/archivers/

Re: NEW: emulators/melonds

2024-02-23 Thread Anthony J. Bentley
Stuart Henderson writes: > this one fails on i386: > > FAILED: src/teakra/src/CMakeFiles/teakra.dir/test_generator.cpp.o > /pobj/melonds-0.9.5/bin/c++ -DARCHITECTURE_x86=1 -DMELONDS_VERSION=\"0.9.5\" > -I/pobj/melonds-0.9.5/melonDS-0.9.5/src/teakra/src/../include -I/pobj/melonds > -0.9.5/melonDS-0

UPDATE: aom 3.8.1

2024-02-23 Thread Brad Smith
Here is an update to aom 3.8.1. https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG Index: Makefile === RCS file: /cvs/ports/multimedia/aom/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makefile --- Makef

UPDATE: libvpx 1.14.0

2024-02-23 Thread Brad Smith
Here is an update to libvpx 1.14.0. 2024-01-18 v1.14.0 "Venetian Duck" This release drops support for old C compilers, such as Visual Studio 2012 and older, that disallow mixing variable declarations and statements (a C99 feature). It adds support for run-time CPU feature detection for Arm

Re: PING: NEW: puppetdb 8

2024-02-23 Thread Sebastian Reitenbach
On Wednesday, February 21, 2024 12:34 CET, Klemens Nanni wrote: > On Tue, Feb 20, 2024 at 02:16:32PM +0100, Sebastian Reitenbach wrote: > > On Friday, February 16, 2024 10:26 CET, "Sebastian Reitenbach" > > wrote: > > > > > Hi, > > > > > > trying it again in separate mails. > > > > > > Pupp

Re: UPDATE: libcares 1.26.0

2024-02-23 Thread Brad Smith
On Fri, Feb 23, 2024 at 02:15:53PM +, Stuart Henderson wrote: > On 2024/02/19 22:32, Brad Smith wrote: > > +@bin bin/adig > > Collision in libcares-1.19.1->1.26.0: the following files already exist > /usr/local/bin/adig (ripe.atlas.tools-3.1.0 and libcares-1.26.0) > > I'd prefer to re

Re: NEW: emulators/melonds

2024-02-23 Thread Stuart Henderson
this one fails on i386: FAILED: src/teakra/src/CMakeFiles/teakra.dir/test_generator.cpp.o /pobj/melonds-0.9.5/bin/c++ -DARCHITECTURE_x86=1 -DMELONDS_VERSION=\"0.9.5\" -I/pobj/melonds-0.9.5/melonDS-0.9.5/src/teakra/src/../include -I/pobj/melonds-0.9.5/melonDS-0.9.5/src/teakra/src/. -O2 -pipe -DND

Re: NEW: security/volatility3

2024-02-23 Thread Stuart Henderson
On 2024/02/23 20:53, Sebastian Reitenbach wrote: > Hi, > > On Friday, February 23, 2024 15:20 CET, Stuart Henderson > wrote: > > > On 2024/02/18 21:51, Sebastian Reitenbach wrote: > > > Hi, > > > > > > security/volatility is gone. This is volatility3, a reimplementation in > > > Python3. > >

Re: NEW: security/volatility3

2024-02-23 Thread Sebastian Reitenbach
Hi, On Friday, February 23, 2024 15:20 CET, Stuart Henderson wrote: > On 2024/02/18 21:51, Sebastian Reitenbach wrote: > > Hi, > > > > security/volatility is gone. This is volatility3, a reimplementation in > > Python3. > > For some some reason, building the package it tries to create > > ~/

Re: -current Haskell ports aborting with SIGILL

2024-02-23 Thread Stuart Henderson
oops, thanks - fix committed. On 2024/02/23 11:35, Evan Silberman wrote: > Stuart Henderson wrote: > > Index: patches/patch-libraries_text_cbits_measure_off_c > > === > > RCS file: patches/patch-libraries_text_cbits_measure_off_c > >

Re: -current Haskell ports aborting with SIGILL

2024-02-23 Thread Evan Silberman
Stuart Henderson wrote: > Index: patches/patch-libraries_text_cbits_measure_off_c > === > RCS file: patches/patch-libraries_text_cbits_measure_off_c > diff -N patches/patch-libraries_text_cbits_measure_off_c > --- /dev/null 1 Jan 1970

mips64 bulk build report

2024-02-23 Thread visa
bulk build on octeon.ports.openbsd.org started on Mon Feb 5 15:02:12 UTC 2024 finished at Fri Feb 23 15:40:10 UTC 2024 lasted 19D00h37m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #62: Sun Feb 4 18:26:36 MST 2024 built packages:8869 Feb 5:1336 Feb 6:673 Feb 7:223 Feb 8:326 Feb 9:189

Re: NEW: security/volatility3

2024-02-23 Thread Stuart Henderson
On 2024/02/18 21:51, Sebastian Reitenbach wrote: > Hi, > > security/volatility is gone. This is volatility3, a reimplementation in > Python3. > For some some reason, building the package it tries to create > ~/.cache/volatility3 > directory. Which later on is then missing. It has to be created b

Re: UPDATE: libcares 1.26.0

2024-02-23 Thread Stuart Henderson
On 2024/02/19 22:32, Brad Smith wrote: > +@bin bin/adig Collision in libcares-1.19.1->1.26.0: the following files already exist /usr/local/bin/adig (ripe.atlas.tools-3.1.0 and libcares-1.26.0) I'd prefer to rename or @comment rather than @conflict.

Re: retire some python 2 ports

2024-02-23 Thread Brian Callahan
On 2/23/2024 8:29 AM, Jeremie Courreges-Anglas wrote: > Le Thu, Feb 22, 2024 at 11:48:10PM +, Brian Callahan a écrit : >>> - lang/flang and lang/cparser (bcallah@ may have a plan) >>> >>> flang seems to be out of sync with LLVM versions anyway. >>> cparser doesn't use python at all? >>> >>

Re: New: volk - dynamic loader for vulkan (dependency for updating vulkan-tools)

2024-02-23 Thread Jose Maldonado
El Thu, 22 Feb 2024 22:07:29 -0500 Thomas Frohwein escribió: > *ping* > > As this is needed for vulkan-loader update, I worry that stalling on > this might lead to issues with ports that rely on recen vulkan API... > > Re-attached for convenience. > > On Tue, Feb 13, 2024 at 04:19:06PM -0500, T

Re: retire some python 2 ports

2024-02-23 Thread Jeremie Courreges-Anglas
Le Thu, Feb 22, 2024 at 11:48:10PM +, Brian Callahan a écrit : > > > >> - lang/flang and lang/cparser (bcallah@ may have a plan) > > > > flang seems to be out of sync with LLVM versions anyway. > > cparser doesn't use python at all? > > > > Flang I have updated to the latest version but som

Re: [update] graphics/azpainter to 3.0.7

2024-02-23 Thread Brian Callahan
On 2/23/2024 2:40 AM, Justin Berthault wrote: > Hi ports@ > > Update azpainter to 3.0.7 and patch added to remove uses of -v > argument with install(1) (not available on OpenBSD). > > Built and tested on arm64. > > bcallah CC. > > Committed, thanks. ~Brian

Re: imlib2 BTI

2024-02-23 Thread Omar Polo
Stuart Henderson wrote: > deraadt@ mentioned a problem with imlib2 on machines with IBT. I've > bodged things so that I can run regression tests (which are only present > in git, not the distributed tarballs, and don't built without extra > patches) - SIGILL shows up when running them here. > > H

Re: imlib2 BTI

2024-02-23 Thread Theo Buehler
On Fri, Feb 23, 2024 at 10:15:00AM +, Stuart Henderson wrote: > deraadt@ mentioned a problem with imlib2 on machines with IBT. I've > bodged things so that I can run regression tests (which are only present > in git, not the distributed tarballs, and don't built without extra > patches) - SIGIL

imlib2 BTI

2024-02-23 Thread Stuart Henderson
deraadt@ mentioned a problem with imlib2 on machines with IBT. I've bodged things so that I can run regression tests (which are only present in git, not the distributed tarballs, and don't built without extra patches) - SIGILL shows up when running them here. Here's a diff adding landing pads to t

x11/qt5/qtwebengine: add support for IBT by merging the needed patches for boringssl

2024-02-23 Thread Rafael Sadowski
Here is a diff to add support for Indirect branch tracking (IBT) by merging the needed patches for boringssl. It based on robert's diff: https://github.com/openbsd/ports/commit/8485e4d8db4d9325cce4db61881648dfcfce5ef1 I tested with konqueror and 12th Gen Intel i7-1260P. Test cases: youtube and