Bug 196303 - x11-fonts/lohit: Fix typo in files/pkg-message.in
Summary: x11-fonts/lohit: Fix typo in files/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: Gabor Kovesdan
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2014-12-27 18:03 UTC by Tony Narlock
Modified: 2015-02-24 15:36 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gabor)


Attachments
Typo in x11-fonts/lohit/files/pkg-message.in (517 bytes, patch)
2014-12-27 18:03 UTC, Tony Narlock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Narlock 2014-12-27 18:03:44 UTC
Created attachment 150996 [details]
Typo in x11-fonts/lohit/files/pkg-message.in

(Hi! This is my first stab at a patch.)

/etc/X11/xorg.conf uses the section "Module" to load modules. Like so:

>Section "Module"
>    Load        "dbe"  	# Double buffer extension
>    SubSection  "extmod"
>      Option    "omit xfree86-dga"   # don't initialise the DGA extension
>    EndSubSection
>    Load        "type1"
>    Load        "freetype"
># This loads the GLX module
>#    Load       "glx"
>EndSection

x11-fonts/lohit tells the user to add ``Load "freetype"`` to ``"Modules" section`` (plural, with the S).
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-27 18:03:44 UTC
Auto-assigned to maintainer gabor@FreeBSD.org
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2015-02-24 15:35:55 UTC
Committed, thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-24 15:36:02 UTC
A commit references this bug:

Author: gabor
Date: Tue Feb 24 15:35:26 UTC 2015
New revision: 379811
URL: https://svnweb.freebsd.org/changeset/ports/379811

Log:
  - Fix typo

  PR:		196303
  Submitted by:	Tony Narlock <tony@git-pull.com>

Changes:
  head/x11-fonts/lohit/files/pkg-message.in