NetBSD Problem Report #56301

From www@netbsd.org  Tue Jul  6 20:02:00 2021
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 7937A1A923B
	for <gnats-bugs@gnats.NetBSD.org>; Tue,  6 Jul 2021 20:02:00 +0000 (UTC)
Message-Id: <20210706200156.20E981A923E@mollari.NetBSD.org>
Date: Tue,  6 Jul 2021 20:01:56 +0000 (UTC)
From: jlmuir@imca-cat.org
Reply-To: jlmuir@imca-cat.org
To: gnats-bugs@NetBSD.org
Subject: REPLACE_AWK not in pkgsrc Developer's Guide
X-Send-Pr-Version: www-1.0

>Number:         56301
>Category:       pkg
>Synopsis:       REPLACE_AWK not in pkgsrc Developer's Guide
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gutteridge
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 06 20:05:01 +0000 2021
>Closed-Date:    Thu Jan 20 17:56:34 +0000 2022
>Last-Modified:  Mon Jan 24 23:20:03 +0000 2022
>Originator:     J. Lewis Muir
>Release:        
>Organization:
>Environment:
>Description:
In

  https://netbsd.org/docs/pkgsrc/fixes.html#programming-languages

it lists REPLACE_PERL, REPLACE_SH, REPLACE_BASH, REPLACE_CSH, and REPLACE_KSH, but it does not list REPLACE_AWK nor REPLACE_PERL6 which are listed in

  mk/configure/replace-interpreter.mk
>How-To-Repeat:
n/a
>Fix:
They should all be listed, or the text should be changed to say that these are some of them and to point to where to find the complete list.

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->gutteridge
Responsible-Changed-By: gutteridge@NetBSD.org
Responsible-Changed-When: Sat, 30 Oct 2021 19:15:08 +0000
Responsible-Changed-Why:
I'll take this.

From: "David H. Gutteridge" <gutteridge@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/56301 CVS commit: pkgsrc/doc/guide/files
Date: Mon, 8 Nov 2021 22:21:33 +0000

 Module Name:	pkgsrc
 Committed By:	gutteridge
 Date:		Mon Nov  8 22:21:33 UTC 2021

 Modified Files:
 	pkgsrc/doc/guide/files: fixes.xml

 Log Message:
 fixes.xml: add more details about REPLACE_* variables

 Address PR pkg/56301 from J. Lewis Muir. I have added further details
 about specific variables, and given more general information about
 where they may be located. (While here, spell "Perl" consistently.)


 To generate a diff of this commit:
 cvs rdiff -u -r1.164 -r1.165 pkgsrc/doc/guide/files/fixes.xml

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "David H. Gutteridge" <david@gutteridge.ca>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/56301
Date: Mon, 08 Nov 2021 21:20:20 -0500

 I've added further details about these variables. I didn't try to list
 every definition, as I think it's better to give the reader an idea of
 where to go to look, in case this documentation is incomplete at any
 time.

 There's a separate section near the end of the document ("Appendix E.
 Help topics") that lists variables, including most of the REPLACE ones,
 but it doesn't catch all of them, e.g., REPLACE_LUA is missing. It also
 seems to generate a different list depending on the user issuing the
 regeneration command, so it doesn't seem stable enough to point to as
 an absolute reference.

 (Re-sending this email as my last attempt didn't get through GNATS for
 some reason.)

 Dave


State-Changed-From-To: open->feedback
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 20 Dec 2021 07:38:47 +0000
State-Changed-Why:
Are those changes satisfactory?


From: "J. Lewis Muir" <jlmuir@imca-cat.org>
To: gnats-bugs@gnats.netbsd.org
Cc: 
Subject: Re: pkg/56301
Date: Wed, 5 Jan 2022 10:14:06 -0600

 LGTM.  Thanks!

State-Changed-From-To: feedback->closed
State-Changed-By: gutteridge@NetBSD.org
State-Changed-When: Thu, 20 Jan 2022 17:56:34 +0000
State-Changed-Why:
Submitter fine to close, thanks!

From: "David H. Gutteridge" <gutteridge@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/56301 CVS commit: pkgsrc/mk/help
Date: Mon, 24 Jan 2022 23:16:01 +0000

 Module Name:	pkgsrc
 Committed By:	gutteridge
 Date:		Mon Jan 24 23:16:01 UTC 2022

 Modified Files:
 	pkgsrc/mk/help: help.mk

 Log Message:
 help/help.mk: pick up further language-specific variables

 Add lua, nodejs, octave, qore, and tk-specific variables. (tk and tk85
 define the same variable, so I only included tk.) This relates to
 PR pkg/56301, where I noticed various REPLACE_* variables were not
 listed in Appendix E of the pkgsrc guide.

 There is a separate issue related to Appendix E here. If wip/mk is
 found, the auto-generation of the help topic list for the pkgsrc guide
 includes anything it finds under that path, but that's potentially
 misleading, and causes the generated list to see-saw back and forth as
 committers do or do not have wip visible (I do not).


 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/help/help.mk

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "David H. Gutteridge" <gutteridge@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/56301 CVS commit: pkgsrc/doc/guide/files
Date: Mon, 24 Jan 2022 23:18:33 +0000

 Module Name:	pkgsrc
 Committed By:	gutteridge
 Date:		Mon Jan 24 23:18:33 UTC 2022

 Modified Files:
 	pkgsrc/doc/guide/files: fixes.xml

 Log Message:
 fixes.xml: also note Appendix E now that the list is complete

 This relates to PR pkg/56301, where I noticed various REPLACE_*
 variables were not listed in Appendix E of the pkgsrc guide.


 To generate a diff of this commit:
 cvs rdiff -u -r1.167 -r1.168 pkgsrc/doc/guide/files/fixes.xml

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.