Bug 200066

Summary: [patch] japanese/monafonts: Fix installation of fonts.alias
Product: Ports & Packages Reporter: WATANABE Kazuhiro <CQG00620>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (nobutaka)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
A patch for japanese/monafonts
none
poudriere testport log without the patch (10.1-RELEASE amd64)
none
poudriere testport log with the patch (10.1-RELEASE amd64) none

Description WATANABE Kazuhiro 2015-05-09 08:51:24 UTC
Created attachment 156546 [details]
A patch for japanese/monafonts

Due to massive updates which is related with USES=fonts [1],
japanese/monafonts fails to update fonts.alias.  To solve the problem,
correct pathnames in pkg-install (and pkg-descr).

A small problem still remains.  pkg-install 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/monafonts
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
Comment 1 WATANABE Kazuhiro 2015-05-09 08:53:35 UTC
Created attachment 156547 [details]
poudriere testport log without the patch (10.1-RELEASE amd64)
Comment 2 WATANABE Kazuhiro 2015-05-09 08:54:38 UTC
Created attachment 156548 [details]
poudriere testport log with the patch (10.1-RELEASE amd64)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-08-17 08:39:25 UTC
A commit references this bug:

Author: nobutaka
Date: Mon Aug 17 08:39:13 UTC 2015
New revision: 394441
URL: https://svnweb.freebsd.org/changeset/ports/394441

Log:
  Fix installation of fonts.alias.

  PR:		200066
  Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp>

Changes:
  head/japanese/monafonts/Makefile
  head/japanese/monafonts/pkg-descr
  head/japanese/monafonts/pkg-install