pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults mk: fix default of MYSQL_CHARSET to match ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed7a1a05f339
branches:  trunk
changeset: 390625:ed7a1a05f339
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 25 00:25:06 2022 +0000

description:
mk: fix default of MYSQL_CHARSET to match current mysql 8.0 package default

diffstat:

 mk/defaults/mk.conf |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r dea7d4618679 -r ed7a1a05f339 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sat Dec 24 23:57:32 2022 +0000
+++ b/mk/defaults/mk.conf       Sun Dec 25 00:25:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.337 2022/09/29 02:25:16 charlotte Exp $
+# $NetBSD: mk.conf,v 1.338 2022/12/25 00:25:06 wiz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1453,13 +1453,13 @@
 # Possible: any directory
 # Default: ${VARBASE}/mysql
 
-#MYSQL_CHARSET=                latin1
+#MYSQL_CHARSET=                utf8mb4
 # default character set of mysql.
 # Possible: big5, cp1251, cp1257, croat, czech, danish, dec8, dos, estonia,
 #          euc_kr, gb2312, gbk, german1, greek, hebrew, hp8, hungarian,
 #          koi8_ru, koi8_ukr, latin1, latin2, latin5, swe7, usa7, win1250,
-#          win1251ukr, ujis, sjis and tis620
-# Default: latin1
+#          win1251ukr, ujis, sjis, tis620, and utf8mb4
+# Default: utf8mb4
 
 #MYSQL_EXTRA_CHARSET=  all
 # additional charsets to be compiled in mysql.



Home | Main Index | Thread Index | Old Index