pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  3 07:52:33 UTC 2021

Modified Files:
        pkgsrc/doc/guide: PLIST
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
guide: update USE_LANGUAGES section, add missing file to PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/doc/guide/PLIST
cvs rdiff -u -r1.166 -r1.167 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/PLIST
diff -u pkgsrc/doc/guide/PLIST:1.5 pkgsrc/doc/guide/PLIST:1.6
--- pkgsrc/doc/guide/PLIST:1.5  Sun Jun 21 04:32:36 2020
+++ pkgsrc/doc/guide/PLIST      Fri Dec  3 07:52:32 2021
@@ -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
 ${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

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.166 pkgsrc/doc/guide/files/fixes.xml:1.167
--- pkgsrc/doc/guide/files/fixes.xml:1.166      Tue Nov  9 17:41:27 2021
+++ pkgsrc/doc/guide/files/fixes.xml    Fri Dec  3 07:52:33 2021
@@ -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>



Home | Main Index | Thread Index | Old Index