Bug 199536

Summary: [maintainer update] japanese/k12: Fix wrong pathnames in pkg-message.in
Product: Ports & Packages Reporter: WATANABE Kazuhiro <CQG00620>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Only Me CC: robak
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
A patch for japanese/k12
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-04-19 09:18:17 UTC
Created attachment 155717 [details]
A patch for japanese/k12

Due to recent massive updates which is related USES=fonts [1],
pkg-message.in shows wrong pathnames.  By this patch the message
is corrected like this:

 *******************************************************************
 You can start using the font(s) by following these instructions:

 Eiter type the following in an X terminal:

-        xset fp+ /usr/local//usr/local/share/fonts/kaname12
+        xset fp+ /usr/local/share/fonts/kaname12
         xset fp rehash

 Or, more permanently, add the following line to the "Files" section
 of your X.Org configuration file (typically /etc/X11/xorg.conf):

-        FontPath "/usr/local//usr/local/share/fonts/kaname12/"
+        FontPath "/usr/local/share/fonts/kaname12/"

 then restart X.

[1] https://svnweb.freebsd.org/ports?view=revision&revision=381876
Comment 1 WATANABE Kazuhiro 2015-04-19 09:20:08 UTC
Created attachment 155718 [details]
poudriere testport log without the patch (10.1-RELEASE amd64)
Comment 2 WATANABE Kazuhiro 2015-04-19 09:21:09 UTC
Created attachment 155719 [details]
poudriere testport log with the patch (10.1-RELEASE amd64)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-04-21 12:37:23 UTC
A commit references this bug:

Author: robak
Date: Tue Apr 21 12:36:56 UTC 2015
New revision: 384422
URL: https://svnweb.freebsd.org/changeset/ports/384422

Log:
  japanese/k12: fix pkg-message paths

  PR:		199536
  Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)

Changes:
  head/japanese/k12/files/pkg-message.in
Comment 4 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-21 12:38:02 UTC
Committed, thanks for your work!