Bug 256867 - x11/babl: portlint indicates Makefile options issue
Summary: x11/babl: portlint indicates Makefile options issue
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-27 21:05 UTC by tigersharke
Modified: 2021-11-16 22:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tigersharke 2021-06-27 21:05:43 UTC
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?