bugGNU roff - Bugs: bug #55924, test-groff.in: Add the...

 
 

bug #55924: test-groff.in: Add the "GROFF_TMAC_PATH" variable to the internal one

Submitter:  Bjarni Ingi Gislason <bjarniig>
Submitted:  Thu 14 Mar 2019 07:04:45 PM UTC
   
 
Category:  General Severity:  3 - Normal
Item Group:  Build/Installation Status:  Invalid
Privacy:  Public Assigned to:  gbranden
Open/Closed:  Closed Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 13 Feb 2020 10:47:11 AM UTC, comment #2: 

As Dave noted, this issue is subsumed by bug #57630, which is more general.

G. Branden Robinson <gbranden>
Group administrator
Mon 20 Jan 2020 11:22:14 AM UTC, comment #1: 

Bug #57630 proposes a similar change, but to all three GROFF_*_PATH variables that groff recognizes.  I don't think it makes sense to change GROFF_TMAC_PATH's behavior in isolation; either all or none of the three variables should be changed.  So I'd recommend this bug be made a dup of that one.

Dave <barx>
Group Member
Thu 14 Mar 2019 07:04:45 PM UTC, original submission:  

From 251176af2587a35f561d8924b441192b7243ebad Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date: Thu, 14 Mar 2019 18:57:48 +0000
Subject: [PATCH] test-groff.in: Add the "GROFF_TMAC_PATH" variable to the
 internal one

  The environmental variable "GROFF_TMAC_PATH" is defined in the script.
The search path for tmac files can thus not be influenced with an
externally defined variable.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 test-groff.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-groff.in b/test-groff.in
index 51e3601d..da98396b 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -37,7 +37,8 @@ GROFF_COMMAND_PREFIX=
 GROFF_FONT_PATH=$builddir/font\
 $SEP$srcdir/font\
 
-GROFF_TMAC_PATH=$srcdir/tmac\
+GROFF_TMAC_PATH=$GROFF_TMAC_PATH\
+$SEP$srcdir/tmac\
 $SEP$builddir/tmac\
 $SEP$srcdir/contrib/mom\
 $SEP$builddir/contrib/mom\
--
2.20.1


Bjarni Ingi Gislason <bjarniig>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gbranden (Posted a comment)
  • -email is unavailable- added by barx (Posted a comment)
  • -email is unavailable- added by barx
  • -email is unavailable- added by bjarniig (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-06-10 gbranden CategoryCore General
        Summary[PATCH] test-groff.in: Add the &quot;GROFF_TMAC_PATH&quot; variable to the internal one test-groff.in: Add the "GROFF_TMAC_PATH" variable to the internal one
    2022-03-05 gbranden CategoryNone Core
        Item GroupFeature change Build/Installation
    2020-02-13 gbranden StatusNone Invalid
        Assigned toNone gbranden
        Open/ClosedOpen Closed
    2020-01-20 barx Carbon-Copy- Added barx

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code