svn commit: r295204 - head/bin/csh

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 3 23:38:07 UTC 2016


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
> 
> Log:
>   The charset of NLS catalogs were converted to UTF-8
>   since r231990.
> 
> Modified:
>   head/bin/csh/Makefile
> 
> Modified: head/bin/csh/Makefile
> ==============================================================================
> --- 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= ${SHAREDIR}/examples/tcsh
>  FILES= complete.tcsh csh-mode.el
>  .endif
>  
> -CATALOGS=	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= fi_FI.ISO8859-15
> -NLSLINKS_fr_FR.ISO8859-1= 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= de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
> -		de_CH.ISO8859-15 de_DE.ISO8859-15
> -NLSLINKS_it_IT.ISO8859-1= it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO8859-15
> -NLSLINKS_es_ES.ISO8859-1= es_ES.ISO8859-15
> +CATALOGS=	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 = 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.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160203/735ab875/attachment.sig>


More information about the svn-src-all mailing list