pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc regen.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bec3139693f
branches:  trunk
changeset: 515239:2bec3139693f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 29 11:44:07 2006 +0000

description:
regen.

diffstat:

 doc/pkgsrc.html |  957 +++++++++++++++++++++++++++++++++++--------------------
 doc/pkgsrc.txt  |  817 ++++++++++++++++++++++++++++-------------------
 2 files changed, 1092 insertions(+), 682 deletions(-)

diffs (truncated from 2753 to 300 lines):

diff -r f93a6774335f -r 2bec3139693f doc/pkgsrc.html
--- a/doc/pkgsrc.html   Thu Jun 29 11:41:04 2006 +0000
+++ b/doc/pkgsrc.html   Thu Jun 29 11:44:07 2006 +0000
@@ -55,7 +55,10 @@
 <dt><span class="sect1"><a href="#introduction-section">1.1. Introduction</a></span></dt>
 <dt><span class="sect1"><a href="#overview">1.2. Overview</a></span></dt>
 <dt><span class="sect1"><a href="#terminology">1.3. Terminology</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="#term.people">1.3.1. People involved in pkgsrc</a></span></dt></dl></dd>
+<dd><dl>
+<dt><span class="sect2"><a href="#term.abbrev">1.3.1. Commonly used abbreviations</a></span></dt>
+<dt><span class="sect2"><a href="#term.people">1.3.2. People involved in pkgsrc</a></span></dt>
+</dl></dd>
 <dt><span class="sect1"><a href="#typography">1.4. Typography</a></span></dt>
 </dl></dd>
 <dt><span class="part"><a href="#users-guide">I. The pkgsrc user's guide</a></span></dt>
@@ -108,8 +111,10 @@
 <dd><dl>
 <dt><span class="sect1"><a href="#general-configuration">5.1. General configuration</a></span></dt>
 <dt><span class="sect1"><a href="#variables-affecting-build">5.2. Variables affecting the build process</a></span></dt>
-<dt><span class="sect1"><a href="#developer-advanced-settings">5.3. Developer/advanced settings</a></span></dt>
-<dt><span class="sect1"><a href="#selecting-build-options">5.4. Selecting Build Options</a></span></dt>
+<dt><span class="sect1"><a href="#conf.compiler">5.3. Selecting and configuring the compiler</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="#conf.cflags">5.3.1. Additional flags to the compiler (<code class="varname">CFLAGS</code>)</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="#developer-advanced-settings">5.4. Developer/advanced settings</a></span></dt>
+<dt><span class="sect1"><a href="#selecting-build-options">5.5. Selecting Build Options</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="#binary">6. Creating binary packages</a></span></dt>
 <dd><dl>
@@ -160,6 +165,11 @@
 <dt><span class="sect1"><a href="#components.patches">9.3. patches/*</a></span></dt>
 <dt><span class="sect1"><a href="#other-mandatory-files">9.4. Other mandatory files</a></span></dt>
 <dt><span class="sect1"><a href="#components.optional">9.5. Optional files</a></span></dt>
+<dd><dl>
+<dt><span class="sect2"><a href="#components.optional.bin">9.5.1. Files affecting the binary package</a></span></dt>
+<dt><span class="sect2"><a href="#components.optional.build">9.5.2. Files affecting the build process</a></span></dt>
+<dt><span class="sect2"><a href="#components.optional.none">9.5.3. Files affecting nothing at all</a></span></dt>
+</dl></dd>
 <dt><span class="sect1"><a href="#work-dir">9.6. <code class="filename">work*</code></a></span></dt>
 <dt><span class="sect1"><a href="#files-dir">9.7. <code class="filename">files/*</code></a></span></dt>
 </dl></dd>
@@ -258,17 +268,17 @@
 <dd><dl>
 <dt><span class="sect1"><a href="#general-operation">17.1. General operation</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="#pulling-vars-from-etc-mk.conf">17.1.1. How to pull in variables from /etc/mk.conf</a></span></dt>
-<dt><span class="sect2"><a href="#where-to-install-documentation">17.1.2. Where to install documentation</a></span></dt>
-<dt><span class="sect2"><a href="#restricted-packages">17.1.3. Restricted packages</a></span></dt>
-<dt><span class="sect2"><a href="#dependencies">17.1.4. Handling dependencies</a></span></dt>
-<dt><span class="sect2"><a href="#conflicts">17.1.5. Handling conflicts with other packages</a></span></dt>
-<dt><span class="sect2"><a href="#not-building-packages">17.1.6. Packages that cannot or should not be built</a></span></dt>
-<dt><span class="sect2"><a href="#undeletable-packages">17.1.7. Packages which should not be deleted, once installed</a></span></dt>
-<dt><span class="sect2"><a href="#security-handling">17.1.8. Handling packages with security problems</a></span></dt>
-<dt><span class="sect2"><a href="#compiler-bugs">17.1.9. How to handle compiler bugs</a></span></dt>
-<dt><span class="sect2"><a href="#bumping-pkgrevision">17.1.10. How to handle incrementing versions when fixing an existing package</a></span></dt>
-<dt><span class="sect2"><a href="#portability-of-packages">17.1.11. Portability of packages</a></span></dt>
+<dt><span class="sect2"><a href="#portability-of-packages">17.1.1. Portability of packages</a></span></dt>
+<dt><span class="sect2"><a href="#pulling-vars-from-etc-mk.conf">17.1.2. How to pull in user-settable variables from <code class="filename">mk.conf</code></a></span></dt>
+<dt><span class="sect2"><a href="#user-interaction">17.1.3. User interaction</a></span></dt>
+<dt><span class="sect2"><a href="#handling-licenses">17.1.4. Handling licenses</a></span></dt>
+<dt><span class="sect2"><a href="#restricted-packages">17.1.5. Restricted packages</a></span></dt>
+<dt><span class="sect2"><a href="#dependencies">17.1.6. Handling dependencies</a></span></dt>
+<dt><span class="sect2"><a href="#conflicts">17.1.7. Handling conflicts with other packages</a></span></dt>
+<dt><span class="sect2"><a href="#not-building-packages">17.1.8. Packages that cannot or should not be built</a></span></dt>
+<dt><span class="sect2"><a href="#undeletable-packages">17.1.9. Packages which should not be deleted, once installed</a></span></dt>
+<dt><span class="sect2"><a href="#security-handling">17.1.10. Handling packages with security problems</a></span></dt>
+<dt><span class="sect2"><a href="#bumping-pkgrevision">17.1.11. How to handle incrementing versions when fixing an existing package</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="#fixes.fetch">17.2. Fixing problems in the <span class="emphasis"><em>fetch</em></span> phase</a></span></dt>
 <dd><dl>
@@ -282,31 +292,32 @@
 <dt><span class="sect2"><a href="#autoconf-automake">17.3.3. GNU Autoconf/Automake</a></span></dt>
 </dl></dd>
 <dt><span class="sect1"><a href="#fixes.build">17.4. Fixing problems in the <span class="emphasis"><em>build</em></span> phase</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="#fixes.build.cpp">17.4.1. Compiling C and C++ code conditionally</a></span></dt></dl></dd>
-<dt><span class="sect1"><a href="#package-specific-actions">17.5. Package specific actions</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="#user-interaction">17.5.1. User interaction</a></span></dt>
-<dt><span class="sect2"><a href="#handling-licenses">17.5.2. Handling licenses</a></span></dt>
+<dt><span class="sect2"><a href="#fixes.build.cpp">17.4.1. Compiling C and C++ code conditionally</a></span></dt>
+<dt><span class="sect2"><a href="#compiler-bugs">17.4.2. How to handle compiler bugs</a></span></dt>
+<dt><span class="sect2"><a href="#undefined-reference">17.4.3. Undefined reference to &#8220;<span class="quote">...</span>&#8221;</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="#fixes.install">17.6. Fixing problems in the <span class="emphasis"><em>install</em></span> phase</a></span></dt>
+<dt><span class="sect1"><a href="#fixes.install">17.5. Fixing problems in the <span class="emphasis"><em>install</em></span> phase</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="#installing-score-files">17.6.1. Installing score files</a></span></dt>
-<dt><span class="sect2"><a href="#perl-scripts">17.6.2. Packages containing perl scripts</a></span></dt>
-<dt><span class="sect2"><a href="#hardcoded-paths">17.6.3. Packages with hardcoded paths to other interpreters</a></span></dt>
-<dt><span class="sect2"><a href="#perl-modules">17.6.4. Packages installing perl modules</a></span></dt>
-<dt><span class="sect2"><a href="#faq.info-files">17.6.5. Packages installing info files</a></span></dt>
-<dt><span class="sect2"><a href="#manpages">17.6.6. Packages installing man pages</a></span></dt>
-<dt><span class="sect2"><a href="#gconf2-data-files">17.6.7. Packages installing GConf2 data files</a></span></dt>
-<dt><span class="sect2"><a href="#scrollkeeper-data-files">17.6.8. Packages installing scrollkeeper data files</a></span></dt>
-<dt><span class="sect2"><a href="#x11-fonts">17.6.9. Packages installing X11 fonts</a></span></dt>
-<dt><span class="sect2"><a href="#gtk2-modules">17.6.10. Packages installing GTK2 modules</a></span></dt>
-<dt><span class="sect2"><a href="#sgml-xml-data">17.6.11. Packages installing SGML or XML data</a></span></dt>
-<dt><span class="sect2"><a href="#mime-database">17.6.12. Packages installing extensions to the MIME database</a></span></dt>
-<dt><span class="sect2"><a href="#intltool">17.6.13. Packages using intltool</a></span></dt>
-<dt><span class="sect2"><a href="#startup-scripts">17.6.14. Packages installing startup scripts</a></span></dt>
-<dt><span class="sect2"><a href="#tex-packages">17.6.15. Packages installing TeX modules</a></span></dt>
+<dt><span class="sect2"><a href="#install-scripts">17.5.1. Creating needed directories</a></span></dt>
+<dt><span class="sect2"><a href="#where-to-install-documentation">17.5.2. Where to install documentation</a></span></dt>
+<dt><span class="sect2"><a href="#installing-score-files">17.5.3. Installing score files</a></span></dt>
+<dt><span class="sect2"><a href="#perl-scripts">17.5.4. Packages containing perl scripts</a></span></dt>
+<dt><span class="sect2"><a href="#hardcoded-paths">17.5.5. Packages with hardcoded paths to other interpreters</a></span></dt>
+<dt><span class="sect2"><a href="#perl-modules">17.5.6. Packages installing perl modules</a></span></dt>
+<dt><span class="sect2"><a href="#faq.info-files">17.5.7. Packages installing info files</a></span></dt>
+<dt><span class="sect2"><a href="#manpages">17.5.8. Packages installing man pages</a></span></dt>
+<dt><span class="sect2"><a href="#gconf2-data-files">17.5.9. Packages installing GConf2 data files</a></span></dt>
+<dt><span class="sect2"><a href="#scrollkeeper-data-files">17.5.10. Packages installing scrollkeeper data files</a></span></dt>
+<dt><span class="sect2"><a href="#x11-fonts">17.5.11. Packages installing X11 fonts</a></span></dt>
+<dt><span class="sect2"><a href="#gtk2-modules">17.5.12. Packages installing GTK2 modules</a></span></dt>
+<dt><span class="sect2"><a href="#sgml-xml-data">17.5.13. Packages installing SGML or XML data</a></span></dt>
+<dt><span class="sect2"><a href="#mime-database">17.5.14. Packages installing extensions to the MIME database</a></span></dt>
+<dt><span class="sect2"><a href="#intltool">17.5.15. Packages using intltool</a></span></dt>
+<dt><span class="sect2"><a href="#startup-scripts">17.5.16. Packages installing startup scripts</a></span></dt>
+<dt><span class="sect2"><a href="#tex-packages">17.5.17. Packages installing TeX modules</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="#feedback-to-author">17.7. Feedback to the author</a></span></dt>
+<dt><span class="sect1"><a href="#feedback-to-author">17.6. Feedback to the author</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="#debug">18. Debugging</a></span></dt>
 <dt><span class="chapter"><a href="#submit">19. Submitting and Committing</a></span></dt>
@@ -329,10 +340,11 @@
 <dt><span class="sect2"><a href="#infr.var.load">21.1.1. At load time</a></span></dt>
 <dt><span class="sect2"><a href="#infr.var.run">21.1.2. At runtime</a></span></dt>
 </dl></dd>
-<dt><span class="sect1"><a href="#infr.design.intf">21.2. Designing interfaces for Makefile fragments</a></span></dt>
+<dt><span class="sect1"><a href="#infr.varspec">21.2. How can variables be specified?</a></span></dt>
+<dt><span class="sect1"><a href="#infr.design.intf">21.3. Designing interfaces for Makefile fragments</a></span></dt>
 <dd><dl>
-<dt><span class="sect2"><a href="#infr.design.intf.proc">21.2.1. Procedures with parameters</a></span></dt>
-<dt><span class="sect2"><a href="#infr.design.intf.action">21.2.2. Actions taken on behalf of parameters</a></span></dt>
+<dt><span class="sect2"><a href="#infr.design.intf.proc">21.3.1. Procedures with parameters</a></span></dt>
+<dt><span class="sect2"><a href="#infr.design.intf.action">21.3.2. Actions taken on behalf of parameters</a></span></dt>
 </dl></dd>
 </dl></dd>
 <dt><span class="chapter"><a href="#regression">22. Regression tests</a></span></dt>
@@ -394,7 +406,10 @@
 <dt><span class="sect1"><a href="#introduction-section">1.1. Introduction</a></span></dt>
 <dt><span class="sect1"><a href="#overview">1.2. Overview</a></span></dt>
 <dt><span class="sect1"><a href="#terminology">1.3. Terminology</a></span></dt>
-<dd><dl><dt><span class="sect2"><a href="#term.people">1.3.1. People involved in pkgsrc</a></span></dt></dl></dd>
+<dd><dl>
+<dt><span class="sect2"><a href="#term.abbrev">1.3.1. Commonly used abbreviations</a></span></dt>
+<dt><span class="sect2"><a href="#term.people">1.3.2. People involved in pkgsrc</a></span></dt>
+</dl></dd>
 <dt><span class="sect1"><a href="#typography">1.4. Typography</a></span></dt>
 </dl>
 </div>
@@ -520,7 +535,16 @@
 </dl></div>
 <div class="sect2" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="term.people"></a>1.3.1. People involved in pkgsrc</h3></div></div></div>
+<a name="term.abbrev"></a>1.3.1. Commonly used abbreviations</h3></div></div></div>
+<div class="variablelist"><dl>
+<dt><span class="term">ICE</span></dt>
+<dd><p>Internal Compiler
+       Error</p></dd>
+</dl></div>
+</div>
+<div class="sect2" lang="en">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="term.people"></a>1.3.2. People involved in pkgsrc</h3></div></div></div>
 <div class="variablelist"><dl>
 <dt><span class="term">pkgsrc users</span></dt>
 <dd>
@@ -610,8 +634,10 @@
 <dd><dl>
 <dt><span class="sect1"><a href="#general-configuration">5.1. General configuration</a></span></dt>
 <dt><span class="sect1"><a href="#variables-affecting-build">5.2. Variables affecting the build process</a></span></dt>
-<dt><span class="sect1"><a href="#developer-advanced-settings">5.3. Developer/advanced settings</a></span></dt>
-<dt><span class="sect1"><a href="#selecting-build-options">5.4. Selecting Build Options</a></span></dt>
+<dt><span class="sect1"><a href="#conf.compiler">5.3. Selecting and configuring the compiler</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="#conf.cflags">5.3.1. Additional flags to the compiler (<code class="varname">CFLAGS</code>)</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="#developer-advanced-settings">5.4. Developer/advanced settings</a></span></dt>
+<dt><span class="sect1"><a href="#selecting-build-options">5.5. Selecting Build Options</a></span></dt>
 </dl></dd>
 <dt><span class="chapter"><a href="#binary">6. Creating binary packages</a></span></dt>
 <dd><dl>
@@ -1292,8 +1318,8 @@
 <li><p>SUNWtoo</p></li>
 <li><p>SUNWlibm</p></li>
 </ul></div>
-<p>Please note the use of GNU binutils on Solaris is
-       <span class="emphasis"><em>not</em></span> supported.</p>
+<p>Please note that the use of GNU binutils on Solaris is
+       <span class="emphasis"><em>not</em></span> supported, as of June 2006.</p>
 <p>Whichever compiler you use, please ensure the compiler tools and
          your $prefix are in your <code class="varname">PATH</code>. This includes
          <code class="filename">/usr/ccs/{bin,lib}</code>
@@ -1593,7 +1619,7 @@
 <p>You can overwrite some of the major distribution sites to fit to sites
         that are close to your own.  Have a look at
         <code class="filename">pkgsrc/mk/defaults/mk.conf</code> to find some examples
-        &#8212; in particular, look for the <code class="varname">MASTER_SORT</code>,
+        &mdash; in particular, look for the <code class="varname">MASTER_SORT</code>,
         <code class="varname">MASTER_SORT_REGEX</code> and
         <code class="varname">INET_COUNTRY</code> definitions.  This may save some of your
         bandwidth and time.</p>
@@ -1748,8 +1774,10 @@
 <dl>
 <dt><span class="sect1"><a href="#general-configuration">5.1. General configuration</a></span></dt>
 <dt><span class="sect1"><a href="#variables-affecting-build">5.2. Variables affecting the build process</a></span></dt>
-<dt><span class="sect1"><a href="#developer-advanced-settings">5.3. Developer/advanced settings</a></span></dt>
-<dt><span class="sect1"><a href="#selecting-build-options">5.4. Selecting Build Options</a></span></dt>
+<dt><span class="sect1"><a href="#conf.compiler">5.3. Selecting and configuring the compiler</a></span></dt>
+<dd><dl><dt><span class="sect2"><a href="#conf.cflags">5.3.1. Additional flags to the compiler (<code class="varname">CFLAGS</code>)</a></span></dt></dl></dd>
+<dt><span class="sect1"><a href="#developer-advanced-settings">5.4. Developer/advanced settings</a></span></dt>
+<dt><span class="sect1"><a href="#selecting-build-options">5.5. Selecting Build Options</a></span></dt>
 </dl>
 </div>
 <div class="sect1" lang="en">
@@ -1811,7 +1839,7 @@
            can be NFS-mounted while <code class="filename">${WRKOBJDIR}</code>
            is local to every architecture. (It should be noted that
            <code class="varname">PKGSRCDIR</code> should not be set by the user
-           &#8212; it is an internal definition which refers to the
+           &mdash; it is an internal definition which refers to the
            root of the pkgsrc tree. It is possible to have many
            pkgsrc tree instances.)</p></li>
 <li><p><code class="varname">LOCALPATCHES</code>:
@@ -1833,7 +1861,26 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="developer-advanced-settings"></a>5.3. Developer/advanced settings</h2></div></div></div>
+<a name="conf.compiler"></a>5.3. Selecting and configuring the compiler</h2></div></div></div>
+<div class="sect2" lang="en">
+<div class="titlepage"><div><div><h3 class="title">
+<a name="conf.cflags"></a>5.3.1. Additional flags to the compiler (<code class="varname">CFLAGS</code>)</h3></div></div></div>
+<p>If you wish to set the <code class="varname">CFLAGS</code> variable,
+       please make sure to use the <code class="literal">+=</code> operator
+       instead of the <code class="literal">=</code> operator:</p>
+<pre class="programlisting">
+    CFLAGS+=        -your -flags
+</pre>
+<p>Using <code class="varname">CFLAGS=</code> (i.e. without the
+       &#8220;<span class="quote">+</span>&#8221;) may lead to problems with packages that need
+       to add their own flags.  Also, you may want to take a look at
+       the <a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/devel/cpuflags/README.html"; target="_top"><code class="filename">devel/cpuflags</code></a> package if
+       you're interested in optimization for the current CPU.</p>
+</div>
+</div>
+<div class="sect1" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="developer-advanced-settings"></a>5.4. Developer/advanced settings</h2></div></div></div>
 <p>XXX
       </p>
 <div class="itemizedlist"><ul type="disc">
@@ -1879,7 +1926,7 @@
 </div>
 <div class="sect1" lang="en">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="selecting-build-options"></a>5.4. Selecting Build Options</h2></div></div></div>
+<a name="selecting-build-options"></a>5.5. Selecting Build Options</h2></div></div></div>
 <p>Some packages have build time options, usually to select between
       different dependencies, enable optional support for big dependencies
       or enable experimental features.</p>
@@ -2274,7 +2321,7 @@
 </li>
 <li>
 <p><code class="filename">/usr/src</code> (system sources,
-         e. g. for <a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/aperture/README.html"; target="_top"><code class="filename">sysutils/aperture</code></a>):</p>
+         e.&nbsp;g. for <a href="ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/aperture/README.html"; target="_top"><code class="filename">sysutils/aperture</code></a>):</p>
 <pre class="screen"><code class="prompt">#</code> <strong class="userinput"><code>ln -s ../disk1/cvs .</code></strong>
 <code class="prompt">#</code> <strong class="userinput"><code>ln -s cvs/src-2.0 src</code></strong></pre>
 </li>
@@ -2516,11 +2563,15 @@
 <a name="mailing-list-pointers"></a>7.1. Are there any mailing lists for pkg-related discussion?</h2></div></div></div>
 <p>The following mailing lists may be of interest to pkgsrc users:</p>
 <div class="itemizedlist"><ul type="disc">
-<li><p><a href="http://www.NetBSD.org/MailingLists/index.html#pkgsrc-bugs"; target="_top">pkgsrc-bugs</a>:
-         All bug reports in category "pkg" sent with <a href="http://netbsd.gw.com/cgi-bin/man-cgi?send-pr+1+NetBSD-current";><span class="citerefentry"><span 
class="refentrytitle">send-pr</span>(1)</span></a> appear
-         here. Please do not report your bugs here directly; use one
-         of the other mailing lists.
-         discussed.</p></li>
+<li><p><a href="http://www.NetBSD.org/MailingLists/index.html#pkgsrc-users"; target="_top">pkgsrc-users</a>:
+         This is a general purpose list for most issues regarding
+         pkgsrc, regardless of platform, e.g. soliciting user help
+         for pkgsrc configuration, unexpected build failures, using
+         particular packages, upgrading pkgsrc installations,
+         questions regarding the pkgsrc release branches, etc.  General announcements or
+         proposals for changes that impact the pkgsrc user community,
+         e.g. major infrastructure changes, new features, package
+         removals, etc., may also be posted.</p></li>
 <li><p><a href="http://www.NetBSD.org/MailingLists/index.html#pkgsrc-bulk"; target="_top">pkgsrc-bulk</a>:
          A list where the results of pkgsrc bulk builds are sent and
          discussed.</p></li>
@@ -2530,23 +2581,6 @@
          also available in digest form, meaning one daily message
          containing all commit messages for changes to the package
          source tree in that 24 hour period.</p></li>
-<li><p><a href="http://www.NetBSD.org/MailingLists/index.html#tech-pkg"; target="_top">pkgsrc-users</a>:
-         This is a general purpose list for most issues regarding
-         pkgsrc, regardless of platform, e.g. soliciting user help
-         for pkgsrc configuration, unexpected build failures, using
-         particular packages, upgrading pkgsrc installations,
-         questions regarding the pkgsrc release branches, etc.  General announcements or



Home | Main Index | Thread Index | Old Index