freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
388 stars 161 forks source link

specify one-time build option on command line: e.g. sysutils_bacula15-server_SET+=S3 #1144

Open dlangille opened 5 months ago

dlangille commented 5 months ago

Prerequisites

What is your proposal?

A thought just came to mind, if I want to test a given config option (e.g. sysutils_bacula15-server_SET+=S3), can I specify that on the command line for poudriere?

What is the existing behavior, if any?

For existing testing, I have to put the testing options into a *-make.conf file

What is the motivation / use case for the change?

Easy and clear testing.

Did you consider any alternatives?

Yes, modifying the *-make files

Is this really a ports feature request?

No

Example

sudo poudriere testport -j 140R -p dvl-FreeBSD -i sysutils/bacula13-server --option-make sysutils_bacula15-server_SET+=S3

Additional context

nil