Bug 202231 - [graphics/xpdf] Add an entry in ${PREFIX}/etc/man.d/ to deal with nonstandard man file locations
Summary: [graphics/xpdf] Add an entry in ${PREFIX}/etc/man.d/ to deal with nonstandard...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 22:35 UTC by Joseph Mingrone
Modified: 2015-09-13 17:16 UTC (History)
1 user (show)

See Also:
jrm: maintainer-feedback+


Attachments
svn diff to add an entry in ${PREFIX}/etc/man.d/ (1.47 KB, patch)
2015-08-10 22:35 UTC, Joseph Mingrone
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2015-08-10 22:35:58 UTC
Created attachment 159742 [details]
svn diff to add an entry in ${PREFIX}/etc/man.d/

Doing `man xpdf` will fail to find the man pages.  The attached patch fixes this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-13 17:15:52 UTC
A commit references this bug:

Author: kwm
Date: Sun Sep 13 17:15:31 UTC 2015
New revision: 396836
URL: https://svnweb.freebsd.org/changeset/ports/396836

Log:
  Add a man config file, to point to the custom location where xpdf puts the
  man pages. This is done to avoid a conflict with poppler-utils. If both
  are installed, the poppler-utils man pages are prefered.

  PR:		202231
  Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
  Approved by:	maintainer timeout (14 days)

Changes:
  head/graphics/xpdf/Makefile
  head/graphics/xpdf/files/xpdf-man.conf.in
Comment 2 Koop Mast freebsd_committer freebsd_triage 2015-09-13 17:16:27 UTC
Committed, thanks.