Sun Dec 3 22:56:36 2023 UTC (175d)
doc/pkgsrc.*: regen


(jnemeth)
diff -r1.363 -r1.364 pkgsrc/doc/pkgsrc.html
diff -r1.361 -r1.362 pkgsrc/doc/pkgsrc.txt

cvs diff -r1.363 -r1.364 pkgsrc/doc/pkgsrc.html (expand / switch to unified diff)

--- pkgsrc/doc/pkgsrc.html 2023/10/29 22:34:11 1.363
+++ pkgsrc/doc/pkgsrc.html 2023/12/03 22:56:36 1.364
@@ -8596,27 +8596,27 @@ MESON_ARGS+= -Dx11=false @@ -8596,27 +8596,27 @@ MESON_ARGS+= -Dx11=false
8596<p>To declare which languages should be made available through 8596<p>To declare which languages should be made available through
8597 pkgsrc's compiler wrappers, use  8597 pkgsrc's compiler wrappers, use
8598 the <code class="varname">USE_LANGUAGES</code> variable. Allowed values 8598 the <code class="varname">USE_LANGUAGES</code> variable. Allowed values
8599 currently are: 8599 currently are:
8600</p> 8600</p>
8601<pre class="programlisting"> 8601<pre class="programlisting">
8602c, c++, fortran, fortran77, java, objc, obj-c++, and ada. 8602c, c++, fortran, fortran77, java, objc, obj-c++, and ada.
8603</pre> 8603</pre>
8604<p> 8604<p>
8605 (and any combination). The default is 8605 (and any combination). The default is
8606 <span class="quote">&#8220;<span class="quote">c</span>&#8221;</span>. Packages using GNU configure scripts, even if 8606 <span class="quote">&#8220;<span class="quote">c</span>&#8221;</span>. Packages using GNU configure scripts, even if
8607 written in C++, usually need a C compiler for the configure 8607 written in C++, usually need a C compiler for the configure
8608 phase.</p> 8608 phase.</p>
8609<p>To declare which features a package requies from the 8609<p>To declare which features a package requires from the
8610 compiler, set either <code class="varname">USE_CC_FEATURES</code> 8610 compiler, set either <code class="varname">USE_CC_FEATURES</code>
8611 or <code class="varname">USE_CXX_FEATURES</code>. Allowed values for 8611 or <code class="varname">USE_CXX_FEATURES</code>. Allowed values for
8612 <code class="varname">USE_CC_FEATURES</code> are currently: 8612 <code class="varname">USE_CC_FEATURES</code> are currently:
8613</p> 8613</p>
8614<pre class="programlisting"> 8614<pre class="programlisting">
8615c11, c99, has_include 8615c11, c99, has_include
8616</pre> 8616</pre>
8617<p> 8617<p>
8618 Allowed values for <code class="varname">USE_CXX_FEATURES</code> are 8618 Allowed values for <code class="varname">USE_CXX_FEATURES</code> are
8619 currently: 8619 currently:
8620</p> 8620</p>
8621<pre class="programlisting"> 8621<pre class="programlisting">
8622c++11, c++14, c++17, c++20, has_include, regex, filesystem, 8622c++11, c++14, c++17, c++20, has_include, regex, filesystem,

cvs diff -r1.361 -r1.362 pkgsrc/doc/pkgsrc.txt (expand / switch to unified diff)

--- pkgsrc/doc/pkgsrc.txt 2023/10/29 22:34:11 1.361
+++ pkgsrc/doc/pkgsrc.txt 2023/12/03 22:56:36 1.362
@@ -6855,27 +6855,27 @@ MESON_ARGS+= -Dx11=false @@ -6855,27 +6855,27 @@ MESON_ARGS+= -Dx11=false
6855Compilers for the C and C++ languages come with the NetBSD base system. By 6855Compilers for the C and C++ languages come with the NetBSD base system. By
6856default, pkgsrc assumes that a package is written in C and will hide all other 6856default, pkgsrc assumes that a package is written in C and will hide all other
6857compilers (via the wrapper framework, see Chapter 18, Buildlink methodology). 6857compilers (via the wrapper framework, see Chapter 18, Buildlink methodology).
6858 6858
6859To declare which languages should be made available through pkgsrc's compiler 6859To declare which languages should be made available through pkgsrc's compiler
6860wrappers, use the USE_LANGUAGES variable. Allowed values currently are: 6860wrappers, use the USE_LANGUAGES variable. Allowed values currently are:
6861 6861
6862c, c++, fortran, fortran77, java, objc, obj-c++, and ada. 6862c, c++, fortran, fortran77, java, objc, obj-c++, and ada.
6863 6863
6864(and any combination). The default is "c". Packages using GNU configure 6864(and any combination). The default is "c". Packages using GNU configure
6865scripts, even if written in C++, usually need a C compiler for the configure 6865scripts, even if written in C++, usually need a C compiler for the configure
6866phase. 6866phase.
6867 6867
6868To declare which features a package requies from the compiler, set either 6868To declare which features a package requires from the compiler, set either
6869USE_CC_FEATURES or USE_CXX_FEATURES. Allowed values for USE_CC_FEATURES are 6869USE_CC_FEATURES or USE_CXX_FEATURES. Allowed values for USE_CC_FEATURES are
6870currently: 6870currently:
6871 6871
6872c11, c99, has_include 6872c11, c99, has_include
6873 6873
6874Allowed values for USE_CXX_FEATURES are currently: 6874Allowed values for USE_CXX_FEATURES are currently:
6875 6875
6876c++11, c++14, c++17, c++20, has_include, regex, filesystem, 6876c++11, c++14, c++17, c++20, has_include, regex, filesystem,
6877charconv, parallelism_ts, unique_ptr, put_time, 6877charconv, parallelism_ts, unique_ptr, put_time,
6878is_trivially_copy_constructible 6878is_trivially_copy_constructible
6879 6879
6880Language variants like gnu99 and c++11 can be specified in FORCE_C_STD and 6880Language variants like gnu99 and c++11 can be specified in FORCE_C_STD and
6881FORCE_CXX_STD if the package does not explicitly set -std=... when compiling 6881FORCE_CXX_STD if the package does not explicitly set -std=... when compiling