At Tue, 23 Dec 2014 00:36:24 +0300 (MSK),
Dmitry Morozovsky <ma...@rinet.ru> wrote:
> > > pinentry currently brokes if WITHOUT_X11 (or, by new world orderm 
> > > OPTIONS_UNSET+=X11) is set.
> > 
> > You can use security/pinentry-curses if you don't want Qt/GTK+ gui.
> 
> Ah I see.  Maybe then security/gnupg should detect headless config and switch 
> between generic and curses ports, perhaps?

Hmm, I'm no problem with this patch, but should this be handled by
security/pinentry meta-port side?

> Index: security/gnupg/Makefile
> ===================================================================
> --- security/gnupg/Makefile     (revision 375271)
> +++ security/gnupg/Makefile     (working copy)
> @@ -22,7 +22,11 @@
>                 libksba.so:${PORTSDIR}/security/libksba \
>                 libnpth.so:${PORTSDIR}/devel/npth
>  BUILD_DEPENDS= libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error
> +.if defined(WITHOUT_X11) || ${OPTIONS_UNSET:MX11}
> +RUN_DEPENDS=   pinentry>0:${PORTSDIR}/security/pinentry-curses
> +.else
>  RUN_DEPENDS=   pinentry>0:${PORTSDIR}/security/pinentry
> +.endif
> 
>  GNU_CONFIGURE= YES
>  USES=          gmake iconv tar:bzip2


-- 
Jun Kuriyama <kuriy...@freebsd.org> // FreeBSD Project
         <kuriy...@s2factory.co.jp> // S2 Factory, Inc.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to