Bryan Drewery
Bryan Drewery
I've added a local test named `bulk-build-inc-pkgclean-subpackage.sh` that is currently `XFAIL` due to `pkgclean` not handling subpackages. ``` [00:00:46] (00:00:00) stdout: =>> Running: poudriere -e /var/tmp/poudriere/test/etc -d -E -v pkgclean...
- `gather_distfiles` is running `make -V`. It should cache all of this up-front like other make metadata. - ~~It also appears to be running in both `make fetch` and `make...
The code for this is really crazy from #483. At the very least it needs a design doc. The feature is trivial to implement in a naive way, but very...
Extracting a directory over an existing file with `--safe-writes` results in a truncated file from an empty file being renamed onto it. This patch seems to fix it for me....
For all of the _DEPENDS lists the first column defines when the dependency is needed. It may be a binary in the path, a package, or a library. Portmaster is...
When a port is upgraded it is: 1. Deinstalled 2. Dependencies are then upgraded 3. Dependencies are deleted as their own dependencies are upgraded 4. As the chain is walked...
A fresh 10 install with portmaster copied in (or pkg deinstalled) will not detect pkg and will try to use pkg_*.
https://serverfault.com/questions/575887/shared-object-libarchive-so-5-not-found-required-by-pkg
[mat_] bdrewery, there's a bug in portmaster :-p [mat_] when it has finished looking at what it's going to do and asks "proceed ? y/n" if you hit control-C it...