summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authortron <tron>2000-08-25 20:30:20 +0000
committertron <tron>2000-08-25 20:30:20 +0000
commit310fe30716b3a613e95e26c6980d77fb5aeb53b3 (patch)
tree282bca18422f49e96b0c2aba49d51935d47d6448 /Packages.txt
parentf2a6bd8c685357d0799f9dc9956fd21dedd215c1 (diff)
downloadpkgsrc-310fe30716b3a613e95e26c6980d77fb5aeb53b3.tar.gz
Add a "Requirements" sections to chapter 2 (Installing by Building)
which lists the NetBSD distribution sets required to build packages.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/Packages.txt b/Packages.txt
index b41161094fc..306dc0ac210 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.107 2000/08/17 15:53:58 wiz Exp $
+# $NetBSD: Packages.txt,v 1.108 2000/08/25 20:30:20 tron Exp $
###########################################################################
==========================
@@ -167,7 +167,15 @@ If it is not, then you are advised to read part II of this document,
"Package Constructor's Guide".
- 2.1 Where to get pkgsrc
+ 2.1 Requirements
+ ================
+
+To build packages from source on a NetBSD system the "comp" and the "text"
+distribution sets must be installed. If you want to build X11 related
+packages the "xbase" and "xcomp" distribution sets are required, too.
+
+
+ 2.2 Where to get pkgsrc
=======================
To get the package source going, you need to get the pkgsrc.tar.gz file
@@ -181,7 +189,7 @@ directory /usr/pkgsrc does exist. Then, simply start "sup -v
/path/to/your/supfile".
- 2.2 Fetching distfiles
+ 2.3 Fetching distfiles
======================
There is one gotcha: The distribution file (i.e. the unmodified source)
@@ -201,7 +209,7 @@ which files to download, "make fetch-list" will tell you what you'll need.
Put these distfiles into /usr/pkgsrc/distfiles.
- 2.3 How to build and install
+ 2.4 How to build and install
============================
Assuming that has been done, become root and change into the relevant