Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 09:18:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199536] [maintainer update] japanese/k12: Fix wrong pathnames in pkg-message.in
Message-ID:  <bug-199536-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 199536
           Summary: [maintainer update] japanese/k12: Fix wrong pathnames
                    in pkg-message.in
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: CQG00620@nifty.ne.jp

Created attachment 155717
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155717&action=edit
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

-- 
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-199536-13>