pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Do not document obsolete IGNORE variab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/654dfa24fe4f
branches: trunk
changeset: 497444:654dfa24fe4f
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 28 11:05:36 2005 +0000
description:
Do not document obsolete IGNORE variable any longer.
diffstat:
doc/guide/files/fixes.xml | 36 +++++++++++++++++-------------------
1 files changed, 17 insertions(+), 19 deletions(-)
diffs (50 lines):
diff -r 04da6fe53d83 -r 654dfa24fe4f doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Thu Jul 28 11:05:35 2005 +0000
+++ b/doc/guide/files/fixes.xml Thu Jul 28 11:05:36 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.27 2005/07/27 21:29:50 rpaulo Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.28 2005/07/28 11:05:36 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Notes on fixes for packages</title>
@@ -325,24 +325,22 @@
<sect2 id="not-building-packages">
<title>Packages that cannot or should not be built</title>
- <para>
- There are several reasons why a package might be instructed to not
- build under certain circumstances. If the package builds and runs
- on most platforms, the exceptions should be noted with
- <varname>NOT_FOR_PLATFORM</varname>. If the package builds and
- runs on a small handful of platforms, set
- <varname>ONLY_FOR_PLATFORM</varname> instead. If the package
- should be skipped (for example, because it provides functionality
- already provided by the system), set
- <varname>PKG_SKIP_REASON</varname> to a descriptive message. If
- the package should fail because some preconditions are not met,
- set <varname>PKG_FAIL_REASON</varname> to a descriptive message.
-</para>
-
- <para><varname>IGNORE</varname> is deprecated because it didn't
- provide enough information to determine whether the build should
- fail.
-</para>
+ <para>There are several reasons why a package might be
+ instructed to not build under certain circumstances. If the
+ package builds and runs on most platforms, the exceptions
+ should be noted with <varname>NOT_FOR_PLATFORM</varname>. If
+ the package builds and runs on a small handful of platforms,
+ set <varname>ONLY_FOR_PLATFORM</varname> instead.
+ Both <varname>ONLY_FOR_PLATFORM</varname> and
+ <varname>NOT_FOR_PLATFORM</varname> are OS triples
+ (OS-version-platform) that can use glob-style
+ wildcards.</para>
+ <para>If the package should be skipped (for example, because it
+ provides functionality already provided by the system), set
+ <varname>PKG_SKIP_REASON</varname> to a descriptive message.
+ If the package should fail because some preconditions are not
+ met, set <varname>PKG_FAIL_REASON</varname> to a descriptive
+ message.</para>
</sect2>
Home |
Main Index |
Thread Index |
Old Index