Re: update lang/mruby: install static libraries for embedding use case

2025-02-19 Thread George Koehler
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

Re: update lang/mruby: install static libraries for embedding use case

2025-02-11 Thread Miguel Landaeta
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.

Re: update lang/mruby: install static libraries for embedding use case

2025-01-17 Thread Miguel Landaeta
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

Re: update lang/mruby: install static libraries for embedding use case

2025-01-10 Thread Miguel Landaeta
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

Re: update lang/mruby: install static libraries for embedding use case

2025-01-10 Thread Klemens Nanni
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

Re: update lang/mruby: install static libraries for embedding use case

2025-01-09 Thread Jeremy Evans
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

update lang/mruby: install static libraries for embedding use case

2025-01-09 Thread 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 shipping those files [2]. 1. https://mruby.org/docs/arti