From owner-freebsd-x11@FreeBSD.ORG Thu Jul 26 13:50:12 2012 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B37E106564A for ; Thu, 26 Jul 2012 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB4F28FC18 for ; Thu, 26 Jul 2012 13:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6QDoBpJ043994 for ; Thu, 26 Jul 2012 13:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6QDoB6q043993; Thu, 26 Jul 2012 13:50:11 GMT (envelope-from gnats) Date: Thu, 26 Jul 2012 13:50:11 GMT Message-Id: <201207261350.q6QDoB6q043993@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Hiroto Kagotani Cc: Subject: Re: ports/170108: x11-fonts/libfontenc: library in the package searches bogus dir for encodings.dir X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hiroto Kagotani List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 13:50:12 -0000 The following reply was made to PR ports/170108; it has been noted by GNATS. From: Hiroto Kagotani To: bug-followup@FreeBSD.org, hiroto.kagotani@gmail.com Cc: Subject: Re: ports/170108: x11-fonts/libfontenc: library in the package searches bogus dir for encodings.dir Date: Thu, 26 Jul 2012 22:43:20 +0900 > To fix, it will be also required to rebuild encodings.dir file using mkfontdir, > possibly because the library assumes absolute paths. Sorry, the reason was wrong. It is that x11-fonts/encodings creates encodings.dir file including *.enc and *.enc.gz files, while it installs only *.enc.gz files. When libfontenc searches for an encoding file, it fails on the first miss. -- Hiroto Kagotani