pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Documented CHECK_FILES and CHECK_INTER...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8289418bf61
branches: trunk
changeset: 506123:b8289418bf61
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jan 12 11:22:40 2006 +0000
description:
Documented CHECK_FILES and CHECK_INTERPRETER as being useful for bulk
builds.
diffstat:
doc/guide/files/binary.xml | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 5dbb3a00c5f6 -r b8289418bf61 doc/guide/files/binary.xml
--- a/doc/guide/files/binary.xml Thu Jan 12 11:13:13 2006 +0000
+++ b/doc/guide/files/binary.xml Thu Jan 12 11:22:40 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.18 2005/12/04 17:05:22 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.19 2006/01/12 11:22:40 rillig Exp $ -->
<chapter id="binary">
<title>Creating binary packages</title>
@@ -122,6 +122,23 @@
packages.</para></listitem>
</itemizedlist>
+
+ <para>Some other options are scattered in the pkgsrc
+ infrastructure:</para>
+
+ <itemizedlist>
+
+ <listitem><para><varname>CHECK_FILES</varname> can be set to
+ <quote>yes</quote> to check that the installed set of files
+ matches the <filename>PLIST</filename>.</para></listitem>
+
+ <listitem><para><varname>CHECK_INTERPRETER</varname> can be set
+ to <quote>yes</quote> to check that the installed
+ <quote>#!</quote>-scripts will find their
+ interpreter.</para></listitem>
+
+ </itemizedlist>
+
</sect3>
<sect3 id="pre-build.local">
Home |
Main Index |
Thread Index |
Old Index