summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-03 07:52:32 +0000
committerwiz <wiz@pkgsrc.org>2021-12-03 07:52:32 +0000
commit8c65694bf5946b61ff88a8196ffe15bfdf847ec8 (patch)
tree274515c36f0fb1401d22478d4dc4cf21f2a515e9 /doc/guide
parentc450d0e4990b27f1bc3966ea5c7993838afce73b (diff)
downloadpkgsrc-8c65694bf5946b61ff88a8196ffe15bfdf847ec8.tar.gz
guide: update USE_LANGUAGES section, add missing file to PLIST
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/PLIST5
-rw-r--r--doc/guide/files/fixes.xml11
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/guide/PLIST b/doc/guide/PLIST
index a232d52f4b6..b0ce5b63fc7 100644
--- a/doc/guide/PLIST
+++ b/doc/guide/PLIST
@@ -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/ftp-layout.html
${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/logs.html
${PLIST.html}share/doc/pkgsrc/makefile.html
${PLIST.html}share/doc/pkgsrc/options.html
${PLIST.html}share/doc/pkgsrc/pkginstall.html
-${PLIST.html}share/doc/pkgsrc/pkgsrc.html
${PLIST.epub}share/doc/pkgsrc/pkgsrc.epub
+${PLIST.html}share/doc/pkgsrc/pkgsrc.html
${PLIST.pdf}share/doc/pkgsrc/pkgsrc.pdf
${PLIST.pdf}share/doc/pkgsrc/pkgsrc.ps
${PLIST.ascii}share/doc/pkgsrc/pkgsrc.txt
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 77ccbee3450..8ba962ac6d3 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -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 @@ pre-configure:
<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>