gbranden pushed a commit to branch master
in repository groff.

commit da3c37ef95ebe6a4731e72e48c0bb1af528926f8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 2 05:00:25 2025 -0500

    [devpdf]: Have `BuildFoundries` run `afmtodit -q`.
    
    * font/devpdf/util/BuildFoundries.pl (RunAfmtodit): Run `afmtodit` with
      the new `-q` flag.  Recent versions of the URW fonts have tons of
      duplicate mappings (for groff's purposes) and to our knowledge these
      are all harmless; we don't want to distress people attentive to the
      messages scrolling by in an otherwise unremarkable groff build.
---
 ChangeLog                          | 9 +++++++++
 font/devpdf/util/BuildFoundries.pl | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f935786c8..929a1cc5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2025-08-02  G. Branden Robinson <[email protected]>
+
+       * font/devpdf/util/BuildFoundries.pl (RunAfmtodit): Run
+       `afmtodit` with the new `-q` flag.  Recent versions of the URW
+       fonts have tons of duplicate mappings (for groff's purposes) and
+       to our knowledge these are all harmless; we don't want to
+       distress people attentive to the messages scrolling by in an
+       otherwise unremarkable groff build.
+
 2025-08-02  G. Branden Robinson <[email protected]>
 
        * src/utils/afmtodit/afmtodit.pl: Add `-q` command-line option
diff --git a/font/devpdf/util/BuildFoundries.pl 
b/font/devpdf/util/BuildFoundries.pl
index 7d26bc931..336ecd9fd 100644
--- a/font/devpdf/util/BuildFoundries.pl
+++ b/font/devpdf/util/BuildFoundries.pl
@@ -196,7 +196,7 @@ sub RunAfmtodit
     $enc="-e 'enc/$enc'" if $enc;
     $map="'map/$map'" if $map;
 
-    my $cmd='afmtodit -c -dDESC';
+    my $cmd='afmtodit -cq -dDESC';
 
     foreach my $f (split('',$flags))
     {

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to