Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2007-03-22 | The egrep line can be removed when audit-packages becomes fast enough. | rillig | 1 | -1/+3 | |
2007-03-07 | A hint to the real problem is a nice addition to an error message. | rillig | 1 | -2/+4 | |
2007-03-07 | Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds can | rillig | 1 | -2/+2 | |
share the same pkgsrc tree in read-write mode. Fixes PR 35939. | |||||
2007-03-06 | The first few lines of a bulk build log don't need to be printed on the | rillig | 1 | -9/+6 | |
terminal. The wrapper warnings are included in the build log, no matter if it succeeds or not. | |||||
2007-03-06 | Removed the unused "arch" variable. | rillig | 2 | -8/+4 | |
2007-03-06 | The warnings from the wrapper log are added to the report file. | rillig | 1 | -1/+8 | |
2007-02-23 | The post-build-only option also needs to load the variables. | rillig | 1 | -1/+2 | |
2007-02-21 | At the very beginning, the variables are extracted by running bmake in | rillig | 1 | -54/+24 | |
the pkglint directory. This part had been more time-consuming than necessary. Now it only needs one call to bmake instead of n. | |||||
2007-02-21 | - also find possible listings in {whatever}foo variations | jschauma | 1 | -2/+2 | |
- use PKGVULNDIR from env for correct location of pkg-vulnerabilities | |||||
2007-02-20 | Only invoke audit-packages if we do find the package-name prefix in | jschauma | 1 | -6/+8 | |
the vulnerabilities file. This cuts down significantly on the time spent running sort-packages: On 3228 packages before: 20259.43s real 9888.82s user 13138.60s system With this change: 6595.97s real 3215.58s user 4265.13s system | |||||
2007-02-19 | The error output of "make debug" may be useful to know, too. | rillig | 1 | -2/+2 | |
2007-01-30 | Remove some legacy variable handling after 2-3 branches. | wiz | 1 | -16/+1 | |
2007-01-28 | Remove old .bulk-not_available (NOT_AVAILABLE_FILE) files that are left | kristerw | 1 | -1/+7 | |
from previous run. | |||||
2007-01-24 | Empty files are so ambiguous, so better leave a friendly message in the | rillig | 1 | -2/+2 | |
STARTFILE. | |||||
2007-01-24 | Quick fix: The main code of the bulk build cannot be run in the shell's | rillig | 1 | -2/+2 | |
"set -e" mode, since it would fill up the temporary directory. Reverted that change. | |||||
2007-01-22 | A big cleanup: | rillig | 1 | -66/+40 | |
- The "header" of the build log is always printed, not only when PRECLEAN is set. - The variable "installed" was redundant. Removing it saves 5 lines of code. - When the package is outdated and currently installed, it suffices to just run pkg_delete. The "make deinstall" is too expensive and doesn't do anything further. - Completely rewrote the section that deinstalls unneeded packages. It seems to me that the pkg_info -Q flag has been introduced after the bulk build was initially written, so it wasn't used here. - A package that doesn't get deinstalled with a simple pkg_delete probably has a reason for that. Don't try to run pkg_delete -f after it. - To remove all packages, it isn't necessary to iterate over the installed packages. Just pkg_delete -r "*". - Replaced "required package" with "dependency" in the log messages, since that is shorter. Maybe the term "required package" comes from the time where packages also depended on shared library versions, so that terminology made sense back in 2000. Anyway, that's long ago. | |||||
2007-01-21 | Fixed misleading indentation. | rillig | 1 | -3/+3 | |
2007-01-18 | pkgsrc bulk builds need much CPU time, but do they also need much stack? | rillig | 1 | -3/+4 | |