On 2021/11/23 17:33, Kinichiro Inoguchi wrote:
> This adds perl and ruby bindings to libmarisa as sub packages.
> Currently only python binding is included.
> I had checked this with sample.pl and sample.rb on my openbsd7.0/amd64,
> and saw this works fine.
> 
> Incremented REVISION-main and added REVISION-python in Makefile.
> 
> ok?

There are some surplus WANTLIB:

$ make port-lib-depends-check

p5-libmarisa-0.2.6(textproc/libmarisa,-perl):
Extra:  c++.8 c++abi.5 pthread.26

py3-libmarisa-0.2.6p0(textproc/libmarisa,-python):
Extra:  python3.9.0

ruby-libmarisa-0.2.6(textproc/libmarisa,-ruby):
Extra:  gmp.11 ruby30.0


Removing those WANTLIB will invalidate the LIB_DEPENDS entries (there needs to
be an associated WANTLIB), so those will need to change to RUN_DEPENDS.

Reply via email to