diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkgsrc.html | 22 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 5e22d3ded8b..87f356b955b 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -8691,7 +8691,7 @@ builds)</i></a>.</p> pkgsrc commit messages:</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p>Start the commit message with a line that explains the - big picture in 50 characters or less. When a commit is for one + big picture in 65 characters or less. When a commit is for one package, include the name of the package. For updates, include the version to which it is updated.</p></li> <li class="listitem"><p>Leave the next line empty.</p></li> @@ -8852,7 +8852,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"> -<a name="idm84539152"></a><dl> +<a name="idm86822032"></a><dl> <dt>22.1. <a href="#devfaq.makeflags">What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS?</a> @@ -8897,7 +8897,7 @@ do?</a> <tbody> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.makeflags"></a><a name="idm84538640"></a><p><b>22.1.</b></p> +<a name="devfaq.makeflags"></a><a name="idm86821648"></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 @@ -8913,7 +8913,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.make"></a><a name="idm84534672"></a><p><b>22.2.</b></p> +<a name="devfaq.make"></a><a name="idm86817680"></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 @@ -8931,7 +8931,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.cc"></a><a name="idm84530192"></a><p><b>22.3.</b></p> +<a name="devfaq.cc"></a><a name="idm86813200"></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 @@ -8949,7 +8949,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.bl3flags"></a><a name="idm84526096"></a><p><b>22.4.</b></p> +<a name="devfaq.bl3flags"></a><a name="idm86809104"></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>, @@ -8962,7 +8962,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.bl3prefix"></a><a name="idm84523920"></a><p><b>22.5.</b></p> +<a name="devfaq.bl3prefix"></a><a name="idm86806800"></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> @@ -8978,7 +8978,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.master_sites"></a><a name="idm84512528"></a><p><b>22.6.</b></p> +<a name="devfaq.master_sites"></a><a name="idm86803728"></a><p><b>22.6.</b></p> </td> <td align="left" valign="top"><p>What does <code class="code">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I @@ -9002,7 +9002,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.mailinglists"></a><a name="idm84505616"></a><p><b>22.7.</b></p> +<a name="devfaq.mailinglists"></a><a name="idm86796816"></a><p><b>22.7.</b></p> </td> <td align="left" valign="top"><p>Which mailing lists are there for package developers?</p></td> @@ -9027,7 +9027,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.documentation"></a><a name="idm84501904"></a><p><b>22.8.</b></p> +<a name="devfaq.documentation"></a><a name="idm86793104"></a><p><b>22.8.</b></p> </td> <td align="left" valign="top"><p>Where is the pkgsrc documentation?</p></td> @@ -9075,7 +9075,7 @@ do?</a> </tr> <tr class="question"> <td align="left" valign="top"> -<a name="devfaq.too-much-time"></a><a name="idm84495376"></a><p><b>22.9.</b></p> +<a name="devfaq.too-much-time"></a><a name="idm86786576"></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 5105a33e285..7e9139354bc 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -7167,7 +7167,7 @@ message function as a summary that can be read without the rest, such as is commonly done with "git log --oneline". For this reason, we have the following guidelines for pkgsrc commit messages: - * Start the commit message with a line that explains the big picture in 50 + * Start the commit message with a line that explains the big picture in 65 characters or less. When a commit is for one package, include the name of the package. For updates, include the version to which it is updated. |