pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



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.

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
 
 #



Home | Main Index | Thread Index | Old Index