From owner-freebsd-x11@FreeBSD.ORG Wed Jan 22 13:04:44 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A87F2B1; Wed, 22 Jan 2014 13:04:44 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 393951697; Wed, 22 Jan 2014 13:04:43 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so289742wgh.0 for ; Wed, 22 Jan 2014 05:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=B7IQ37ZRJS/w8PIdLuY4YJq5NVktn8TJwKbc5wWytQc=; b=d1AQ3fokvPEu2Y5JLhaHqKoDPp2+f7aQS8OeK+RUlp2MTymYMoOzCAKEUn1FaQfyu9 8QBonBChCSjwyE9DCWqTtKLmqAJ63CTzcl5MRjjgk1zmrqydYXd/kgLJL0QhjJH/njsa oKPuyGS9RbVzWyITrl79aKRUStMQr4ywqikJg9BUtOk414IrtxmQbLgCLsnL9Q/Gqjvu Q15T72b+9980VXlOgVK3sLLc2D8spN+Aq35BJV/zAx6NUyWkrv6O46oEV2NKzx2Elk2p OFF27VmVC0eUnUO5DF6iCIlS0/ZclKZ4flsPdeKZS6vkJqlJ72M+7pn3qyG80idZn5BK FT9A== MIME-Version: 1.0 X-Received: by 10.194.58.180 with SMTP id s20mr1732126wjq.54.1390395881729; Wed, 22 Jan 2014 05:04:41 -0800 (PST) Received: by 10.194.137.211 with HTTP; Wed, 22 Jan 2014 05:04:41 -0800 (PST) In-Reply-To: <52DFBFF3.6080003@freebsd.org> References: <201208220400.q7M40X26015662@freefall.freebsd.org> <52DFBFF3.6080003@freebsd.org> Date: Wed, 22 Jan 2014 22:04:41 +0900 Message-ID: Subject: Re: ports/170852: [PATCH] x11-fonts/encodings: encodings.dir includes bogus entries From: Hiroto Kagotani To: Niclas Zeising Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports-bugs@freebsd.org, freebsd-x11@freebsd.org, edwin@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 13:04:44 -0000 Thank you for replying. Yes, the problem remains. The encodings.dir installed by the port is: --- 128 adobe-dingbats ./adobe-dingbats.enc adobe-dingbats ./adobe-dingbats.enc.gz adobe-standard ./adobe-standard.enc adobe-standard ./adobe-standard.enc.gz adobe-symbol ./adobe-symbol.enc adobe-symbol ./adobe-symbol.enc.gz armscii-8 ./armscii-8.enc armscii-8 ./armscii-8.enc.gz ascii-0 ./ascii-0.enc ascii-0 ./ascii-0.enc.gz ...(snip) --- And I have to modify the file like following to use some Japanese TTF fonts in legacy X11 apps. --- 64 adobe-dingbats ./adobe-dingbats.enc.gz adobe-standard ./adobe-standard.enc.gz adobe-symbol ./adobe-symbol.enc.gz armscii-8 ./armscii-8.enc.gz ascii-0 ./ascii-0.enc.gz ...(snip) --- Regards, 2014/1/22 Niclas Zeising : > On 01/22/14 13:42, Hiroto Kagotani wrote: >> Could anyone in freebsd-x11 team confirm and fix this problem? > > The handling of encodings.dir and similar files has changed to support > staging. Can you please test updated ports and see if the problem remains. > Regards! > -- > Niclas Zeising -- Hiroto Kagotani