Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 03:00:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225125] symbolic link X font was not recognize (japanese fonts)
Message-ID:  <bug-225125-13-FrzwPO8Wfd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225125-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225125-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #3 from WATANABE Kazuhiro <CQG00620@nifty.ne.jp> ---
Hi, all.

I have been making patches to fix the problem for the following ports:

(In reply to Yasuhito FUTATSUKI from comment #2)
> japanese/font-elisa10
> japanese/font-elisa8
> japanese/font-kaname12
> japanese/font-kanji18
> japanese/font-kanji26
> japanese/font-kappa20
> japanese/font-mona
> japanese/font-naga10
> japanese/font-shinonome

and

 japanese/font-ayu18
 japanese/font-ayu20
 japanese/font-mplus-bitmap

The outline is:

(1) Install font files to ${FONTSDIR} instead of ${DATADIR}.
(2) Stop to make symbolic links from the font files to=20
    ${PREFIX}/share/fonts/misc/, which is found in the default font path.
(3) Add (or revert) pkg-message.in to display additional font path settings:

| *******************************************************************
| You can start using the font(s) by following these instructions:
|=20
| Either type the following in an X terminal:
|=20
|         xset fp+ %%FONTSDIR%%
|         xset fp rehash
|=20
| Or, more permanently, add the following line to the "Files" section
| of your X.Org configuration file (typically /etc/X11/xorg.conf):
|=20
|         FontPath "%%FONTSDIR%%/"
|=20
| then restart X.
| *******************************************************************

If there is a more better solution, please tell me.

--=20
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-225125-13-FrzwPO8Wfd>