Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39EF984E61 for ; Sun, 3 Dec 2023 22:56:38 +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 wamJFaA6ztsU for ; Sun, 3 Dec 2023 22:56:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10F5D84D4D for ; Sun, 3 Dec 2023 22:56:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01398FA42; Sun, 3 Dec 2023 22:56:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170164419658130" MIME-Version: 1.0 Date: Sun, 3 Dec 2023 22:56:36 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20231203225637.01398FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170164419658130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Sun Dec 3 22:56:36 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.363 -r1.364 pkgsrc/doc/pkgsrc.html cvs rdiff -u -r1.361 -r1.362 pkgsrc/doc/pkgsrc.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170164419658130 Content-Disposition: inline Content-Length: 1411 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.363 pkgsrc/doc/pkgsrc.html:1.364 --- pkgsrc/doc/pkgsrc.html:1.363 Sun Oct 29 22:34:11 2023 +++ pkgsrc/doc/pkgsrc.html Sun Dec 3 22:56:36 2023 @@ -8606,7 +8606,7 @@ c, c++, fortran, fortran77, java, objc, c. Packages using GNU configure scripts, even if written in C++, usually need a C compiler for the configure phase.

-

To declare which features a package requies from the +

To declare which features a package requires from the compiler, set either USE_CC_FEATURES or USE_CXX_FEATURES. Allowed values for USE_CC_FEATURES are currently: Index: pkgsrc/doc/pkgsrc.txt diff -u pkgsrc/doc/pkgsrc.txt:1.361 pkgsrc/doc/pkgsrc.txt:1.362 --- pkgsrc/doc/pkgsrc.txt:1.361 Sun Oct 29 22:34:11 2023 +++ pkgsrc/doc/pkgsrc.txt Sun Dec 3 22:56:36 2023 @@ -6865,7 +6865,7 @@ c, c++, fortran, fortran77, java, objc, scripts, even if written in C++, usually need a C compiler for the configure phase. -To declare which features a package requies from the compiler, set either +To declare which features a package requires from the compiler, set either USE_CC_FEATURES or USE_CXX_FEATURES. Allowed values for USE_CC_FEATURES are currently: --_----------=_170164419658130--