Received: by mail.netbsd.org (Postfix, from userid 605) id D3FC285654; Tue, 29 Aug 2017 12:31:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 656E184D21 for ; Tue, 29 Aug 2017 12:31:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sHWXw6yQY7Mb for ; Tue, 29 Aug 2017 12:31:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F048784C86 for ; Tue, 29 Aug 2017 12:31:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E31AEFA96; Tue, 29 Aug 2017 12:31:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504009895228050" MIME-Version: 1.0 Date: Tue, 29 Aug 2017 12:31:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170829123135.E31AEFA96@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504009895228050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 29 12:31:35 UTC 2017 Modified Files: pkgsrc/security/gpgme: Makefile Log Message: Add commented out test environment flag for more detailed output. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/security/gpgme/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504009895228050 Content-Disposition: inline Content-Length: 619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gpgme/Makefile diff -u pkgsrc/security/gpgme/Makefile:1.85 pkgsrc/security/gpgme/Makefile:1.86 --- pkgsrc/security/gpgme/Makefile:1.85 Tue Aug 29 12:18:11 2017 +++ pkgsrc/security/gpgme/Makefile Tue Aug 29 12:31:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2017/08/29 12:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2017/08/29 12:31:35 wiz Exp $ DISTNAME= gpgme-1.9.0 CATEGORIES= security @@ -29,6 +29,7 @@ LIBS.SunOS+= -lnsl -lsocket # 18 errors as of 1.9.0 # https://dev.gnupg.org/T3056 TEST_TARGET= check +#TEST_ENV+= GPGME_DEBUG=9 .include "options.mk" --_----------=_1504009895228050--