Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 May 2015 08:26:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200064] [patch] japanese/kanji18: Fix installation of fonts.alias and some fix
Message-ID:  <bug-200064-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200064

            Bug ID: 200064
           Summary: [patch] japanese/kanji18: Fix installation of
                    fonts.alias and some fix
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sanpei@FreeBSD.org
          Reporter: CQG00620@nifty.ne.jp
          Assignee: sanpei@FreeBSD.org
             Flags: maintainer-feedback?(sanpei@FreeBSD.org)
          Keywords: patch

Created attachment 156539
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156539&action=edit
A patch for japanese/kanji18

Due to massive updates which is related with USES=fonts [1],
japanese/kanji18 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-200064-13>