Bug 246127

Summary: x11-wm/twm: Incorrect file location in FILES section
Product: Ports & Packages Reporter: sjrbulk
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Many People CC: grembo, x11, zeising
Priority: --- Flags: bugzilla: maintainer-feedback? (x11)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix twm.man (pulled in from upstream) grembo: maintainer-approval? (x11)

Description sjrbulk 2020-05-02 16:35:31 UTC
The installed manual page has an incorrect location for the system.twmrc file under FILES. It has "/usr/local/lib/X11/twm/system.twmrc" instead of the correct location "/usr/local/share/X11/twm/system.twmrc".
Comment 1 Michael Gmelin freebsd_committer freebsd_triage 2020-05-02 19:06:28 UTC
(In reply to sjrbulk from comment #0)

This is a problem that has been corrected upstream already about 7 months
ago, but there hasn't been a release since.

We could pull this in as a simple patch.
Comment 2 Michael Gmelin freebsd_committer freebsd_triage 2020-05-02 19:18:35 UTC
Created attachment 214035 [details]
Patch to fix twm.man (pulled in from upstream)

Full in patch from upstream to fix man page
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-05-03 13:16:31 UTC
A commit references this bug:

Author: zeising
Date: Sun May  3 13:16:23 UTC 2020
New revision: 533777
URL: https://svnweb.freebsd.org/changeset/ports/533777

Log:
  x11/twm: fix path to .twmrc in manual

  x11/twm: Pull in an upstream patch to fix the documented path to the system
  .twmrc file.

  PR:		246127
  Submitted by:	grembo
  Reported by:	sjrbulk@gmail.com

Changes:
  head/x11-wm/twm/Makefile
  head/x11-wm/twm/distinfo
Comment 4 Niclas Zeising freebsd_committer freebsd_triage 2020-05-03 13:17:28 UTC
Committed, thanks!