[Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 May 2022 20:59:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264192

--- Comment #23 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Gleb Popov from comment #21)

I'm confused. The Makefile has (and had):

OPTIONS_DEFINE=         DYNAMIC GMP PROFILE DOCS
OPTIONS_DEFAULT=        DYNAMIC PROFILE GMP

(So DOCS not being a default?)

Yet I somehow ended up with:

---Begin OPTIONS List---
===> The following configuration options are available for ghc-8.10.7_1:
     DOCS=on: Install HTML documentation
     DYNAMIC=on: Add support for dynamic linking
     GMP=on: Use GNU Multi-precision Library for big integers support
     PROFILE=on: Add support for performance profiling
====> Bootsrap using installed ghc
     BOOT=off: Use installed GHC for bootstrapping
===> Use 'make config' to modify these settings
---End OPTIONS List---

despite having only:

# find /usr/local/etc/ -name 'options' -print
/usr/local/etc/poudriere.d/options
/usr/local/etc/poudriere.d/options/ports-mgmt_poudriere-devel/options

So I'm not sure how folks are to interpret the instruction
to disable the already-disabled (?) option.

Note: Likely more important to other folks than to me. So
more of an FYI relative to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.