Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56CE785060 for ; Sun, 17 Sep 2023 23:43:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5zUJvcwpH_xs for ; Sun, 17 Sep 2023 23:43:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C82DD84CDC for ; Sun, 17 Sep 2023 23:43:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBD1BFBDB; Sun, 17 Sep 2023 23:43:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694994186115260" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 23:43:06 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230917234306.BBD1BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694994186115260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Sep 17 23:43:06 UTC 2023 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: doc/pkgsrc.*: regen To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 pkgsrc/doc/pkgsrc.html cvs rdiff -u -r1.356 -r1.357 pkgsrc/doc/pkgsrc.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694994186115260 Content-Disposition: inline Content-Length: 1708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/pkgsrc.html diff -u pkgsrc/doc/pkgsrc.html:1.358 pkgsrc/doc/pkgsrc.html:1.359 --- pkgsrc/doc/pkgsrc.html:1.358 Sat Sep 16 18:22:52 2023 +++ pkgsrc/doc/pkgsrc.html Sun Sep 17 23:43:06 2023 @@ -8762,7 +8762,7 @@ gnu++03, gnu++11, gnu++14, gnu++17, gnu+ mk/configure/replace-interpreter.mk. Other languages define the actions of these variables within their own dedicated part of the tree, e.g., REPLACE_PHP is - actioned in lang/php/phpversion.mk, and + actioned in lang/php/replace.mk, and REPLACE_PYTHON is actioned in lang/python/application.mk. For other languages, consult the mk files found within their specific directories (the Index: pkgsrc/doc/pkgsrc.txt diff -u pkgsrc/doc/pkgsrc.txt:1.356 pkgsrc/doc/pkgsrc.txt:1.357 --- pkgsrc/doc/pkgsrc.txt:1.356 Sat Sep 16 18:22:52 2023 +++ pkgsrc/doc/pkgsrc.txt Sun Sep 17 23:43:06 2023 @@ -6969,7 +6969,7 @@ packages containing awk scripts, and REP others noted above, have their actions defined centrally in mk/configure/ replace-interpreter.mk. Other languages define the actions of these variables within their own dedicated part of the tree, e.g., REPLACE_PHP is actioned in -lang/php/phpversion.mk, and REPLACE_PYTHON is actioned in lang/python/ +lang/php/replace.mk, and REPLACE_PYTHON is actioned in lang/python/ application.mk. For other languages, consult the mk files found within their specific directories (the naming convention varies), or check the list found in Appendix E, Help topics. --_----------=_1694994186115260--