summaryrefslogtreecommitdiff
path: root/mk/bulk/mksandbox
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Avoid hardcoding sandbox location in a shell script.wiz1-2/+2
2009-09-06Match changes on NetBSD: mount /usr/X11R7 in sandbox by default instead ofwiz1-2/+2
2008-04-01+ Skip mounting X11 directories if --without-x is specified.jlam1-1/+16
2008-04-01Add missing ]jlam1-2/+2
2008-02-26Add a --without-x flag to the mksandbox script.jlam1-3/+9
2008-01-04Replaced all references to pkglint with lintpkgsrc, which has its ownrillig1-6/+6
2007-05-19On Linux (at least Red Hat Enterprise 3), openssl needs librarieswiz1-3/+6
2006-12-15Remove trailing tabs.martti1-2/+2
2006-12-14add /usr/sadm to the list of sandboxMountDirs for SunOSdmcmahill1-2/+2
2006-09-26Use /bin/mount if it exists on Linux, because some distros (e.g. Ubuntuminskim1-2/+6
2006-06-08Create /var/spool/lock in the sandbox. The directory is needed tominskim1-2/+2
2005-11-16Interix cannot use the generic mksandbox procedure. Exit with error.tv1-1/+6
2005-04-21by default don't try to include src and xsrc in the list of things todmcmahill1-11/+21
2005-02-10on Linux, we need more than just /proc in the sandbox. :)grant1-2/+2
2004-10-24Allow the xsrc directory to be specified on the command line, defaulting toagc1-3/+14
2004-09-16Make and mount the local patches directory when relevant. Fixes PR#26951cjep1-2/+10
2004-09-02many kernel-grovelling tools in Linux need /proc mounted to dogrant1-1/+2
2004-07-03add /var/sadm so that Solaris pkgchk(8) can read the package database,grant1-2/+2
2004-07-01the timezone file on Solaris is /etc/TIMEZONE.grant1-2/+10
2004-06-06on Solaris, ensure /usr/tmp and /var/tmp are created in the sandbox,grant1-1/+2
2004-06-06remove "local" variable scope, it is not required and is NetBSD sh(1)grant1-2/+2
2004-02-13on Solaris, mount /opt/SUNWspro in the sandbox if it exists.grant1-2/+2
2004-01-30print a useful error if the pkgsrc directory or src directorygrant1-3/+16
2004-01-30if an unknown option is given, don't treat it as a sandboxgrant1-3/+9
2004-01-26add /usr/5bin for Solaris.grant1-2/+2
2004-01-22sandboxed builds also need /usr/dt and /usr/ucblib on Solaris.grant1-2/+2
2004-01-20on Linux, use --bind arg to mount(8) and call 'MAKEDEV generic' togrant1-2/+6
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-08-10Also create /var/log/lastlog{,x} in the sandbox if they exist in theseb1-2/+2
2003-07-30Rename sandboxDirs to sandboxMountDirs.seb1-14/+12
2003-07-30Whitespace.seb1-2/+1
2003-07-29Introduce sandboxEmptyDirs a list of directories to create emptyseb1-5/+14
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-13PR#21087. Some files are missing in bulk build sandboxes created bycjep1-1/+9
2002-12-31Introduce a variable called kernel which is either empty or contains thecjep1-3/+7
2002-12-31Loopback mount /proc on SunOS. shells/tcsh successfully builds in the sandboxcjep1-2/+9
2002-12-31Add /usr/ccs, /usr/ucb and /usr/xpg4 for SunOS in sandboxDirs.cjep1-2/+2
2002-12-311. On SunOS populate /dev in the sandbox with devfsadm and ucblinks.cjep1-21/+20
2002-12-311. Introduce mountflags so that we can tune the mount command for Solariscjep1-8/+13
2002-12-31Introduce idprog so that Solaris survives the root test.cjep1-2/+7
2002-12-03Apply patches from Sergey Svishchev in PR 19221 to get the correct valueagc1-1/+3
2002-11-20Fixes from Robert Elz to:agc1-9/+17
2002-11-08Take care of -current's /lib and /libexec.seb1-2/+8
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-1/+1
2002-08-15Actually Alistair was right: $packages and $distfiles also need to beseb1-1/+2
2002-08-12Make sure that /var/games exists in the sandbox, and has the correctagc1-1/+11
2002-08-12New feature: this script now create $sandbox/sandbox, a shell scriptseb1-1/+50
2002-08-12- Remove $sandbox/etc/localtime before copying /usr/share/zoneinfo/GMT over.seb1-4/+5
2002-08-12Don't null-mount all of /var - just do /var/mail for just now, so thatagc1-2/+2
2002-08-12Also null-mount /var from inside the sandboxagc1-2/+3