From 90947fa05098be2462d8e974f49d4d5001751ff3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Apr 2013 12:44:35 +0000 Subject: regen --- doc/pkgsrc.html | 40 ++++++++++++++++++++++------------------ doc/pkgsrc.txt | 9 ++++++--- 2 files changed, 28 insertions(+), 21 deletions(-) (limited to 'doc') diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index eee28728db1..ff66278ad1e 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -5680,13 +5680,17 @@ BUILDLINK_TREE+= -tiff buildlink3.mk file needs to be included:

@@ -7638,7 +7642,7 @@ TOOLS_PLATFORM.true?= true # shell builtin

18.4. Questions regarding the tools

-
+
18.4.1. How do I add a new tool?
18.4.2. How do I get a list of all available @@ -7657,7 +7661,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.1.

+

18.4.1.

How do I add a new tool?

@@ -7667,7 +7671,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.2.

+

18.4.2.

How do I get a list of all available tools?

@@ -7678,7 +7682,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.3.

+

18.4.3.

How can I get a list of all the tools that a package is using while being built? I want to know whether it @@ -9725,7 +9729,7 @@ place.

and if you still don't have the answer, ask on the pkgsrc-users mailing list.

-
+
22.1. What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS? @@ -9770,7 +9774,7 @@ do? -

22.1.

+

22.1.

What is the difference between MAKEFLAGS, .MAKEFLAGS and @@ -9786,7 +9790,7 @@ do? -

22.2.

+

22.2.

What is the difference between MAKE, GMAKE and @@ -9804,7 +9808,7 @@ do? -

22.3.

+

22.3.

What is the difference between CC, PKG_CC and @@ -9822,7 +9826,7 @@ do? -

22.4.

+

22.4.

What is the difference between BUILDLINK_LDFLAGS, @@ -9835,7 +9839,7 @@ do? -

22.5.

+

22.5.

Why does make show-var VARNAME=BUILDLINK_PREFIX.foo @@ -9851,7 +9855,7 @@ do? -

22.6.

+

22.6.

What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I @@ -9875,7 +9879,7 @@ do? -

22.7.

+

22.7.

Which mailing lists are there for package developers?

@@ -9900,7 +9904,7 @@ do? -

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9948,7 +9952,7 @@ do? -

22.9.

+

22.9.

I have a little time to kill. What shall I do?

diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index fdeb439c29d..c16fbca01a8 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -4834,12 +4834,15 @@ that library does not need to be propagated in the buildlink3.mk file. The following steps should help you decide if a buildlink3.mk file needs to be included: - * Run ldd on all installed libraries and look against what other libraries - they link. The packages providing these must be buildlinked. - * Look at the installed header files: What headers do they include? The packages providing these files must be buildlinked. + * Run ldd on all installed libraries and look against what other libraries + they link. Some of the packages providing these probably need to be + buildlinked; however, it's not automatic, since e.g. GTK on some systems + pulls in the X libraries, so they will show up in the ldd output, while on + others (like OS X) it won't. lddoutput can thus only be used as a hint. + 14.2.2. Updating BUILDLINK_API_DEPENDS.pkg and BUILDLINK_ABI_DEPENDS.pkg in buildlink3.mk files -- cgit v1.2.3