[Bug 200065] [patch] japanese/kanji26: Fix installation of fonts.alias and some fix

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 9 08:41:57 UTC 2015


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 at FreeBSD.org
          Reporter: CQG00620 at nifty.ne.jp
          Keywords: patch
          Assignee: sanpei at FreeBSD.org
             Flags: maintainer-feedback?(sanpei at 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.


More information about the freebsd-ports-bugs mailing list