summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-07 08:16:53 +0000
committerwiz <wiz@pkgsrc.org>2012-06-07 08:16:53 +0000
commit25c3285c56e83ae19fa4f46eb5cb2e404fc58992 (patch)
treef612ce70a9bd1e954dfaa60ba55ce1cd314e211c /doc
parent5288b5233f977c6f955daf577b3e2aa43ab25afd (diff)
downloadpkgsrc-25c3285c56e83ae19fa4f46eb5cb2e404fc58992.tar.gz
regen
Diffstat (limited to 'doc')
-rw-r--r--doc/pkgsrc.html31
-rw-r--r--doc/pkgsrc.txt3
2 files changed, 18 insertions, 16 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html
index d64c64d7599..1eb306b3c31 100644
--- a/doc/pkgsrc.html
+++ b/doc/pkgsrc.html
@@ -7545,7 +7545,7 @@ TOOLS_PLATFORM.true?= true # shell builtin
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="tools.questions"></a>18.4. Questions regarding the tools</h2></div></div></div>
<div class="qandaset" title="Frequently Asked Questions">
-<a name="id1168229312850"></a><dl>
+<a name="id1168229300016"></a><dl>
<dt>18.4.1. <a href="#tools.new">How do I add a new tool?</a>
</dt>
<dt>18.4.2. <a href="#tools.listall">How do I get a list of all available
@@ -7562,7 +7562,7 @@ TOOLS_PLATFORM.true?= true # shell builtin
<tbody>
<tr class="question" title="18.4.1.">
<td align="left" valign="top">
-<a name="tools.new"></a><a name="id1168229312854"></a><p><b>18.4.1.</b></p>
+<a name="tools.new"></a><a name="id1168229300020"></a><p><b>18.4.1.</b></p>
</td>
<td align="left" valign="top"><p>How do I add a new tool?</p></td>
</tr>
@@ -7572,7 +7572,7 @@ TOOLS_PLATFORM.true?= true # shell builtin
</tr>
<tr class="question" title="18.4.2.">
<td align="left" valign="top">
-<a name="tools.listall"></a><a name="id1168229312862"></a><p><b>18.4.2.</b></p>
+<a name="tools.listall"></a><a name="id1168229300028"></a><p><b>18.4.2.</b></p>
</td>
<td align="left" valign="top"><p>How do I get a list of all available
tools?</p></td>
@@ -7583,7 +7583,7 @@ TOOLS_PLATFORM.true?= true # shell builtin
</tr>
<tr class="question" title="18.4.3.">
<td align="left" valign="top">
-<a name="tools.used"></a><a name="id1168229312871"></a><p><b>18.4.3.</b></p>
+<a name="tools.used"></a><a name="id1168229300037"></a><p><b>18.4.3.</b></p>
</td>
<td align="left" valign="top"><p>How can I get a list of all the tools that a
package is using while being built? I want to know whether it
@@ -9476,9 +9476,10 @@ you can check by running <span class="quote">&#8220;<span class="quote">cvs stat
<code class="prompt">$</code> cvs add DESCR Makefile PLIST distinfo buildlink3.mk patches
<code class="prompt">$</code> cvs add patches/p*
<code class="prompt">$</code> cvs status | less
+<code class="prompt">$</code> cvs commit
<code class="prompt">$</code> cd ..
<code class="prompt">$</code> vi Makefile # add SUBDIRS+=pkgname line
-<code class="prompt">$</code> cvs commit Makefile pkgname
+<code class="prompt">$</code> cvs commit Makefile
</pre>
<p>The commit message of the initial import should include part of the
<code class="filename">DESCR</code> file, so people reading the mailing lists know
@@ -9587,7 +9588,7 @@ place.</p></li>
and if you still don't have the answer, ask on the
<code class="literal">pkgsrc-users</code> mailing list.</p>
<div class="qandaset" title="Frequently Asked Questions">
-<a name="id1168229299847"></a><dl>
+<a name="id1168229304425"></a><dl>
<dt>22.1. <a href="#devfaq.makeflags">What is the difference between
MAKEFLAGS, .MAKEFLAGS and
MAKE_FLAGS?</a>
@@ -9630,7 +9631,7 @@ do?</a>
<tbody>
<tr class="question" title="22.1.">
<td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="id1168229299850"></a><p><b>22.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="id1168229304428"></a><p><b>22.1.</b></p>
</td>
<td align="left" valign="top"><p>What is the difference between
<code class="varname">MAKEFLAGS</code>, <code class="varname">.MAKEFLAGS</code> and
@@ -9646,7 +9647,7 @@ do?</a>
</tr>
<tr class="question" title="22.2.">
<td align="left" valign="top">
-<a name="devfaq.make"></a><a name="id1168229299884"></a><p><b>22.2.</b></p>
+<a name="devfaq.make"></a><a name="id1168229287020"></a><p><b>22.2.</b></p>
</td>
<td align="left" valign="top"><p>What is the difference between
<code class="varname">MAKE</code>, <code class="varname">GMAKE</code> and
@@ -9664,7 +9665,7 @@ do?</a>
</tr>
<tr class="question" title="22.3.">
<td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="id1168229299921"></a><p><b>22.3.</b></p>
+<a name="devfaq.cc"></a><a name="id1168229287057"></a><p><b>22.3.</b></p>
</td>
<td align="left" valign="top"><p>What is the difference between
<code class="varname">CC</code>, <code class="varname">PKG_CC</code> and
@@ -9682,7 +9683,7 @@ do?</a>
</tr>
<tr class="question" title="22.4.">
<td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="id1168229299956"></a><p><b>22.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="id1168229287092"></a><p><b>22.4.</b></p>
</td>
<td align="left" valign="top"><p>What is the difference between
<code class="varname">BUILDLINK_LDFLAGS</code>,
@@ -9695,7 +9696,7 @@ do?</a>
</tr>
<tr class="question" title="22.5.">
<td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="id1168229299974"></a><p><b>22.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="id1168229287110"></a><p><b>22.5.</b></p>
</td>
<td align="left" valign="top"><p>Why does <span class="command"><strong>make show-var
VARNAME=BUILDLINK_PREFIX.<em class="replaceable"><code>foo</code></em></strong></span>
@@ -9711,7 +9712,7 @@ do?</a>
</tr>
<tr class="question" title="22.6.">
<td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="id1168229300000"></a><p><b>22.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="id1168229287136"></a><p><b>22.6.</b></p>
</td>
<td align="left" valign="top"><p>What does
<code class="literal">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I
@@ -9735,7 +9736,7 @@ do?</a>
</tr>
<tr class="question" title="22.7.">
<td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="id1168229300067"></a><p><b>22.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="id1168229287203"></a><p><b>22.7.</b></p>
</td>
<td align="left" valign="top"><p>Which mailing lists are there for package
developers?</p></td>
@@ -9760,7 +9761,7 @@ do?</a>
</tr>
<tr class="question" title="22.8.">
<td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="id1168229300167"></a><p><b>22.8.</b></p>
+<a name="devfaq.documentation"></a><a name="id1168229287303"></a><p><b>22.8.</b></p>
</td>
<td align="left" valign="top"><p>Where is the pkgsrc
documentation?</p></td>
@@ -9808,7 +9809,7 @@ do?</a>
</tr>
<tr class="question" title="22.9.">
<td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="id1168229300220"></a><p><b>22.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="id1168229287426"></a><p><b>22.9.</b></p>
</td>
<td align="left" valign="top"><p>I have a little time to kill. What shall I
do?</p></td>
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 9f3316ecaf8..2e02197dc17 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -7900,9 +7900,10 @@ $ cd pkgname
$ cvs add DESCR Makefile PLIST distinfo buildlink3.mk patches
$ cvs add patches/p*
$ cvs status | less
+$ cvs commit
$ cd ..
$ vi Makefile # add SUBDIRS+=pkgname line
-$ cvs commit Makefile pkgname
+$ cvs commit Makefile
The commit message of the initial import should include part of the DESCR file,
so people reading the mailing lists know what the package is/does.