From 8c65694bf5946b61ff88a8196ffe15bfdf847ec8 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2021 07:52:32 +0000 Subject: guide: update USE_LANGUAGES section, add missing file to PLIST --- doc/guide/PLIST | 5 +++-- doc/guide/files/fixes.xml | 11 ++++++++--- 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 @@ - + Making your package work @@ -1406,8 +1406,13 @@ pre-configure: To declare which language's compiler a package needs, set the USE_LANGUAGES variable. Allowed values - currently are c, c++, and - fortran (and any combination). The default is + currently are: + + 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. + + (and any combination). The default is c. Packages using GNU configure scripts, even if written in C++, usually need a C compiler for the configure phase. -- cgit v1.2.3