[Bug 286659] www/py-autobahn: "make config-conditional" triggers re-config every time
Date: Thu, 08 May 2025 19:12:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286659
--- Comment #19 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to jwdevel from comment #15)
Not a reopening, just a confirming of details
of the existing Makefile working for poudriere
operation . . .
I have confirmed what Muhammad reports. In
essence that use of:
poudriere options www/py-autobahn
does lead to there being a: (note the py311)
/usr/local/etc/poudriere.d/options/www_py-autobahn/py311-options
with the option that I set for the test
changed (COMPRESSION enabled):
# This file is auto-generated by 'make config'.
# Options for py311-autobahn-24.4.2_1
_OPTIONS_READ=py311-autobahn-24.4.2_1
_FILE_COMPLETE_OPTIONS_LIST=ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION
TWISTED
OPTIONS_FILE_SET+=ACCELERATE
OPTIONS_FILE_SET+=COMPRESS
OPTIONS_FILE_SET+=ENCRYPTION
OPTIONS_FILE_SET+=SCRAM
OPTIONS_FILE_SET+=SERIALIZATION
OPTIONS_FILE_SET+=TWISTED
So the use of ${FLAVOR} in OPTIONS_FILE does work
for poudriere(-devel) use.
And, so, I learn something new to me about
FLAVOR usage for python builds. Sometimes
learning curves are messy. Sorry.
--
You are receiving this mail because:
You are the assignee for the bug.