Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-26 | Remove mksandbox -- moved to the pkgsrc/pkgtools/mksandbox package. | wiz | 1 | -438/+0 | |
2012-07-08 | Some more OSX improvements: | jperkin | 1 | -3/+11 | |
- Add mount for /usr/X11. - Add support for mounting read-write directories, adding the postfix data directory so that bulk builds can send mail. - Use $kernel rather than rolling our own copy. | |||||
2012-07-03 | Support NFS for directories which aren't enabled by default too. | jperkin | 1 | -7/+7 | |
2012-07-03 | Update for OSX Lion. | jperkin | 1 | -20/+47 | |
OSX hasn't included the ability to loopback mount for a while, so introduce NFS support, configurable via a new --mounthost option, and add additional directories required for proper support. This mostly works, however something is causing name lookups to fail in the chroot and it will currently only look at /etc/hosts. Clue appreciated here. Also fix /dev mounting/unmounting from the sandbox script. | |||||
2012-01-15 | PR pkg/45799 | ryoon | 1 | -3/+15 | |
* Use "mount -t nullfs" on FreeBSD, instead of "mount -t null". * On Linux, for creating /dev/*, use "mount --bind". Tested on FreeBSD/i386 9.0-RC3 and 9.0-RELEASE, CentOS/i386 6.2, 5.4, and Gentoo Linux/i386 (Linux kernel 3). O.K.ed by wiz@ | |||||
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -4/+4 | |
to santise environment | |||||
2011-08-04 | Fix logic in sort-packages. With the former revision the logic got crippled | reinoud | 1 | -4/+7 | |
and no packages were selected as `regular' and thus nothing was selected. | |||||
2011-04-22 | fix up paths on ftp.NetBSD.org: | spz | 1 | -2/+2 | |
- reading through the null mounts is deprecated - writing through the null mounts is not allowed (not possible) | |||||
2010-05-11 | Language fix: upto date -> up to date. | mbalmer | 2 | -5/+5 | |
2010-04-10 | Get rid of support for vulnerable/ directory. | wiz | 2 | -64/+9 | |
2010-03-21 | Revert unintended commit. | wiz | 2 | -9/+64 | |
2010-03-21 | Depend on fixed version of xz. | wiz | 2 | -64/+9 | |
2010-03-18 | don't upload to a 'vulnerable' subdir any more | spz | 1 | -2/+2 | |
2010-02-27 | Repair this file after the bulk-packge target was broken by DESTDIR support. | dmcmahill | 1 | -2/+7 | |
The problem is that bulk-package assumed that the package would be installed as well as built. When doing DESTDIR builds, make sure we still install the built packages. | |||||
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 | |
/usr/X11R6. | |||||
2009-07-09 | With the most recent pkg_install, directories are removed when the | he | 1 | -1/+12 | |
last file in a directory is removed. This might cause common and expected-to-be-existing directories in /usr/pkg to be removed, and a subsequent attempt at installing a file to the now non-existent directory will instead create a file with the name of the expected directory. This will create PLIST errors for the package in question, but also will cause the erroneously named file to not be removed on package removal. This can cause cascading bulk build failures for subsequent packages. To prevent this, after each package is done, check if some of the common top-level expected-to-be directories are now files, and remove them and emit an error message if so. I *think* I already fixed the single package which had the unfortunate problem of not declaring "include" as an installation directory, but this should prevent the problem from re-occurring in the future as well. Thanks to joerg@ for the hint for pulling in the value of PREFIX. | |||||
2009-07-02 | Sync bootstrap file list with reality. On the plus side, mk/bulk works again. | sketch | 1 | -24/+15 | |
2008-11-19 | Make the bulk scripts which use 'set -eu' actually work. | sketch | 2 | -6/+19 | |
2008-06-13 | Make sure we pick up pax via USE_TOOLS. | sketch | 2 | -5/+5 | |
2008-06-10 | Mark shells/pdksh as broken so it doesn't get removed part-way through the | sketch | 1 | -2/+2 | |
build and kill bmake. This isn't really a great solution as it means it won't get built on any platform, maybe we should just make pdksh a bmake dependancy on every OS. | |||||
2008-06-09 | For some reason, devel/bmake now requires shells/pdksh on Solaris. Update | sketch | 1 | -3/+3 | |
the save-files list to accommodate. | |||||
2008-06-08 | Commit two fixes which at least for me appear to be required when | he | 1 | -3/+2 | |
doing an old-style bulk build on 4.0 or older systems: - in mk/bulk/build, do "make update" instead of "make install + clean" when installing a new pkg_install - in pkgtools/pkg_install/Makefile, don't try to use our own executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist Discussed with joerg, and even though he's not entirely happy with the latter change, he didn't appear to have a better suggestion. This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH appears to be required to get an old-style bulk build going. | |||||
2008-04-29 | Drop clauses 3 and 4 from TNF licenses | martin | 1 | -8/+1 | |
2008-04-01 | + Skip mounting X11 directories if --without-x is specified. | jlam | 1 | -1/+16 | |
+ Add a "chroot" option, stolen from pkg_comp(8) that starts a root shell with a better environment setup. | |||||
2008-04-01 | Add missing ] | jlam | 1 | -2/+2 | |
2008-03-15 | Remove remaining compat code for old pkg_install versions. | joerg | 3 | -39/+15 | |
2008-02-26 | Add a --without-x flag to the mksandbox script. | jlam | 1 | -3/+9 | |
2008-02-07 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -2/+2 | |
2008-01-04 | Replaced all references to pkglint with lintpkgsrc, which has its own | rillig | 8 | -46/+46 | |
package since a few days. | |||||
2007-12-02 | Revert unintended commit. | wiz | 1 | -5/+2 | |
2007-12-02 | Fix typo in error message. From Sergey Svishchev. | wiz | 1 | -2/+5 | |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -9/+1 | |
it. It had only been used to change the "nerrors" variable in bulk builds, but this variable is not used further anyway. | |||||
2007-10-09 | Remove trailing spaces. | martti | 2 | -7/+7 | |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 1 | -2/+2 | |
close PR pkg/37071 reviewd by xtraeme@ | |||||
2007-08-27 | The new audit-packages code goes to stdout now. | adrianp | 1 | -2/+2 | |
2007-08-06 | audit-packages prints vulnerabilities to stdout so compensate for this. | adrianp | 1 | -2/+2 | |
2007-07-25 | Add --config <file> from build script | adrianp | 1 | -7/+35 | |
2007-07-25 | Make sure PKG_INFO is set | adrianp | 1 | -1/+2 | |
2007-07-21 | Define ${PKG_INFO} before using it - from wiz@ | adrianp | 1 | -1/+2 | |
2007-07-14 | Add support for the upcoming pkg_install-20070714 which now includes | adrianp | 3 | -14/+53 | |
audit-packages. | |||||
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 1 | -5/+5 | |
the purpose of print-PLIST in plist/common-dirs.mtree. Discussed with wiz@, no objections on tech-pkg@. | |||||
2007-06-15 | Fix PR 34139 for bulk builds too. | wiz | 1 | -12/+12 | |
Patch from Sergey Svishchev. | |||||
2007-06-15 | The option --prepare only generates the bulk build database. | rillig | 1 | -1/+16 | |
2007-05-31 | If a package is already installed, bulk-install should not try to build | rillig | 1 | -2/+3 | |
it again. | |||||
2007-05-23 | When removing an already installed package, the correct package version | rillig | 1 | -3/+4 | |
is reported. Fixed the output by not nestedly redirecting the output of "bmake debug". | |||||
2007-05-20 | Add all packages that are used by pkgsrc/bootstrap to the list of | kristerw | 1 | -2/+4 | |
packages that should not be built on non-NetBSD systems. | |||||
2007-05-19 | Revert previous (1.140), committed by accident. | wiz | 1 | -5/+2 | |
2007-05-19 | On Linux (at least Red Hat Enterprise 3), openssl needs libraries | wiz | 2 | -5/+11 | |
from /usr/kerberos and /dev/random in sandbox. On FreeBSD, use devfs to populate /dev in sandbox. From Sergey Svishchev. | |||||
2007-04-15 | It makes more sense to run "bmake debug" when the WRKDIR is still | rillig | 1 | -2/+2 | |
populated with all sorts of files, since they provide the most useful information. |