From owner-freebsd-ports@FreeBSD.ORG Mon Dec 22 09:33:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88A8572F for ; Mon, 22 Dec 2014 09:33:13 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 251C33FBF for ; Mon, 22 Dec 2014 09:33:12 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so7420194wiv.11 for ; Mon, 22 Dec 2014 01:33:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=jbOuHax391PBfo1iK5Mb4o/PLc6cB+DYwSCQwUpY86o=; b=KMz6pLbRqzec1VLNDV4t0z7LESzjFYcsUS5gcePbVtXIfmGvhl1PGJWIh42/Wy3Bao CVkhtqM8ittyK6HSgTdRMVc7wrcc61siuDdnmN8qK/fAlpljE5Y7XL+fT/KEAdpzZ6r8 VqwPqh8yHFNQjSMODeWWX5SmhQwQ2yS99IkFV1UTulYNNYX3msefDKJJ3Ld7EYJl/4nv 2vh52zuEzE9+jacH2rS+BOVjDbs/2gLDUJZhGvjY+FYwLAI/XEHJlku52p/wLuvuFhfL JlOS1j85S26C4xTrOOICBn7Fdc98y+EQB354XvKxQq64VxM32VwidQPNd1GU+unT4pJM 9SoQ== X-Gm-Message-State: ALoCoQm9//4C4D4JvQlQmkCJnEBYCc2YRSeP5RdQ9c0Z41E75+uKY/vsPT1YbeHL4AzC8ggiCVa/ MIME-Version: 1.0 X-Received: by 10.180.73.235 with SMTP id o11mr29554695wiv.51.1419240785591; Mon, 22 Dec 2014 01:33:05 -0800 (PST) Received: by 10.27.85.130 with HTTP; Mon, 22 Dec 2014 01:33:05 -0800 (PST) X-Originating-IP: [121.99.85.41] Date: Mon, 22 Dec 2014 22:33:05 +1300 Message-ID: Subject: gnupg & pinentry From: Jonathan Chen To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 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 09:33:13 -0000 Hi, Once upon a time, installing gnupg didn't require pinentry, and I could run it quite happily on the command line. However, nowadays if I install the port it drags in pinentry and a whole set of graphical libraries that I don't really need on a headless box. Is pinentry really required for gnupg to run correctly? Cheers. -- Jonathan Chen