Re: error on quirks

2023-11-21 Thread Manuel Giraud
Hi, I forgot to do a "make clean" into /usr/ports/devel/quirks after each new package built. Finally, quirks build correctly with the following update.list: moo-1.5p0:@name moo-1.5p0 moo-1.5p0:@version 10 moo-1.5p0:@comment pkgpath=math/moo ftp=yes moo-1.5p0:@arch amd64 moo-1.5p0:@wantlib c.97.1

Re: aarch64 bulk build report

2023-11-21 Thread Peter Hessler
I removed the entries that are either already fixed, or a fix is incoming. On 2023 Nov 20 (Mon) at 22:58:51 -0700 (-0700), phess...@openbsd.org wrote: :http://build-failures.rhaalovely.net/aarch64/2023-11-18/net/nheko.log FAILED: CMakeFiles/nheko.dir/nheko_autogen/mocs_compilation.cpp.o /usr/o

Re: UPDATE: x11/qt6

2023-11-21 Thread Theo Buehler
> diff --git > a/x11/qt6/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp > b/x11/qt6/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp > index a845b21c71e..b6cf19f47c5 100644 > --- > a/x11/qt6/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_c

salt-3006.3, py3-setproctitle and rc.d(8) on -stable

2023-11-21 Thread Mikolaj Kucharski
Hi all, What I am reporting here, was tested on -stable and on -current. Below details are from -stable, because I discovered it first there and have the notes from that machine. One of my OpenBSD 7.4 machines, because of package unrelated to salt, had py3-setproctitle installed on that machine a

Re: libffi: fix arm64 bti

2023-11-21 Thread Mark Kettenis
> Date: Tue, 21 Nov 2023 00:16:40 +0100 > From: Tobias Heider > > Diff below fixes make regress for libffi with arm64 BTI enabled. > The tricky part were two jump tables in ffi.c and sysV.S. > > ok? I think you missed the "computed goto" in ffi_closure_SYSV. Maybe we shouldn't add a "bti j" fo

Re: libffi: fix arm64 bti

2023-11-21 Thread Tobias Heider
On Tue, Nov 21, 2023 at 11:56:18AM +0100, Mark Kettenis wrote: > > Date: Tue, 21 Nov 2023 00:16:40 +0100 > > From: Tobias Heider > > > > Diff below fixes make regress for libffi with arm64 BTI enabled. > > The tricky part were two jump tables in ffi.c and sysV.S. > > > > ok? > > I think you mis

Re: Port for bazel-6.3.2

2023-11-21 Thread Stuart Henderson
On 2023/11/20 17:02, Greg Steuck wrote: > The Google polyglot build tool at https://bazel.build/ turned out to be > a bit more trouble to port than usual, but it is somewhat functional > with the preliminary port below. > > The effort is losely based on the previous attempt by Matt Hildebrand > fr

Re: libffi: fix arm64 bti

2023-11-21 Thread Mark Kettenis
> Date: Tue, 21 Nov 2023 12:04:42 +0100 > From: Tobias Heider > > On Tue, Nov 21, 2023 at 11:56:18AM +0100, Mark Kettenis wrote: > > > Date: Tue, 21 Nov 2023 00:16:40 +0100 > > > From: Tobias Heider > > > > > > Diff below fixes make regress for libffi with arm64 BTI enabled. > > > The tricky pa

Re: [update, add pledge/unveil] net/iperf3 3.14 -> 3.15

2023-11-21 Thread Stuart Henderson
Thanks, fixed. On 2023/11/20 22:06, Alexander Bluhm wrote: > This breaks iperf3 in my setup. > > root@ot50:.../~# iperf3 -sD > Abort trap (core dumped) > > iperf3[72726]: pledge "proc", syscall 2 > > Program terminated with signal SIGABRT, Aborted. > #0 _thread_sys_fork () at /tmp/-:2 > 2

new ports needed for spyder 5.5.0

2023-11-21 Thread Daniel Dickman
Spyder 5.5.0 needs something like 40 new ports. Here are the first 10 simpler ones. These are all standalone with no dependencies among themselves, except that exceptiongroup has a BDEP on flit_scm. The rest are all mostly dependencies needed to import other ports, or update the jupyter stack

Re: new ports needed for spyder 5.5.0

2023-11-21 Thread Stuart Henderson
On 2023/11/21 06:41, Daniel Dickman wrote: > Spyder 5.5.0 needs something like 40 new ports. > > Here are the first 10 simpler ones. > > These are all standalone with no dependencies among themselves, except > that exceptiongroup has a BDEP on flit_scm. > > The rest are all mostly dependencies

Re: libffi: fix arm64 bti

2023-11-21 Thread Tobias Heider
On Tue, Nov 21, 2023 at 12:23:08PM +0100, Mark Kettenis wrote: > > Date: Tue, 21 Nov 2023 12:04:42 +0100 > > From: Tobias Heider > > > > On Tue, Nov 21, 2023 at 11:56:18AM +0100, Mark Kettenis wrote: > > > > Date: Tue, 21 Nov 2023 00:16:40 +0100 > > > > From: Tobias Heider > > > > > > > > Diff

Re: libffi: fix arm64 bti

2023-11-21 Thread Theo de Raadt
I think it is funny how exceedingly precise we are being in .S files to not place *one extra dangerous bti* instruction. Meanwhile, the C compilers don't know what will happen, so they slam unused bti all over the place! But that's why we hope purging these at link time, as "mold" now does, is go

Re: libffi: fix arm64 bti

2023-11-21 Thread Mark Kettenis
> Date: Tue, 21 Nov 2023 16:08:13 +0100 > From: Tobias Heider > > On Tue, Nov 21, 2023 at 12:23:08PM +0100, Mark Kettenis wrote: > > > Date: Tue, 21 Nov 2023 12:04:42 +0100 > > > From: Tobias Heider > > > > > > On Tue, Nov 21, 2023 at 11:56:18AM +0100, Mark Kettenis wrote: > > > > > Date: Tue,

Re: libffi: fix arm64 bti

2023-11-21 Thread Tobias Heider
On Tue, Nov 21, 2023 at 04:48:29PM +0100, Mark Kettenis wrote: > > Date: Tue, 21 Nov 2023 16:08:13 +0100 > > From: Tobias Heider > > > > On Tue, Nov 21, 2023 at 12:23:08PM +0100, Mark Kettenis wrote: > > > > Date: Tue, 21 Nov 2023 12:04:42 +0100 > > > > From: Tobias Heider > > > > > > > > On Tu

mips64 bulk build report

2023-11-21 Thread visa
bulk build on octeon.ports.openbsd.org started on Sun Nov 5 14:34:01 UTC 2023 finished at Mon Nov 20 23:14:45 UTC 2023 lasted 16D08h40m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #1402: Sat Nov 4 01:47:58 MDT 2023 built packages:9108 Nov 5:1909 Nov 6:864 Nov 7:692 Nov 8:162 Nov 9:4

Re: salt-3006.3, py3-setproctitle and rc.d(8) on -stable

2023-11-21 Thread Mikolaj Kucharski
Hi. Same seems to be for salt-master. I don't have usage for other salt daemons, like salt_api, salt_proxy or salt_syndic, so I didn't test them. ks2# pgrep -lf salt-master 46264 python3.10: /usr/local/bin/python3.10 /usr/local/bin/salt-master -d ReqServer MWorker-4 72386 python3.10: /usr/local/

Re: Port for bazel-6.3.2

2023-11-21 Thread Greg Steuck
Stuart Henderson writes: > some tweaks for consideration, > > - drop rcs id > - no point restricting untested archs > - unzip is already auto-added to BDEPs > - no need to set MODPY_VERSION to what's already the default > - verbose builds are often helpful to figure out any issues in > bulk build

Re: NEW: devel/py-icecream

2023-11-21 Thread Miguel Landaeta
On Thu, Nov 2, 2023 at 12:57 PM Miguel Landaeta wrote: > > [...] > > I attached a new revision addressing the comments above. > Ping. -- Miguel Landaeta, miguel at miguel.cc secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/ "Faith means not wanting to know what

[update] print/py-pylatex

2023-11-21 Thread Clemens Gößnitzer
The diff below updates print/py-pylatex to the latest version.   Changelog: - Add `.Chapter` in ``__init__.py`` - Fix installation on Python 3.12 - Update tooling (use black and isort and remove custom flake8 stuff) I get a warning that description-file in setup.cfg should be named description_fi

[update] devel/py-multitasking

2023-11-21 Thread Clemens Gößnitzer
The diff below updates devel/py-multitasking to the most recent version. Changelog: * Added get_list_of_tasks() Thanks. Index: Makefile === RCS file: /cvs/ports/devel/py-multitasking/Makefile,v retrieving revision 1.5 diff -u -p -

Re: Port for bazel-6.3.2

2023-11-21 Thread Antoine Jacoutot
On Tue, Nov 21, 2023 at 09:32:03AM -0800, Greg Steuck wrote: > Stuart Henderson writes: > > > some tweaks for consideration, > > > > - drop rcs id > > - no point restricting untested archs > > - unzip is already auto-added to BDEPs > > - no need to set MODPY_VERSION to what's already the default

Re: Port for bazel-6.3.2

2023-11-21 Thread Greg Steuck
Antoine Jacoutot writes: > On Tue, Nov 21, 2023 at 09:32:03AM -0800, Greg Steuck wrote: > Archival? > I think it would be a welcome addition to ports@ if you care to maintain it. Sure, any OKs then?

Fix comments longer than 80 column

2023-11-21 Thread ASOU Masato
ok? -- ASOU Masato Index: sys/kern/kern_physio.c === RCS file: /cvs/src/sys/kern/kern_physio.c,v diff -u -p -r1.47 kern_physio.c --- sys/kern/kern_physio.c 20 Feb 2020 16:26:01 - 1.47 +++ sys/kern/kern_physio.c 22 N

Re: Fix comments longer than 80 column

2023-11-21 Thread ASOU Masato
Sorry, I sent the email to the wrong address. 2023年11月22日(水) 10:44 ASOU Masato : > > ok? > -- > ASOU Masato > > Index: sys/kern/kern_physio.c > === > RCS file: /cvs/src/sys/kern/kern_physio.c,v > diff -u -p -r1.47 kern_physio.c > ---

Re: GZDoom update, next attempt

2023-11-21 Thread Thomas Frohwein
On Tue, Nov 21, 2023 at 08:20:16AM +0100, Stefan Hagen wrote: [...] > Attached the same diff, but I rewrote the README. > > - add usual readme header I think that's a good thing. > - added more details about supported games (the ones I know that work) > - added ~/.config/gzdoom as wad installa

Re: GZDoom update, next attempt

2023-11-21 Thread Stefan Hagen
Thomas Frohwein wrote (2023-11-22 03:47 CET): > On Tue, Nov 21, 2023 at 08:20:16AM +0100, Stefan Hagen wrote: > > [...] > > > - added more details about supported games (the ones I know that work) > > - added ~/.config/gzdoom as wad installation dir > > - updated sha256 for doom-1.8 wad (what the

Re: GZDoom update, next attempt

2023-11-21 Thread Stefan Hagen
Stefan Hagen wrote (2023-11-22 07:36 CET): > Thomas Frohwein wrote (2023-11-22 03:47 CET): > > On Tue, Nov 21, 2023 at 08:20:16AM +0100, Stefan Hagen wrote: > > > > [...] > > > > > - added more details about supported games (the ones I know that work) > > > - added ~/.config/gzdoom as wad install

[update] geo/traccar 5.10

2023-11-21 Thread Renaud Allard
Hello, Here is a diff to update geo/traccar to 5.10 Tested on amd64 Beest RegardsIndex: Makefile === RCS file: /cvs/ports/geo/traccar/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile 26 Sep 2023 10:52:59 -