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