From 668252a4b4ceb918caeb6015f58c3c75c1ebf50a Mon Sep 17 00:00:00 2001
From: wiz
In the directory from the last section, there is a
- subdirectory called All
, which contains all the
+ subdirectory called All/
, which contains all the
binary packages that are available for the platform, excluding those
that may not be distributed via FTP or CDROM (depending on which
medium you are using).
#
PATH="/usr/pkg/sbin:$PATH"
-#
PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/
+OPSYS
/ARCH
/VERSIONS
/All"#
PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/
OPSYS
/ARCH
/VERSIONS
/All/"#
export PATH PKG_PATH
Instead of URLs, you can also use local paths, for example if @@ -7336,7 +7336,7 @@ TOOLS_PLATFORM.true?= true # shell builtin
18.4.1.
+18.4.1.
How do I add a new tool?
18.4.2.
+18.4.2.
How do I get a list of all available tools?
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 @@ -9471,7 +9471,7 @@ place.
and if you still don't have the answer, ask on thepkgsrc-users
mailing list.
22.1.
+22.1.
What is the difference between
MAKEFLAGS
, .MAKEFLAGS
and
@@ -9532,7 +9532,7 @@ do?
22.2.
+22.2.
What is the difference between
MAKE
, GMAKE
and
@@ -9550,7 +9550,7 @@ do?
22.3.
+22.3.
What is the difference between
CC
, PKG_CC
and
@@ -9568,7 +9568,7 @@ do?
22.4.
+22.4.
What is the difference between
BUILDLINK_LDFLAGS
,
@@ -9581,7 +9581,7 @@ do?
22.5.
+22.5.
Why does make show-var
VARNAME=BUILDLINK_PREFIX.foo
@@ -9597,7 +9597,7 @@ do?
22.6.
+22.6.
What does
${MASTER_SITE_SOURCEFORGE:=package/}
mean? I
@@ -9621,7 +9621,7 @@ do?
22.7.
+22.7.
Which mailing lists are there for package developers?
22.8.
+22.8.
Where is the pkgsrc documentation?
22.9.
+22.9.
I have a little time to kill. What shall I do?