Re: net/dino: update to version 0.5.0

2025-04-19 Thread Klemens Nanni
19.04.2025 12:46, Kirill A. Korinsky пишет: > Here a diff to update net/dino to version 0.5.0 which includes kn@ remarks. > > This update requires one new port: net/libomemo-c which is attached to this > email as tgz. This library is dino's fork of net/libsignal-protocol-c. > > Also, I would like

Re: net/dino: update to version 0.5.0

2025-04-19 Thread Klemens Nanni
19.04.2025 19:00, Kirill A. Korinsky пишет: > Thanks for testing. Here an updated version includes build dependency > devel/check. OK kn to import libomemo-c

Re: net/dino: update to version 0.5.0

2025-04-19 Thread Kirill A . Korinsky
On Sat, 19 Apr 2025 17:33:36 +0200, Klemens Nanni wrote: > > 19.04.2025 12:46, Kirill A. Korinsky пишет: > > This update requires one new port: net/libomemo-c which is attached to this > > email as tgz. This library is dino's fork of net/libsignal-protocol-c. > > fails to configure for me: > >

Re: net/dino: update to version 0.5.0

2025-04-19 Thread Klemens Nanni
19.04.2025 12:46, Kirill A. Korinsky пишет: > This update requires one new port: net/libomemo-c which is attached to this > email as tgz. This library is dino's fork of net/libsignal-protocol-c. fails to configure for me: ===> Configuring for libomemo-c-0.5.1 The Meson build system Version: 1.7.

Re: net/dino: update to version 0.5.0

2025-04-19 Thread Kirill A . Korinsky
ports@, Here a diff to update net/dino to version 0.5.0 which includes kn@ remarks. This update requires one new port: net/libomemo-c which is attached to this email as tgz. This library is dino's fork of net/libsignal-protocol-c. Also, I would like to take care of both prots. It was tested on

Re: net/dino: update to version 0.5.0

2025-04-13 Thread Kirill A . Korinsky
On Sun, 13 Apr 2025 13:52:10 +0200, Klemens Nanni wrote: > > 13.04.2025 14:27, Kirill A. Korinsky пишет: > > Yes, I need some pythong to get a version: > > https://github.com/dino/dino/blob/v0.5.0/libdino/meson.build#L2-L8 > > > > I not sure that adding it into MODULES is cleaner / simpler that

Re: net/dino: update to version 0.5.0

2025-04-13 Thread Klemens Nanni
13.04.2025 14:27, Kirill A. Korinsky пишет: > Yes, I need some pythong to get a version: > https://github.com/dino/dino/blob/v0.5.0/libdino/meson.build#L2-L8 > > I not sure that adding it into MODULES is cleaner / simpler that just build > deps. The module takes care of the python version for you

Re: net/dino: update to version 0.5.0

2025-04-13 Thread Kirill A . Korinsky
On Sun, 13 Apr 2025 13:19:28 +0200, Klemens Nanni wrote: > > 13.04.2025 11:09, Kirill A. Korinsky пишет: > > -MODULES= devel/cmake > > +MODULES= devel/meson > > BUILD_DEPENDS= devel/gettext,-tools \ > > + lang/python/3 \ > > meson already implies python and if you really need

Re: net/dino: update to version 0.5.0

2025-04-13 Thread Klemens Nanni
13.04.2025 11:09, Kirill A. Korinsky пишет: > -MODULES= devel/cmake > +MODULES= devel/meson > BUILD_DEPENDS= devel/gettext,-tools \ > + lang/python/3 \ meson already implies python and if you really need it extra, I think this is more suitable: MODULES =

Re: net/dino: update to version 0.5.0

2025-04-13 Thread Kirill A . Korinsky
On Sat, 12 Apr 2025 10:02:11 +0200, Kirill A. Korinsky wrote: > > [1 ] > On Sat, 12 Apr 2025 00:32:08 +0200, > Kirill A. Korinsky wrote: > > > > ports@, > > > > I'd like to update net/dino to version 0.5.0. > > > > This update requires one new port: net/libomemo-c which is attached to this >

net/dino: update to version 0.5.0

2025-04-12 Thread Kirill A . Korinsky
On Sat, 12 Apr 2025 00:32:08 +0200, Kirill A. Korinsky wrote: > > ports@, > > I'd like to update net/dino to version 0.5.0. > > This update requires one new port: net/libomemo-c which is attached to this > email as tgz. This library is dino's fork of net/libsignal-protocol-c. > > Also, I would