From owner-freebsd-ports@FreeBSD.ORG Mon Dec 22 12:06:03 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1F0BF2D for ; Mon, 22 Dec 2014 12:06:03 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2C93DC for ; Mon, 22 Dec 2014 12:06:02 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:50622] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id sBMC3ROa032020 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 22 Dec 2014 15:03:27 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Dmitry Morozovsky Subject: Re: security/pinentry patch for WINOUT_X11 systems Date: Mon, 22 Dec 2014 12:03:11 +0000 Message-ID: <2268647.U1Fxhxdyog@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.2 (FreeBSD/9.3-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1994803.Vf6RL6btlt"; micalg="pgp-sha1"; protocol="application/pgp-signature" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 12:06:04 -0000 --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--