From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 2 12:03:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C599D51 for ; Thu, 2 Apr 2015 12:03:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3823E883 for ; Thu, 2 Apr 2015 12:03:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t32C3fod069908 for ; Thu, 2 Apr 2015 12:03:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199113] japanese/font-ricty: install creates fonts.dir in cwd Date: Thu, 02 Apr 2015 12:03:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hiroto.kagotani@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 12:03:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199113 Bug ID: 199113 Summary: japanese/font-ricty: install creates fonts.dir in cwd Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: hiroto.kagotani@gmail.com CC: meta+ports@vmeta.jp CC: meta+ports@vmeta.jp Flags: maintainer-feedback?(meta+ports@vmeta.jp) When I run make install, it shows an error message at the end: # make install ===> Installing for ja-font-ricty-3.2.4_2 ===> ja-font-ricty-3.2.4_2 depends on executable: fc-cache - found ===> ja-font-ricty-3.2.4_2 depends on file: /usr/local/share/ricty/RictyDiscord-Regular.ttf - found ===> ja-font-ricty-3.2.4_2 depends on executable: fc-cache - found ===> ja-font-ricty-3.2.4_2 depends on executable: mkfontdir - found ===> ja-font-ricty-3.2.4_2 depends on executable: mkfontscale - found ===> Checking if ja-font-ricty already installed ===> Registering installation for ja-font-ricty-3.2.4_2 Installing ja-font-ricty-3.2.4_2... cd: %%X_FONTSDIR%%/TTF: No such file or directory And "fonts.dir" is created in the current working directory: # ls -l total 28 -rw-r--r-- 1 root wheel 3176 Mar 22 08:43 Makefile -rw-r--r-- 1 root wheel 130 Feb 1 01:48 distinfo drwxr-xr-x 2 root wheel 512 Mar 24 15:36 files -rw-r--r-- 1 root wheel 3878 Apr 2 20:56 fonts.dir -rw-r--r-- 1 root wheel 135 Jan 23 2014 pkg-descr -rw-r--r-- 1 root wheel 764 Mar 22 08:43 pkg-plist drwxr-xr-x 5 root wheel 512 Apr 2 20:56 work Since "/usr/local/share/fonts/TTF/fonts.dir" seems to be successfully updated, "pkg-install.in" may be unnecessary. -- You are receiving this mail because: You are the assignee for the bug.