Received: by mail.netbsd.org (Postfix, from userid 605) id BC88984F01; Tue, 23 Jan 2024 14:59:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC0CF84EEF for ; Tue, 23 Jan 2024 14:59:32 +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 FCgehNKO9_VU for ; Tue, 23 Jan 2024 14:59:32 +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 47EE484E5C for ; Tue, 23 Jan 2024 14:59:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 446C0FA42; Tue, 23 Jan 2024 14:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17060219728620" MIME-Version: 1.0 Date: Tue, 23 Jan 2024 14:59:32 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20240123145932.446C0FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17060219728620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jan 23 14:59:32 UTC 2024 Modified Files: pkgsrc/mk: mysql.buildlink3.mk Log Message: mk: Make MariaDB 10.11 the default MySQL implementation. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/mk/mysql.buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17060219728620 Content-Disposition: inline Content-Length: 1027 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/mysql.buildlink3.mk diff -u pkgsrc/mk/mysql.buildlink3.mk:1.40 pkgsrc/mk/mysql.buildlink3.mk:1.41 --- pkgsrc/mk/mysql.buildlink3.mk:1.40 Fri Jul 14 13:25:57 2023 +++ pkgsrc/mk/mysql.buildlink3.mk Tue Jan 23 14:59:32 2024 @@ -1,4 +1,4 @@ -# $NetBSD: mysql.buildlink3.mk,v 1.40 2023/07/14 13:25:57 nia Exp $ +# $NetBSD: mysql.buildlink3.mk,v 1.41 2024/01/23 14:59:32 nia Exp $ # # This file is included by packages that require some version of the # MySQL database client. @@ -9,7 +9,7 @@ # The preferred MySQL version. # # Possible: 57 56 80 mariadb1011 mariadb106 mariadb105 mariadb104 -# Default: mariadb106 +# Default: mariadb1011 # # Package-settable variables: # @@ -77,7 +77,7 @@ _SYS_VARS.mysql+= MYSQL_PKGBASE.${ver} # the default version is installed, the first accepted installed version will # be chosen. # -MYSQL_VERSION_DEFAULT?= mariadb106 +MYSQL_VERSION_DEFAULT?= mariadb1011 MYSQL_VERSIONS_ACCEPTED?= 57 56 80 mariadb1011 mariadb106 mariadb105 mariadb104 # --_----------=_17060219728620--