From owner-svn-src-all@freebsd.org Wed Feb 3 23:38:07 2016 Return-Path: Delivered-To: svn-src-all@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 9BB33A9BFCF; Wed, 3 Feb 2016 23:38:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC1E1A29; Wed, 3 Feb 2016 23:38:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 75B751844; Wed, 3 Feb 2016 23:38:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 2353515320; Wed, 3 Feb 2016 23:38:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id EuzT8aMOQmha; Wed, 3 Feb 2016 23:38:04 +0000 (UTC) Subject: Re: svn commit: r295204 - head/bin/csh DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 43F571531B To: Hajimu UMEMOTO , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201602031144.u13BihpW025093@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56B28F68.803@FreeBSD.org> Date: Wed, 3 Feb 2016 15:38:16 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201602031144.u13BihpW025093@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eaeWakRL34rJvmSHEC5aBor4CUDSbEF7o" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 23:38:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --eaeWakRL34rJvmSHEC5aBor4CUDSbEF7o Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/3/2016 3:44 AM, Hajimu UMEMOTO wrote: > Author: ume > Date: Wed Feb 3 11:44:43 2016 > New Revision: 295204 > URL: https://svnweb.freebsd.org/changeset/base/295204 >=20 > Log: > The charset of NLS catalogs were converted to UTF-8 > since r231990. >=20 > Modified: > head/bin/csh/Makefile >=20 > Modified: head/bin/csh/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/bin/csh/Makefile Wed Feb 3 11:41:55 2016 (r295203) > +++ head/bin/csh/Makefile Wed Feb 3 11:44:43 2016 (r295204) > @@ -51,41 +51,40 @@ FILESDIR=3D ${SHAREDIR}/examples/tcsh > FILES=3D complete.tcsh csh-mode.el > .endif > =20 > -CATALOGS=3D et:et_EE.ISO8859-15 \ > - finnish:fi_FI.ISO8859-1 \ > - french:fr_FR.ISO8859-1 \ > - german:de_DE.ISO8859-1 \ > - greek:el_GR.ISO8859-7 \ > - italian:it_IT.ISO8859-1 \ > - ja:ja_JP.eucJP \ > - russian:ru_RU.KOI8-R \ > - spanish:es_ES.ISO8859-1 \ > - ukrainian:uk_UA.KOI8-U > - > -NLSLINKS_fi_FI.ISO8859-1=3D fi_FI.ISO8859-15 > -NLSLINKS_fr_FR.ISO8859-1=3D fr_BE.ISO8859-1 fr_BE.ISO8859-15 \ > - fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 \ > - fr_CH.ISO8859-15 fr_FR.ISO8859-15 > -NLSLINKS_de_DE.ISO8859-1=3D de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO= 8859-1 \ > - de_CH.ISO8859-15 de_DE.ISO8859-15 > -NLSLINKS_it_IT.ISO8859-1=3D it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO= 8859-15 > -NLSLINKS_es_ES.ISO8859-1=3D es_ES.ISO8859-15 > +CATALOGS=3D et:et_EE.UTF-8 \ > + finnish:fi_FI.UTF-8 \ > + french:fr_FR.UTF-8 \ > + german:de_DE.UTF-8 \ > + greek:el_GR.UTF-8 \ > + italian:it_IT.UTF-8 \ > + ja:ja_JP.UTF-8 \ > + russian:ru_RU.UTF-8 \ > + spanish:es_ES.UTF-8 \ > + ukrainian:uk_UA.UTF-8 > + > +NLSLINKS_de_DE.UTF-8 =3D de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8 This is linking /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself. I removed that in r295224. I'm not sure if it should be linked to something else though. --=20 Regards, Bryan Drewery --eaeWakRL34rJvmSHEC5aBor4CUDSbEF7o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWso9oAAoJEDXXcbtuRpfPuzQH/1UEgKbAjZIAPcCx22h4p8Df q1RG7XuXnh53E+mHZBoKmQiLjovMS8xa9Koe81tmrF2Sr4gNW0qLQVUxfax2YVIi qF3+ZkJuLeswcSEPSTzjOsN6J1J06K7ICd1K5RZ4WQFnq9uaG2zZU/CCBJk+y8qn KyJjOKRd/n3ce/IA3wI2ybYvOv73v8O+Gpny+FYioTpbC8f7q8zQ4jLZOR1QABNE NJaE1dGZVp1aJvGSWnk5rhzD2bODgA0ImFl/6i+RKGdmJLegbjoee2b25InRz3ZV aqIQL4cA2lTYkDwxfWUAQCBZWxWzpqRrjWd/fonf9uLhJn6qmF1tPBzFQeMfmBk= =/y6G -----END PGP SIGNATURE----- --eaeWakRL34rJvmSHEC5aBor4CUDSbEF7o--