Bug 213686 - x11-fonts/freefonts post-install message font path errors
Summary: x11-fonts/freefonts post-install message font path errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 17:34 UTC by freebsd
Modified: 2016-10-23 11:33 UTC (History)
0 users

See Also:
olgeni: maintainer-feedback+


Attachments
diff to fix pkg-message (725 bytes, patch)
2016-10-21 17:34 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2016-10-21 17:34:14 UTC
Created attachment 176035 [details]
diff to fix pkg-message

The message after installing freefonts says:

You'll have to add /usr/local/lib/X11/fonts/freefont
to your X font path by either:

$ xset fp+ /usr/local/lib/X11/fonts/freefont

Errors:
  /usr/local/lib/X11/fonts/freefont => /usr/local/share/fonts/freefont
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-23 11:25:27 UTC
A commit references this bug:

Author: olgeni
Date: Sun Oct 23 11:25:18 UTC 2016
New revision: 424512
URL: https://svnweb.freebsd.org/changeset/ports/424512

Log:
  x11-fonts/freefonts: fix path in pkg-message and set NO_ARCH.

  Remove obsolete reference to /etc/X11/XF86Config.

  PR:		213686
  Submitted by:	freebsd@dreamchaser.org

Changes:
  head/x11-fonts/freefonts/Makefile
  head/x11-fonts/freefonts/files/
  head/x11-fonts/freefonts/files/pkg-message.in
  head/x11-fonts/freefonts/pkg-message
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2016-10-23 11:33:47 UTC
Fixed. Thanks!