Date: Mon, 22 Dec 2014 12:03:11 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Dmitry Morozovsky <marck@rinet.ru> Cc: freebsd-ports@freebsd.org Subject: Re: security/pinentry patch for WINOUT_X11 systems Message-ID: <2268647.U1Fxhxdyog@mercury.ph.man.ac.uk> In-Reply-To: <alpine.BSF.2.00.1412191524060.3820@woozle.rinet.ru> References: <alpine.BSF.2.00.1412191524060.3820@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1994803.Vf6RL6btlt Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="US-ASCII" On Fri, 19 Dec 2014 15:26:27 +0300 Dmitry Morozovsky wrote: > Max, > > 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. > what do you think about the following patch? Feel free to commit if you're really need it. > > marck@castor:/FreeBSD/ports/ports/security/pinentry> svn diff > Index: Makefile > =================================================================== > --- Makefile (revision 374940) > +++ Makefile (working copy) > @@ -25,7 +25,11 @@ > .if !defined(PINENTRY_SLAVE) > OPTIONS_MULTI= FRONTEND > OPTIONS_MULTI_FRONTEND= NCURSES GTK2 QT4 > +. if defined(WITHOUT_X11) || ${OPTIONS_UNSET:MX11} > +OPTIONS_DEFAULT= NCURSES > +. else > OPTIONS_DEFAULT= ${OPTIONS_MULTI_FRONTEND} > +. endif > > NCURSES_DESC= Curses frontend > GTK2_DESC= Gtk+ 2 frontend --nextPart1994803.Vf6RL6btlt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlSYCIkACgkQ+9kIwqyzzRJbCgCg2HTUlbWZwu9cOfX/6Aw5tm1+ QPYAn0Oqk9HHrCk6/jrbpEBHihdPVh2J =m7Vz -----END PGP SIGNATURE----- --nextPart1994803.Vf6RL6btlt--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2268647.U1Fxhxdyog>