poudriere
poudriere copied to clipboard
Port/Package build and test system
Currently MAX_MEMORY is a global setting. However, there is at least one port that requires more memory to build: science/py-tensorflow. Is it possible to allow to set MAX_MEMORY per-port: MAX_MEMORY_${PKGBASE}?...
This was introduced in [2019](https://github.com/freebsd/poudriere/commit/5c0ca1b2960bc565176b9462a5f643664f10d1ad) when pkg open `/dev/null` after doing the chroot. In the [next release](https://github.com/freebsd/pkg/commit/5a0cc7f37e783a636e11f5499f5f8449ed318e0e) of pkg, this should not be required anymore as pkg will open `/dev/null`...
When interactively configuring a port with `poudriere testport -c`, the options seem to be configured for the architecture of the host, not of the jail. So e.g. when building on...
## Prerequisites - [yes] Have you checked for an existing issue describing your problem? - [yes] Are you running the latest version? - [yes] Is your ports tree recent? -...
Problem: poudriere check for sane CATEGORIES fails on ports using custom PKGCATEGORY Example: ``` mkdir /usr/ports/local echo "PKGCATEGORY=local" > /usr/ports/local/Makefile.inc echo "PKGNAMESUFFIX?=-local" >> /usr/ports/local/Makefile.inc rsync -a /usr/ports/ports-mgmt/dialog4ports/ /usr/ports/local/dialog4ports/ echo "local/dialog4ports"...
With change, developers can use newer versions of Autotools when it is not updated on FreeBSD ports. Internal changes in `Makefile.in`, `m4/`, etc will be ignored when `./autogen.sh` and `./configure`
- Change the dirty/hash check to be once per run rather than per-port. From @mjguzik https://people.freebsd.org/~mjg/.junk/out-progs-2h.svg?x=1166.4&y=37
If ```math/slepc``` is in MOVED - poudriere fails to build it. But if ```math/py-slepc4py``` is in MOVED - poudriere doesn't fail to build it. The reason, I think, is because...
Hi, With poudriere-3.3.7_1 on 13.1-RELEASE-p2. If you have an expired port in your list, it just block the all bulk process : ``` [00:00:39] Gathering ports metadata [00:00:39] Error: MOVED:...