Received: by mail.netbsd.org (Postfix, from userid 605) id 92A7F84D81; Mon, 25 May 2020 05:34:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E53284D62 for ; Mon, 25 May 2020 05:34:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ee9bBPcy2OTG for ; Mon, 25 May 2020 05:34:49 +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 AA10584D53 for ; Mon, 25 May 2020 05:34:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7A7DFB27; Mon, 25 May 2020 05:34:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590384889209570" MIME-Version: 1.0 Date: Mon, 25 May 2020 05:34:49 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mail/gmime3 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200525053449.A7A7DFB27@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. --_----------=_1590384889209570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon May 25 05:34:49 UTC 2020 Modified Files: pkgsrc/mail/gmime3: Makefile Log Message: mail/gmime3: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/gmime3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590384889209570 Content-Disposition: inline Content-Length: 686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/gmime3/Makefile diff -u pkgsrc/mail/gmime3/Makefile:1.12 pkgsrc/mail/gmime3/Makefile:1.13 --- pkgsrc/mail/gmime3/Makefile:1.12 Sun Mar 22 18:17:55 2020 +++ pkgsrc/mail/gmime3/Makefile Mon May 25 05:34:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/03/22 18:17:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2020/05/25 05:34:49 rillig Exp $ DISTNAME= gmime-3.2.7 PKGNAME= ${DISTNAME:S/gmime/gmime3/} @@ -16,7 +16,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --disable-mono PKGCONFIG_OVERRIDE+= gmime.pc.in # one test failure as of 3.2.6 # test-filters: --_----------=_1590384889209570--