Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2014 01:42:39 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Jun Kuriyama <kuriyama@freebsd.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: security/pinentry patch for WINOUT_X11 systems
Message-ID:  <alpine.BSF.2.00.1412290140340.37031@woozle.rinet.ru>
In-Reply-To: <7m8uhrn9lp.wl%kuriyama@FreeBSD.org>
References:  <alpine.BSF.2.00.1412191524060.3820@woozle.rinet.ru> <2268647.U1Fxhxdyog@mercury.ph.man.ac.uk> <alpine.BSF.2.00.1412230029510.43012@woozle.rinet.ru> <7m8uhrn9lp.wl%kuriyama@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jun-SAN,

On Sun, 28 Dec 2014, Jun Kuriyama wrote:

> At Tue, 23 Dec 2014 00:36:24 +0300 (MSK),
> Dmitry Morozovsky <marck@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?

Yes, Max' solution to make pinentry meta-port is much more flexible (it has 
been implemented between my mail with CC: to you and current time).

Thanks, and sorry for the noise!

> 
> > 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
> 
> 
> 

-- 
Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer:                                 marck@FreeBSD.org ]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1412290140340.37031>