pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/net/libsoup



Hi,

for me, only one change:

On Sat, Aug 17, 2019 at 04:50:54PM +0200, Leonardo Taccari wrote:
> >  .if !empty(PKG_OPTIONS:Mgssapi)
> >  .  include "../../mk/krb5.buildlink3.mk"
> > -CONFIGURE_ARGS+=   --with-gssapi
> > -CONFIGURE_ARGS+=   --with-krb5-config=${KRB5_CONFIG}
> > -.else
> > -CONFIGURE_ARGS+=   --without-gssapi
> >  .endif
> >
> 
> Should this be adjusted to, for `gssapi' enabled:
> 


>  MESON_ARGS+= -Dgssapi=true
>  MESON_ARGS+= -Dkrb5_config=${KRB5_CONFIG}

Move these two into ".if !empty(PKG_OPTIONS:Mgssapi)" section so gssapi will be
explicitly enabled or disabled.

> 
> ...and whe the `.else' code path:
> 
>  MESON_ARGS+= -Dgssapi=false
> 
> Also, it seems that now upstream enable `gssapi' by default and for ~24
> hours or so on some platforms libsoup could be accidentally built with
> it enabled despide the empty PKG_SUGGESTED_OPTIONS or user's `-gssapi'.
> 
> Should we also adjust PKG_SUGGESTED_OPTIONS or is it better to keep it
> as is (in that case, to be on the safe side, I think that a PKGREVISION
> bump is needed and probably also a revbmup for libsoup).
> 
> 
> Thank you!

-- 
Juraj Lutter <otis%NetBSD.org@localhost>
pkgsrc committer



Home | Main Index | Thread Index | Old Index