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
signature.asc
Description: This is a digitally signed message part.