Bug 196303

Summary: x11-fonts/lohit: Fix typo in files/pkg-message.in
Product: Ports & Packages Reporter: Tony Narlock <tony>
Component: Individual Port(s)Assignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: easy, patch, patch-ready
Priority: --- Flags: bugzilla: maintainer-feedback? (gabor)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Typo in x11-fonts/lohit/files/pkg-message.in none

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