Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 22:15:55 +1000 (VLAT)
From:      Dmitry Panov <redfox@Fluffy.Khv.RU>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48975: misc/utf8-locale wipe out localization resources
Message-ID:  <200303061215.h26CFtmf001754@Fluffy.Khv.RU>

next in thread | raw e-mail | index | archive | help

>Number:         48975
>Category:       ports
>Synopsis:       misc/utf8-locale wipe out localization resources
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 04:30:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Panov
>Release:        FreeBSD 4.8-RC i386
>Organization:
Twilight Zone
>Environment:
System: FreeBSD Fluffy.Khv.RU 4.8-RC FreeBSD 4.8-RC #0: Thu Mar 6 19:18:58 VLAT 2003 root@Meow.Fluffy.Khv.RU:/usr/obj/usr/src/sys/FLUFFY i386


	
>Description:
	misc/utf8-locale wipe out all localization resources for installed
    software in ${LOCALBASE}/share/locale/*/LC_MESSAGES/*
    
>How-To-Repeat:
	install misc/utf8-locale and try to see data in
    ${LOCALBASE}/share/locale/*/LC_MESSAGES subdirs for non-UTF-8 locales.
    
>Fix:

	
--- msgdef/Makefile.orig	Sat Jan  4 06:01:28 2003
+++ msgdef/Makefile	Thu Mar  6 22:00:54 2003
@@ -39,7 +39,7 @@
 
 afterinstall:
 # HACK: remove LC_MESSAGES directories before installing LC_MESSAGES file
-	-rm -rf ${LOCALEDIR}/*/LC_MESSAGES
+	-rm -rf ${LOCALEDIR}/*.UTF-8/LC_MESSAGES
 .for lang in ${LOCALES}
 	${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
 			   ${LOCALEDIR}/${lang}/LC_MESSAGES


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303061215.h26CFtmf001754>