On 2021/10/11 10:10, Landry Breuil wrote:
> Le Sun, Oct 10, 2021 at 06:01:16PM +0900, Yozo TODA a écrit :
> > 
> > > > here's a port of rnp (cf https://www.rnpgp.org/ and
> > > > https://www.rnpgp.org/software/rnp/) that powers the pgp
> > > > implementation used by thunderbird - someday (cf
> > > > https://bugzilla.mozilla.org/show_bug.cgi?id=1732809) the latter will
> > > > support --with-system-rnp, so might aswell have the standalone lib in
> > > > ports instead of building the bundled one as of now.
> > > > 
> > > > all tests pass fine (it depends on gpg for interop testing ofc), COMMENT
> > > > and DESCR could use improvements, other than that feedback welcome.
> > 
> > aha, my post on the last June was 0.15.1 (-:
> > 
> >     WIP: rnp, yet another OpenPGP implementation
> >     https://marc.info/?l=openbsd-ports&m=162275086328137&w=2
> 
> Hah, sorry i missed it/forgot about it.
> 
> > how about building dynamic shared library?
> > 
> >   CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=on
> 
> Good idea, will do, once i've patched out the versionning in the so..

The cmake module is meant to override that based on the library name,
but sometimes upstream uses library names which don't quite match the
normal way to do things and that doesn't work..

Reply via email to