On Fri, Feb 21, 2025 at 08:07:30AM +0000, Stuart Henderson wrote: > committed (also the openhab updates) > > On 2025/02/20 21:22, Chaz Kettleson wrote: > > Make note that this port uses pledge/unveil in the Makefile comments. > > > > -- > > Chaz > > > > diff --git a/net/hopm/Makefile b/net/hopm/Makefile > > index 7d34ba2320e..17cebe473df 100644 > > --- a/net/hopm/Makefile > > +++ b/net/hopm/Makefile > > @@ -12,6 +12,7 @@ MAINTAINER= Chaz Kettleson <c...@pyr3x.com> > > # GPLv2+ > > PERMIT_PACKAGE= Yes > > > > +# uses pledge() and unveil() > > WANTLIB= c crypto ssl > > > > CONFIGURE_STYLE= gnu > > >
awesome -- thank you! -- Chaz