From owner-svn-src-projects@freebsd.org Mon Nov 2 23:04:51 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54534A24CC0 for ; Mon, 2 Nov 2015 23:04:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EDEC1D9E; Mon, 2 Nov 2015 23:04:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA2N4odV095221; Mon, 2 Nov 2015 23:04:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA2N4ofN095220; Mon, 2 Nov 2015 23:04:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511022304.tA2N4ofN095220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 2 Nov 2015 23:04:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290314 - projects/collation/share/locale-links X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 23:04:51 -0000 Author: bapt Date: Mon Nov 2 23:04:49 2015 New Revision: 290314 URL: https://svnweb.freebsd.org/changeset/base/290314 Log: locales: Remove symlinks UTF8 => UTF-8 In retrospect, having an alias for UTF-8 does not bring any real benefits and it can cause confusion. Let's remove this *.UTF8 locale symlinks which is closer to the convention of the other BSDs. GCC testsuite is also removing utf8 and UTF8 locales for portability with BSD. Submitted by: marino Obtained from: DragonflyBSD Modified: projects/collation/share/locale-links/Makefile Modified: projects/collation/share/locale-links/Makefile ============================================================================== --- projects/collation/share/locale-links/Makefile Mon Nov 2 22:56:24 2015 (r290313) +++ projects/collation/share/locale-links/Makefile Mon Nov 2 23:04:49 2015 (r290314) @@ -53,7 +53,6 @@ SYMLINKS+= ${symdir}.ISO8859-15 ${LOCALE ${STD5:M${symdir}} || ${STD15:M${symdir}} || ${MANUAL:M${symdir}}) SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir} . endif -SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}.UTF8 .endfor # We need to keep zh_CN.* around as aliases to zh_Hans_CN.* because some