Re: aarch64 bulk build report

2023-07-24 Thread Peter Hessler
On 2023 Jul 24 (Mon) at 15:25:14 -0600 (-0600), phess...@openbsd.org wrote: :bulk build on arm64.ports.openbsd.org :started on Sat Jul 22 07:47:34 MDT 2023 :finished at Mon Jul 24 15:25:01 MDT 2023 :lasted 2D07h37m :done with kern.version=OpenBSD 7.3-current (GENERIC.MP) #2203: Sat Jul 22 00:42:2

Re: [new] games/dsda-doom

2023-07-24 Thread Thomas Frohwein
On Wed, Jul 19, 2023 at 06:33:52PM -0300, Lucas de Sena wrote: > DSDA-Doom is a new doom source port. > > The port is building fine here with the patch I added. > > Ok? A few comments/requests: 1. There are dependencies/WANTLIBS missing: $ make port-lib-depends-check dsda-doom-0.26.2(games/ds

[maintainer update] archivers/zpaqfranz-58.7

2023-07-24 Thread tux0r
This time (the previous one was not too long ago, I know…), no obvious bugfixes, but a metric ton of new features, it seems. As always, roughly tested on amd64. Patch attached. diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index 95cd8dd9865..56aa180098f 100644 --- a/a

Re: [update] audio/ncspot to 0.13.4

2023-07-24 Thread Lucas Raab
On Mon, Jul 24, 2023 at 03:57:16PM +0200, Henrik Friedrichsen wrote: > Attached diff updates audio/ncspot to 0.13.4. > > Tested on amd64. > > Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.13.4 tested and works on arm64 as well. committed, thanks!

aarch64 bulk build report

2023-07-24 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Jul 22 07:47:34 MDT 2023 finished at Mon Jul 24 15:25:01 MDT 2023 lasted 2D07h37m done with kern.version=OpenBSD 7.3-current (GENERIC.MP) #2203: Sat Jul 22 00:42:20 MDT 2023 built packages:11641 Jul 22:3801 Jul 23:1725 Jul 24:6114 critical p

Re: [new] security/py-omemo-dr

2023-07-24 Thread Stuart Henderson
On 2023/07/24 18:10, Paco Esteban wrote: > Hi ports@, > > This is a new python library port, security/py-omemo-dr > It's Gajim's internal fork of security/py-axolotl which they have > re-written for internal omemo support. > > It's needed for the update of net/gajim sent on another thread. > > c

arm64 BTI support for mpg123

2023-07-24 Thread Mark Kettenis
This port has some infrastructure to use an optimized function that uses a function pointer. Not sure why for arm64 it actually uses that infrastructure, since the only alternative is the generic C implementation. But adding a BTI instruction is the easiest fix. ok? Index: audio/mpg123/Makefil

Re: [new] security/py-omemo-dr

2023-07-24 Thread Paco Esteban
On Mon, 24 Jul 2023, Paco Esteban wrote: > Hi ports@, > > This is a new python library port, security/py-omemo-dr > It's Gajim's internal fork of security/py-axolotl which they have > re-written for internal omemo support. > > It's needed for the update of net/gajim sent on another thread. > >

maintainer update net/gajim --> 1.8.0

2023-07-24 Thread Paco Esteban
Hi ports@, This is an update of net/gajim to its latest version 1.8.0 One of the big changes in this release is that they integrated the OMEMO encryption plugin into gajim. This needs a new library I ported and sent to the list in a separate thread. Everything works fine for me on amd64 but emoj

maintainer update net/py-nbxmpp --> 4.3.1

2023-07-24 Thread Paco Esteban
Hi ports@, This is an update of net/py-nbxmpp to its latest version 4.3.1 It's needed for an update of net/gajim sent on another thread. All tests pass and works fine for me on amd64 Ok to commit ? diff /usr/ports commit - 7576a667635a8d09d0105d47f5bc52d1f6551ff6 path + /usr/ports blob - 3adb6b

[new] security/py-omemo-dr

2023-07-24 Thread Paco Esteban
Hi ports@, This is a new python library port, security/py-omemo-dr It's Gajim's internal fork of security/py-axolotl which they have re-written for internal omemo support. It's needed for the update of net/gajim sent on another thread. comments ? suggestions ? Ok to import ? -- Paco Esteban.

Re: O'Caml and IBT problems?

2023-07-24 Thread Stuart Henderson
On 2023/07/24 14:47, Laurence Tratt wrote: > On Mon, Jul 24, 2023 at 01:14:36PM +0100, Stuart Henderson wrote: > > >> On an Intel amd64 machine with the latest snapshot (Jul 24th), net/unison > >> dies for me on startup with the culprit being `caml_startup__code_begin`. > >> I guess this is becaus

[update] audio/ncspot to 0.13.4

2023-07-24 Thread Henrik Friedrichsen
Attached diff updates audio/ncspot to 0.13.4. Tested on amd64. Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.13.4Index: Makefile === RCS file: /cvs/ports/audio/ncspot/Makefile,v retrieving revision 1.44 diff -u -p -r1.4

Re: O'Caml and IBT problems?

2023-07-24 Thread Laurence Tratt
On Mon, Jul 24, 2023 at 01:14:36PM +0100, Stuart Henderson wrote: >> On an Intel amd64 machine with the latest snapshot (Jul 24th), net/unison >> dies for me on startup with the culprit being `caml_startup__code_begin`. >> I guess this is because O'Caml hasn't been updated sufficiently for IBT? [.

Re: mpv update

2023-07-24 Thread Rafael Sadowski
On Mon Jul 24, 2023 at 08:59:31AM +0100, Stuart Henderson wrote: > I spotted this one in portroach, haven't tested beyond build yet but > the patch merges are fiddly enough that I thought I'd send it out to > avoid anyone doing duplicate work. Runtime tests welcome! > runs fine, ok rsadowski

Re: O'Caml and IBT problems?

2023-07-24 Thread Stuart Henderson
On 2023/07/24 12:19, Laurence Tratt wrote: > On an Intel amd64 machine with the latest snapshot (Jul 24th), net/unison > dies for me on startup with the culprit being `caml_startup__code_begin`. I > guess this is because O'Caml hasn't been updated sufficiently for IBT? Here's > what I see: > > $

O'Caml and IBT problems?

2023-07-24 Thread Laurence Tratt
On an Intel amd64 machine with the latest snapshot (Jul 24th), net/unison dies for me on startup with the culprit being `caml_startup__code_begin`. I guess this is because O'Caml hasn't been updated sufficiently for IBT? Here's what I see: $ unison -h fish: Job 1, 'unison -h' terminated by sig

答复: [NEW]textproc/typst

2023-07-24 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2023年7月12日 8:49 收件人: Stuart Henderson 抄送: ports@openbsd.org 主题: 回复: [NEW]textproc/typst Here is the revised patch: i) regen the patch ii) Add the missing LICENSE of all crates Cheers ! wen ___

Re: Update lmdb 0.9.31

2023-07-24 Thread Jeremie Courreges-Anglas
On Mon, Jul 24 2023, Christopher Zimmermann wrote: > Hi, > > this is a straightforward upgrade containing only small bugfixes. OK? Patch doesn't apply (whitespace) but no need to resend. Please run make update-patches and you get an ok jca@. Thanks! I'll try to fiddle with PORTROACH so that it

Re: Gitea 1.20.0

2023-07-24 Thread Stuart Henderson
On 2023/07/24 11:49, Stuart Henderson wrote: > On 2023/07/24 13:45, Pavel Korovin wrote: > > Gitea is a go binary, so in most cases the old package won't become > > non-functional very soon. > > It already did for machines with IBT. (not affecting people who are already up-to-date on -current, bu

Re: Gitea 1.20.0

2023-07-24 Thread Stuart Henderson
On 2023/07/24 13:45, Pavel Korovin wrote: > Gitea is a go binary, so in most cases the old package won't become > non-functional very soon. It already did for machines with IBT.

Re: Gitea 1.20.0

2023-07-24 Thread Pavel Korovin
On 07/24, Stuart Henderson wrote: > pkg_add -u will display MESSAGE if it changed since the previous version > so the user can easily find information about how to fix it. (The > downside is that it's displayed for new installs with "pkg_add gitea" > too). > > Another way is simply to list changes

Re: Gitea 1.20.0

2023-07-24 Thread Stuart Henderson
On 2023/07/24 01:19, Pavel Korovin wrote: > > As I see it, @ask-update is mostly needed where you need to take steps > > _before_ the new version is installed (say, for postgresql if you're in > > a situation where you can't use pg_upgrade, e.g. using an extension, > > you need to run the old versi

Update lmdb 0.9.31

2023-07-24 Thread Christopher Zimmermann
Hi, this is a straightforward upgrade containing only small bugfixes. OK? Christopher Index: Makefile === RCS file: /cvs/ports/databases/lmdb/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile10 Mar 2

Re: Gitea 1.20.0

2023-07-24 Thread Jasper Lievisse Adriaanse
> On 24 Jul 2023, at 00:19, Pavel Korovin wrote: > > On 07/23, Stuart Henderson wrote: >> On 2023/07/23 16:05, Pavel Korovin wrote: >>> I think adding @ask-update makes sense only if there's an UPGRADE section in >>> README describing what setting is deprecated in which version, otherwise >>>

mpv update

2023-07-24 Thread Stuart Henderson
I spotted this one in portroach, haven't tested beyond build yet but the patch merges are fiddly enough that I thought I'd send it out to avoid anyone doing duplicate work. Runtime tests welcome! Index: Makefile === RCS file: /cvs/por