-
Notifications
You must be signed in to change notification settings - Fork 3
/
default.conf.in
36 lines (30 loc) · 1.16 KB
/
default.conf.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Configuration file for pkg_comp(8); see pkg_comp.conf(5) for details.
#
# This configuration file provides a sample setup to build a collection of
# packages for the local machine.
# Additional configuration files to support this setup.
EXTRA_MKCONF="__PKG_COMP_ETCDIR__/extra.mk.conf"
SANDBOX_CONFFILE="__PKG_COMP_ETCDIR__/sandbox.conf"
# Remote VCS configuration.
#FETCH_VCS=cvs
#CVS_ROOT=:ext:[email protected]:/cvsroot
#CVS_TAG=pkgsrc-2017Q1
#GIT_URL=https://github.com/NetBSD/pkgsrc.git
#GIT_BRANCH=trunk
# Host file layout. These directories point to trees managed outside of
# the sandbox and are exposed within the sandbox via null mounts.
PKGSRCDIR="/usr/pkgsrc"
DISTDIR="${PKGSRCDIR}/distfiles"
PACKAGES="${PKGSRCDIR}/packages"
PBULK_LOG="${PACKAGES}/log"
PBULK_PACKAGES="${PACKAGES}/pbulk"
# Target file layout. These are the directories that the built binary
# packages will use when installed.
#LOCALBASE=/usr/pkg
#PKG_DBDIR=/usr/pkg/libdata/pkgdb
#SYSCONFDIR=/etc
#VARBASE=/var
# Enable interactive pkgsrc development via sandbox-shell.
#PKG_DEVELOPER=yes
# List of packages to build during automatic execution.
#AUTO_PACKAGES="bash emacs kyua pkg_comp tmux"