pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] fonts/adobe-cidfonts and fonts/ghostscrit-cidfonts



Hi, 
I'm becoming confident we need patch for fonts/ghostscrit-cidfonts
which locates the Resource directory for ghostscript 
under 
   share/ghostscript/${PKGVERSION}/Resource
instead of just
   share/ghostscript/Resource

(1)
One reason is that if we install print/ghostscript by itself,
Resource directory is not found immediately below share/ghostscript,
like:
---------
stable@makoto 21:48:02/110122(~)% ls /usr/pkg/share/ghostscript/
8.71  fonts
stable@makoto 21:48:08/110122(~)% cd /usr/pkg/share/ghostscript/
stable@makoto 21:48:19/110122(..share/ghostscript)% find . -name Resource
./8.71/Resource
---------
Instead it is only under its version name.

(2) The behavior tells ${version name}/Resource is the location
to add fonts   (You may need --disable-compile-inits to see  this
behavior).

(3) With ghostscript-9.00, the situation seems to be the same.

I presume the document is outdated.
Thank you,
---
Makoto Fujiwara, 


Home | Main Index | Thread Index | Old Index