maintainer-feedback requested: [Bug 256867] x11/babl: portlint indicates Makefile options issue

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 27 Jun 2021 21:05:43 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 256867: x11/babl: portlint indicates Makefile options issue
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256867



--- Description ---
portlint indicates there is an issue with the options for this port.  I saw
poudriere fail (make.conf set DEVELOPER=yes, poudriere.conf set
USE_PORTLINT=yes) to build it claiming "configure" so I looked and tested with
portlint, result below.

root@ichigo:/usr/ports/x11/babl # portlint


WARN: Makefile: SIMD is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MSIMD
appears.
0 fatal errors and 1 warning found.
root@ichigo:/usr/ports/x11/babl #


I am uncertain how this would be fixed, it does build if I do so ignoring what
portlint suggests but that doesn't mean everything is correct in the Makefile. 


Is there documentation which clarifies this precise situation and construct of
the options?