On Tue, 11 Feb 2025 15:14:30 +
Miguel Landaeta wrote:
> 2nd ping for https://marc.info/?l=openbsd-ports&m=173650447718931&w=2
I committed your diff (which installs libmruby.a and libmruby_core.a).
It installs libmruby.a where mruby-config expects,
$ mruby-config --libmruby-path
/usr/local/l
On Fri, Jan 10, 2025 at 10:23:35AM +, Miguel Landaeta wrote:
>
Hi folks,
2nd ping for https://marc.info/?l=openbsd-ports&m=173650447718931&w=2
any comments? ok?
Thanks!
Miguel.
On Fri, Jan 10, 2025 at 10:23:35AM +, Miguel Landaeta wrote:
>
> Makes sense, I was just being consistent with other commands
> used on the do-install target but it's more correct to use
> INSTALL_DATA as you suggest and it's also consistent, I think.
>
> ok?
ping
I sent an updated proposed
On Fri, Jan 10, 2025 at 10:05:31AM +, Klemens Nanni wrote:
> [...]
>
> These are files, so recursive cp is not needed.
> Why not INSTALL_DATA?
Makes sense, I was just being consistent with other commands
used on the do-install target but it's more correct to use
INSTALL_DATA as you suggest an
10 янв. 2025 г. 02:07:44 Miguel Landaeta :
> Hi,
>
> lang/mruby is an embeddable ruby interpreter, but currently is not supporting
> all use
> cases described in its official docs [1] because is not shipping libmruby.a
> static library.
> For reference, see also a typical linux package example s
On Thu, Jan 9, 2025 at 3:07 PM Miguel Landaeta wrote:
> Hi,
>
> lang/mruby is an embeddable ruby interpreter, but currently is not
> supporting all use
> cases described in its official docs [1] because is not shipping
> libmruby.a static library.
> For reference, see also a typical linux package
Hi,
lang/mruby is an embeddable ruby interpreter, but currently is not supporting
all use
cases described in its official docs [1] because is not shipping libmruby.a
static library.
For reference, see also a typical linux package example shipping those files
[2].
1. https://mruby.org/docs/arti