summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-25 12:32:54 +0000
committerwiz <wiz>2009-08-25 12:32:54 +0000
commitd14cbfaaead2fbfd078458cacf1070be7d508ad1 (patch)
treebd6aa3e87350724286fe4e76d0e592993c64dd2b /doc/guide
parent95cfe75dfae69c4399c6ba1ee1ccb4d20074f7b6 (diff)
downloadpkgsrc-d14cbfaaead2fbfd078458cacf1070be7d508ad1.tar.gz
Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages depending on it.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml30
1 files changed, 8 insertions, 22 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 7e4d8f647eb..26a94559629 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.100 2009/07/11 05:46:38 minskim Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.101 2009/08/25 12:32:55 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1909,27 +1909,13 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
<title>Marking packages as having problems</title>
<para>In some cases one does not have the time to solve a problem
- immediately. There are currently two ways to declare that one knows
- that a package has problems.</para>
- <itemizedlist>
- <listitem><para>The first way is to plainly mark it as broken. For
- this, one just sets the variable <varname>BROKEN</varname> to the
- reason why the package is broken (similar to the
- <varname>RESTRICTED</varname> variable). A user trying to build
- the package will immediately be shown this message, and the build
- will not be even tried.</para></listitem>
-
- <listitem><para>After each pkgsrc freeze period (a time when the
- tree is stabilized and a new pkgsrc branch is cut), the packages
- that were not building in the official branch build on the latest
- NetBSD release will be marked as broken on that branch. This is
- done by setting the <varname>BROKEN_IN</varname> variable to the
- branch name (or appending the branch name to it). If a user tries
- to build such a package and the build fails, the user gets a
- message that says that the package was broken on the respective
- branch(es).</para></listitem>
- </itemizedlist>
- <para>Both types of packages are removed from pkgsrc in irregular
+ immediately. In this case, one can plainly mark a package as broken. For
+ this, one just sets the variable <varname>BROKEN</varname> to the
+ reason why the package is broken (similar to the
+ <varname>RESTRICTED</varname> variable). A user trying to build
+ the package will immediately be shown this message, and the build
+ will not be even tried.</para>
+ <para><varname>BROKEN</varname> packages are removed from pkgsrc in irregular
intervals.</para>
</sect1>