Hi,
On Mon, Oct 21, 2019 at 09:57:24AM +0100, Stuart Henderson wrote:
> > $ grep -rHI USE_WXNEEDED /usr/ports/ | wc
> > 64 201 3827
>
> This ignores ports where USE_WXNEEDED is set by a module, this is a better
> number:
>
> $ sqlite3 /usr/local/share/sqlports "select count(fullpkgpath) from ports
> where use_wxneeded='1'"
> 130
Ports (or any programs in general) built with lang/ghc don't even
have USE_WXNEEDED but still contain binaries with a OPENBSD_WXNEED
section (xmonad, darcs, ...).
(I'm currently working on killing wxneeded for Haskell)
Ciao,
Kili