pkgsrc-WIP-changes archive

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

mariadb104-client: modernize default charset



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Apr 29 12:52:03 2021 +0200
Changeset:	b5c6cf51406fd2fa9d9fc9a9b706b0599533f9ab

Modified Files:
	mariadb104-client/Makefile.common

Log Message:
mariadb104-client: modernize default charset

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5c6cf51406fd2fa9d9fc9a9b706b0599533f9ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/Makefile.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/mariadb104-client/Makefile.common b/mariadb104-client/Makefile.common
index 9761447112..c89ec34881 100644
--- a/mariadb104-client/Makefile.common
+++ b/mariadb104-client/Makefile.common
@@ -27,8 +27,8 @@ PLIST_SRC=	${PLIST_SRC_DFLT}
 # MYSQL_CHARSET		default character set
 # MYSQL_EXTRA_CHARSET	additional character set to be compiled in
 MYSQL_DATADIR?=		${VARBASE}/db/mariadb
-MYSQL_CHARSET?=		latin1
-MYSQL_COLLATION?=	latin1_swedish_ci
+MYSQL_CHARSET?=		utf8mb4
+MYSQL_COLLATION?=	utf8mb4_unicode_ci
 MYSQL_EXTRA_CHARSET?=	all
 
 BUILD_DEFS+=		VARBASE


Home | Main Index | Thread Index | Old Index