Received: by mail.netbsd.org (Postfix, from userid 605) id C842184D84; Fri, 19 Feb 2021 10:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D5D384D7F for ; Fri, 19 Feb 2021 10:19:57 +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 GDyDWANW0FwF for ; Fri, 19 Feb 2021 10:19:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65BD384C86 for ; Fri, 19 Feb 2021 10:19:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CA84FA95; Fri, 19 Feb 2021 10:19:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613729996218040" MIME-Version: 1.0 Date: Fri, 19 Feb 2021 10:19:56 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases/mysql57-client To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20210219101956.2CA84FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613729996218040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Feb 19 10:19:56 UTC 2021 Modified Files: pkgsrc/databases/mysql57-client: Makefile.common Log Message: mysql57-client: needs gnu99 / gnu++14 to compile correct alloca(3) refs To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/mysql57-client/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613729996218040 Content-Disposition: inline Content-Length: 868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql57-client/Makefile.common diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.31 pkgsrc/databases/mysql57-client/Makefile.common:1.32 --- pkgsrc/databases/mysql57-client/Makefile.common:1.31 Thu Feb 4 20:26:10 2021 +++ pkgsrc/databases/mysql57-client/Makefile.common Fri Feb 19 10:19:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2021/02/04 20:26:10 adam Exp $ +# $NetBSD: Makefile.common,v 1.32 2021/02/19 10:19:56 tnn Exp $ # # used by databases/mysql57-client/Makefile # used by databases/mysql57-server/Makefile @@ -15,7 +15,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databas PATCHDIR?= ${.CURDIR}/../../databases/mysql57-client/patches USE_CMAKE= yes -USE_LANGUAGES= c c++14 +USE_LANGUAGES= c99 gnu++14 USE_TOOLS+= bash bison gmake perl:run USE_GCC_RUNTIME= yes USE_BUILTIN.libevent= no --_----------=_1613729996218040--