Bug 199536 - [maintainer update] japanese/k12: Fix wrong pathnames in pkg-message.in
Summary: [maintainer update] japanese/k12: Fix wrong pathnames in pkg-message.in
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-19 09:18 UTC by WATANABE Kazuhiro
Modified: 2015-04-21 12:38 UTC (History)
1 user (show)

See Also:


Attachments
A patch for japanese/k12 (669 bytes, patch)
2015-04-19 09:18 UTC, WATANABE Kazuhiro
no flags Details | Diff
poudriere testport log without the patch (10.1-RELEASE amd64) (15.12 KB, text/plain)
2015-04-19 09:20 UTC, WATANABE Kazuhiro
no flags Details
poudriere testport log with the patch (10.1-RELEASE amd64) (15.08 KB, text/plain)
2015-04-19 09:21 UTC, WATANABE Kazuhiro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!