From owner-svn-ports-all@freebsd.org Fri Jul 17 18:20:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D29E19A45BE; Fri, 17 Jul 2015 18:20:58 +0000 (UTC) (envelope-from makc@freebsd.org) 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 238841A61; Fri, 17 Jul 2015 18:20:57 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.87.55] [62.63.87.55:54025] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id t6HILh7n054951 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Fri, 17 Jul 2015 21:21:44 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host [62.63.87.55] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392382 - in head/security: . pinentry pinentry-gnome3 Date: Fri, 17 Jul 2015 18:20:44 +0000 Message-ID: <4033189.MHHsj1f2Xj@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.3 (FreeBSD/10.2-BETA1; KDE/4.14.3; amd64; ; ) In-Reply-To: <55A92877.6070409@rainbow-runner.nl> References: <201507171549.t6HFnAku053331@repo.freebsd.org> <55A92877.6070409@rainbow-runner.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 18:20:58 -0000 On Fri, 17 Jul 2015 18:08:23 +0200 Koop Mast wrote: > > > > +.if ${PINENTRY_GUI} == "gnome3" > > +USE_GNOME+= gtk20 > > +LIB_DEPENDS+= libgcr-base-3.so:${PORTSDIR}/security/gcr > > +PLIST_FILES= bin/pinentry-gnome3 > > +.else > > +CONFIGURE_ARGS+=--disable-pinentry-gnome3 > > +.endif > Gcr is gtk30 based so the gtk20 doesn't make sense here. Are you sure > this is correct? Probably not, but configure fails without gtk20. I let upstream to fix this. Max