Received: by mail.netbsd.org (Postfix, from userid 605) id D4FCF84F78; Sun, 25 Dec 2022 00:26:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1175984E71 for ; Sun, 25 Dec 2022 00:26:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ygE4ikdqlBJM for ; Sun, 25 Dec 2022 00:26:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62E5684CEF for ; Sun, 25 Dec 2022 00:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60469FA90; Sun, 25 Dec 2022 00:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671927986254650" MIME-Version: 1.0 Date: Sun, 25 Dec 2022 00:26:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221225002626.60469FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671927986254650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 25 00:26:26 UTC 2022 Modified Files: pkgsrc/mk/defaults: mk.conf Log Message: mk: hm, the default depends on the package, update comment To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 pkgsrc/mk/defaults/mk.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671927986254650 Content-Disposition: inline Content-Length: 1066 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/mk.conf diff -u pkgsrc/mk/defaults/mk.conf:1.338 pkgsrc/mk/defaults/mk.conf:1.339 --- pkgsrc/mk/defaults/mk.conf:1.338 Sun Dec 25 00:25:06 2022 +++ pkgsrc/mk/defaults/mk.conf Sun Dec 25 00:26:26 2022 @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.338 2022/12/25 00:25:06 wiz Exp $ +# $NetBSD: mk.conf,v 1.339 2022/12/25 00:26:26 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -1453,13 +1453,13 @@ MTOOLS_ENABLE_FLOPPYD?= NO # Possible: any directory # Default: ${VARBASE}/mysql -#MYSQL_CHARSET= utf8mb4 +#MYSQL_CHARSET= latin1 # 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, tis620, and utf8mb4 -# Default: utf8mb4 +# Default: latin1 or utf8mb4, depending on version #MYSQL_EXTRA_CHARSET= all # additional charsets to be compiled in mysql. --_----------=_1671927986254650--