Date: Sat, 09 May 2015 08:41:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200065] [patch] japanese/kanji26: Fix installation of fonts.alias and some fix Message-ID: <bug-200065-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200065 Bug ID: 200065 Summary: [patch] japanese/kanji26: Fix installation of fonts.alias and some fix Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sanpei@FreeBSD.org Reporter: CQG00620@nifty.ne.jp Keywords: patch Assignee: sanpei@FreeBSD.org Flags: maintainer-feedback?(sanpei@FreeBSD.org) Created attachment 156543 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156543&action=edit A patch for japanese/kanji26 Due to massive updates which is related with USES=fonts [1], japanese/kanji26 fails to update fonts.alias. (1) Fix pathnames in INSTALL.tmpl and DEINSTALL.tmpl. (2) Remove mkfontdir from INSTALL.tmpl and DEINSTALL.tmpl. It is handled by USES=fonts automatically. (3) Remove fonts.dir deleting code from DEINSTALL.tmpl. It is handled by USES=fonts automatically. A small problem still remains. If "%%LOCALBASE%%/bin/xset fp rehash" is failed, these scripts shows the message below: | ********************************************************** | You should restart X server or do 'xset fp rehash' command | to enable this update. | ********************************************************** But now the fonts are installed to ${PREFIX}/share/fonts/kanji which is not listed in the default X's FontPath. So the message is not enough for appropriate fontpath setting. [1] https://svnweb.freebsd.org/ports?view=revision&revision=381876 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200065-13>