Received: by mail.netbsd.org (Postfix, from userid 605) id C16A384D59; Mon, 12 Apr 2021 12:37:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 072F884D39 for ; Mon, 12 Apr 2021 12:37:42 +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 yjpB-GWRiUb8 for ; Mon, 12 Apr 2021 12:37:41 +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 916F784D14 for ; Mon, 12 Apr 2021 12:37:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89C80FA95; Mon, 12 Apr 2021 12:37:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618231061272200" MIME-Version: 1.0 Date: Mon, 12 Apr 2021 12:37:41 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/vte3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210412123741.89C80FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618231061272200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Apr 12 12:37:41 UTC 2021 Modified Files: pkgsrc/x11/vte3: Makefile Log Message: vte3: unset GNU_CONFIGURE, this uses meson To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/vte3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618231061272200 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/vte3/Makefile diff -u pkgsrc/x11/vte3/Makefile:1.35 pkgsrc/x11/vte3/Makefile:1.36 --- pkgsrc/x11/vte3/Makefile:1.35 Sun Jan 24 10:29:39 2021 +++ pkgsrc/x11/vte3/Makefile Mon Apr 12 12:37:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2021/01/24 10:29:39 kamil Exp $ +# $NetBSD: Makefile,v 1.36 2021/04/12 12:37:41 nia Exp $ DISTNAME= vte-0.60.3 PKGNAME= ${DISTNAME:S/vte/vte3/} @@ -15,7 +15,6 @@ LICENSE= gnu-lgpl-v2 PKGCONFIG_OVERRIDE_STAGE= post-configure PKGCONFIG_OVERRIDE+= output/meson-private/vte-2.91.pc -GNU_CONFIGURE= yes USE_TOOLS+= msgfmt pkg-config bash USE_LANGUAGES= c c++17 # for c++17 --_----------=_1618231061272200--