Hi, On Mon, Nov 16, 2020 at 10:58:35AM -0000, Dimitri Karamazov wrote: > 'make update' works just fine here, I don't what happened in your case.
Well, I tested using `pkg_add -u` and it worked. > +SHARED_LIBS = lrs 0.0 # 0.0 I think the comment should say 1.0, since before you patched it the makefile was like: ``` SONAME ?=liblrs.so.1 SOMINOR ?=.0.0 ``` i.e. 1.0.0 on a linux machine. You might want to try to feed parts of that makefile patch upstream btw. Other than that this looks good. If another dev OKs this (and specifically checks the 'a' suffix on the version number), I'd be happy to commit it. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk