pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 20 17:02:24 UTC 2017
Modified Files:
pkgsrc/doc: pkgsrc.html pkgsrc.txt
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.234 -r1.235 pkgsrc/doc/pkgsrc.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.235 pkgsrc/doc/pkgsrc.html:1.236
--- pkgsrc/doc/pkgsrc.html:1.235 Thu Feb 2 07:21:35 2017
+++ pkgsrc/doc/pkgsrc.html Mon Feb 20 17:02:24 2017
@@ -713,7 +713,9 @@ minutes!</p>
that describe what's necessary
to build a certain piece of software using
pkgsrc. Packages are traditionally stored under
- <code class="filename">/usr/pkgsrc</code>.</p></dd>
+ <code class="filename">/usr/pkgsrc</code>,
+ but may be stored in any location,
+ referred to as <code class="varname">PKGSRCDIR</code>.</p></dd>
<dt><span class="term">The NetBSD package system</span></dt>
<dd><p>This is the former name of <span class="quote">“<span class="quote">pkgsrc</span>”</span>. It
is part of the NetBSD operating system and can be bootstrapped
@@ -3163,7 +3165,7 @@ then the pkgsrc infrastructure will depe
version. For example:
</p>
<pre class="programlisting">
-PYTHON_VERSIONED_DEPENDENCIES=dateutil
+PYTHON_VERSIONED_DEPENDENCIES=gobject
</pre>
<p>
Look inside <code class="filename">versioned_dependencies.mk</code> for a list
@@ -3215,7 +3217,7 @@ COMMENT= Web Authoring System
# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
</pre>
-<p>On the first line of output above, an artificial space has been added between NetBSD and $,
+<p>On the first line of output above, an artificial space has been added betweeen NetBSD and $,
this is a workaround to prevent CVS expanding to the filename of the
guide.</p>
<p>Then, I quit the editor and watched pkgsrc downloading a large
@@ -8835,7 +8837,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="idp140701511890720"></a><dl>
+<a name="idm86457232"></a><dl>
<dt>22.1. <a href="#devfaq.makeflags">What is the difference between
MAKEFLAGS, .MAKEFLAGS and
MAKE_FLAGS?</a>
@@ -8880,7 +8882,7 @@ do?</a>
<tbody>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="idp140701511891392"></a><p><b>22.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="idm86456848"></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
@@ -8896,7 +8898,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.make"></a><a name="idp140701511895856"></a><p><b>22.2.</b></p>
+<a name="devfaq.make"></a><a name="idm86452880"></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
@@ -8914,7 +8916,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="idp140701511900912"></a><p><b>22.3.</b></p>
+<a name="devfaq.cc"></a><a name="idm86448400"></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
@@ -8932,7 +8934,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="idp140701511905792"></a><p><b>22.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="idm86444304"></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>,
@@ -8945,7 +8947,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="idp140701511908384"></a><p><b>22.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="idm86425616"></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>
@@ -8961,7 +8963,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="idp140701511912256"></a><p><b>22.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="idm86422544"></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
@@ -8985,7 +8987,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="idp140701511919920"></a><p><b>22.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="idm86415632"></a><p><b>22.7.</b></p>
</td>
<td align="left" valign="top"><p>Which mailing lists are there for package
developers?</p></td>
@@ -9010,7 +9012,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="idp140701511924880"></a><p><b>22.8.</b></p>
+<a name="devfaq.documentation"></a><a name="idm86411920"></a><p><b>22.8.</b></p>
</td>
<td align="left" valign="top"><p>Where is the pkgsrc
documentation?</p></td>
@@ -9058,7 +9060,7 @@ do?</a>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="idp140701511933712"></a><p><b>22.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="idm86397200"></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>
Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.234 pkgsrc/doc/pkgsrc.txt:1.235
--- pkgsrc/doc/pkgsrc.txt:1.234 Thu Feb 2 07:21:35 2017
+++ pkgsrc/doc/pkgsrc.txt Mon Feb 20 17:02:24 2017
@@ -602,7 +602,8 @@ Package
A set of files and building instructions that describe what's necessary to
build a certain piece of software using pkgsrc. Packages are traditionally
- stored under /usr/pkgsrc.
+ stored under /usr/pkgsrc, but may be stored in any location, referred to as
+ PKGSRCDIR.
The NetBSD package system
@@ -2723,7 +2724,7 @@ PYTHON_VERSIONED_DEPENDENCIES to the lis
upon and include "../../lang/python/versioned_dependencies.mk", then the pkgsrc
infrastructure will depend on the appropriate package version. For example:
-PYTHON_VERSIONED_DEPENDENCIES=dateutil
+PYTHON_VERSIONED_DEPENDENCIES=gobject
Look inside versioned_dependencies.mk for a list of supported packages.
@@ -2766,7 +2767,7 @@ COMMENT= Web Authoring System
# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
-On the first line of output above, an artificial space has been added between
+On the first line of output above, an artificial space has been added betweeen
NetBSD and $, this is a workaround to prevent CVS expanding to the filename of
the guide.
Home |
Main Index |
Thread Index |
Old Index