pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide guide: update USE_LANGUAGES section, add mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/614f2c2981f4
branches:  trunk
changeset: 770566:614f2c2981f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 03 07:52:32 2021 +0000

description:
guide: update USE_LANGUAGES section, add missing file to PLIST

diffstat:

 doc/guide/PLIST           |   5 +++--
 doc/guide/files/fixes.xml |  11 ++++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r 613eebced622 -r 614f2c2981f4 doc/guide/PLIST
--- a/doc/guide/PLIST   Fri Dec 03 07:40:26 2021 +0000
+++ b/doc/guide/PLIST   Fri Dec 03 07:52:32 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/06/21 04:32:36 rillig Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/12/03 07:52:32 wiz Exp $
 ${PLIST.html}share/doc/pkgsrc/binary.html
 ${PLIST.html}share/doc/pkgsrc/build.html
 ${PLIST.html}share/doc/pkgsrc/buildlink.html
@@ -17,6 +17,7 @@
 ${PLIST.html}share/doc/pkgsrc/getting.html
 ${PLIST.html}share/doc/pkgsrc/global.css
 ${PLIST.html}share/doc/pkgsrc/gnome.html
+${PLIST.html}share/doc/pkgsrc/hardening.html
 ${PLIST.html}share/doc/pkgsrc/help-devel.html
 ${PLIST.html}share/doc/pkgsrc/help-topics.html
 ${PLIST.html}share/doc/pkgsrc/help-user.html
@@ -28,8 +29,8 @@
 ${PLIST.html}share/doc/pkgsrc/makefile.html
 ${PLIST.html}share/doc/pkgsrc/options.html
 ${PLIST.html}share/doc/pkgsrc/pkginstall.html
+${PLIST.epub}share/doc/pkgsrc/pkgsrc.epub
 ${PLIST.html}share/doc/pkgsrc/pkgsrc.html
-${PLIST.epub}share/doc/pkgsrc/pkgsrc.epub
 ${PLIST.pdf}share/doc/pkgsrc/pkgsrc.pdf
 ${PLIST.pdf}share/doc/pkgsrc/pkgsrc.ps
 ${PLIST.ascii}share/doc/pkgsrc/pkgsrc.txt
diff -r 613eebced622 -r 614f2c2981f4 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Fri Dec 03 07:40:26 2021 +0000
+++ b/doc/guide/files/fixes.xml Fri Dec 03 07:52:32 2021 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.166 2021/11/09 17:41:27 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.167 2021/12/03 07:52:33 wiz Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1406,8 +1406,13 @@
 
     <para>To declare which language's compiler a package needs, set
     the <varname>USE_LANGUAGES</varname> variable. Allowed values
-    currently are <quote>c</quote>, <quote>c++</quote>, and
-    <quote>fortran</quote> (and any combination).  The default is
+    currently are:
+    <programlisting>
+       c99, c++, c++03, gnu++03, c++0x, gnu++0x, c++11, gnu++11,
+       c++14, gnu++14, c++17, gnu++17, c++20, gnu++20, fortran,
+       fortran77, java, objc, obj-c++, and ada.
+    </programlisting>
+    (and any combination).  The default is
     <quote>c</quote>.  Packages using GNU configure scripts, even if
     written in C++, usually need a C compiler for the configure
     phase.</para>



Home | Main Index | Thread Index | Old Index