pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q1]: pkgsrc Pull up documentation fix to the pkgsrc-2004Q1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b0b5d139c3e
branches:  pkgsrc-2004Q1
changeset: 471396:7b0b5d139c3e
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 27 07:56:38 2004 +0000

description:
Pull up documentation fix to the pkgsrc-2004Q1 branch.

Requested by dmcmahill in ticket pkgsrc-15.

"document how to do a bulk build of a subset of pkgsrc".

diffstat:

 Packages.txt |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 5d581716b1fe -r 7b0b5d139c3e Packages.txt
--- a/Packages.txt      Tue Apr 27 07:54:11 2004 +0000
+++ b/Packages.txt      Tue Apr 27 07:56:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.332 2004/02/18 18:06:24 jlam Exp $
+# $NetBSD: Packages.txt,v 1.332.2.1 2004/04/27 07:56:38 agc Exp $
 ###########################################################################
 
                        ==========================
@@ -598,6 +598,27 @@
 Created binary pkgs will be in /usr/sandbox/usr/pkgsrc/packages (wherever
 that points/mounts to/from).
 
+ 3.2.7 Building a partial set of packages
+ ========================================
+
+In addition to building a complete set of all packages in pkgsrc, the
+pkgsrc/mk/bulk/build script may be used to build a subset of the
+packages contained in pkgsrc.  By setting defining SPECIFIC_PKGS
+in /etc/mk.conf, the variables 
+
+       SITE_SPECIFIC_PKGS
+       HOST_SPECIFIC_PKGS
+       GROUP_SPECIFIC_PKGS
+       USER_SPECIFIC_PKGS
+
+will define the set of packages which should be built.  The bulk build
+code will also include any packages which are needed as dependencies
+for the explicitly listed packages.
+
+One use is to do a bulk build with SPECIFIC_PKGS in a chroot sandbox
+periodically to have a complete set of the binary packages needed for
+your site available without the overhead of building extra packages
+that are not needed.
 
  3.3 Creating a multiple CD-ROM packages collection
  ==================================================



Home | Main Index | Thread Index | Old Index