svn commit: r392382 - in head/security: . pinentry pinentry-gnome3

Max Brazhnikov makc at freebsd.org
Fri Jul 17 18:20:58 UTC 2015


On Fri, 17 Jul 2015 18:08:23 +0200 Koop Mast wrote:
> >  
> > +.if ${PINENTRY_GUI} == "gnome3"
> > +USE_GNOME+=  gtk20
> > +LIB_DEPENDS+=        libgcr-base-3.so:${PORTSDIR}/security/gcr
> > +PLIST_FILES= bin/pinentry-gnome3
> > +.else
> > +CONFIGURE_ARGS+=--disable-pinentry-gnome3
> > +.endif
> Gcr is gtk30 based so the gtk20 doesn't make sense here. Are you sure
> this is correct?

Probably not, but configure fails without gtk20. I let upstream to fix this.

Max


More information about the svn-ports-all mailing list