poudriere-options(8): MESA_DEMOS off when I want it to be on

From: Graham Perrin <grahamperrin_at_gmail.com>
Date: Fri, 10 Jan 2025 01:36:09 UTC
Sorry, somehow all line breaks etc. were lost from my previous email 
(plain text only, plus a .txt attachment). Instead, below, HTML + plain 
text (plus the same .txt attachment).

----

Before a build (showing the option that I set a few days earlier, not 
changing the setting):

root@mowa219-gjp4-zbook-freebsd:~ # poudriere ports -u
[00:00:00] Updating portstree "default" with git+https... done
root@mowa219-gjp4-zbook-freebsd:~ # poudriere options -ns games/mizuma
[00:00:01] Working on options directory: /usr/local/etc/poudriere.d/options
[00:00:01] Using ports from: /usr/local/poudriere/ports/default
[00:00:01] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
[00:00:01] Ports supports: FLAVORS SUBPACKAGES SELECTED_OPTIONS
===> The following configuration options are available for mizuma-2024.11:
====> Options available for the radio GLXINFO: you can only select none 
or one of them
     GLX_UTILS=off: Use glxinfo from glx-utils
     MESA_DEMOS=on: Use glxinfo from mesa-demos
===> Use 'make config' to modify these settings
[00:00:01] Re-run 'poudriere options' with the -c flag to modify the 
options.
root@mowa219-gjp4-zbook-freebsd:~ # grep ALLOW_MAKE_JOBS\= 
/usr/local/etc/poudriere.conf
ALLOW_MAKE_JOBS=no
root@mowa219-gjp4-zbook-freebsd:~ # sed -i '' 
s/ALLOW_MAKE_JOBS=no/ALLOW_MAKE_JOBS=yes/g /usr/local/etc/poudriere.conf
root@mowa219-gjp4-zbook-freebsd:~ # poudriere bulk -j main -J 8 -C 
games/mizuma
…

After the build:

root@mowa219-gjp4-zbook-freebsd:~ # pkg rquery -r local-poudriere '%Ok 
%Ov' games/mizuma
The provides database is up-to-date.
GLX_UTILS on
MESA_DEMOS off
root@mowa219-gjp4-zbook-freebsd:~ #

– *off*, not on. Please, what am I missing?


Discussed before posting to freebsd-pkg: 
<https://old.reddit.com/r/freebsd/comments/1htyz13/mesa_demos_off_when_i_want_it_to_be_on/>