Bug 15922 - print/a2ps cannot find ogonkfied fonts [patch]
Summary: print/a2ps cannot find ogonkfied fonts [patch]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chuckr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-05 20:20 UTC by Marcin Cieslak
Modified: 2001-11-21 00:16 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.92 KB, patch)
2000-01-05 20:20 UTC, Marcin Cieslak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieslak 2000-01-05 20:20:01 UTC
1. a2ps is unable to find ogonkify fonts, because wrong ogonkify path 
is added to library path.

From a2ps --list-options output:

Internals:
----------
  verbosity level     = 2
  file command        = /usr/bin/file -L
  temporary directory = /tmp
  library path        = 
	/home/saper/.a2ps
	/usr/local/share/a2ps/sheets
	/usr/local/share/a2ps/ps
	/usr/local/share/a2ps/encoding
	/usr/local/share/a2ps/afm
	/usr/local/share/ogonkify/afm
	/usr/local/share/a2ps/ppd
	/usr/local/share/a2ps/fonts
	/usr/local/share/ogonkify/fonts
	/usr/local/share/a2ps

/usr/local/share/ogonkify directory does not exist, it is 
placed as /usr/local/share/a2ps/ogonkify directory,
for better conformance with hier(7). Indeed,
ogonkify was a separate application before included
into a2ps.

2. The PLIST was changed - removed @dirrm commands in
/usr/local/share/locale directory.

How-To-Repeat: 
1. % env LANG=C a2ps -X latin2 /storage/fareast
a2ps: cannot find file `pcrr-o.afm': No such file or directory
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2000-03-09 16:47:09 UTC
Responsible Changed
From-To: freebsd-ports->chuckr

The various a2ps ports are handled by Chuck. 
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-11-21 00:16:16 UTC
State Changed
From-To: open->closed

Patch added, thanks!