Update of bug #65974 (group groff):

                  Status:             In Progress => Need Info
             Assigned to:                gbranden => None

    _______________________________________________________

Follow-up Comment #11:


[comment #10 comment #10:]
> I can confirm that "gs -h" does return 
> 
> /usr/share/ghostscript/Resource/Font
> 
> as one of its search paths on Arch Linux.
> 

Okay.  The original report was:

> The ./configure script didn't find the urw-base35-fonts:
> configure: URW fonts in Type 1/PFB format were not found 

If you apply the following patch, does the "configure" script find them?


$ cat /tmp/for-morten.diff
diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
index 81a10c26d..2986d0418 100644
--- a/font/devpdf/Foundry.in
+++ b/font/devpdf/Foundry.in
@@ -20,7 +20,7 @@
 
 #=======================================================================
 #Foundry|Name|Search path
-foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/usr/share/fonts/urw-base35:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
+foundry||@urwfontsdir@:(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35:/usr/share/fonts/type1/urw-base35:/usr/share/fonts/urw-base35:/usr/share/ghostscript/Resource/Font:/opt/local/share/fonts/urw-fonts:/usr/local/share/fonts/ghostscript
 
 # Enable the font description files for grops (generated from Adobe
 # foundry font files) to be used with gropdf.  afmtodit must not be
diff --git a/m4/groff.m4 b/m4/groff.m4
index fc1ac25a5..22eafe9a0 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -346,6 +346,7 @@
     /usr/share/fonts/default/Type1/adobestd35/ \
     /usr/share/fonts/type1/urw-base35/ \
     /usr/share/fonts/urw-base35 \
+    /usr/share/ghostscript/Resource/Font \
     /opt/local/share/fonts/urw-fonts/ \
     /usr/local/share/fonts/ghostscript/"
 




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65974>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to