[Bug 91383] Add comment/documentation for WITH_HALFOPS option in port Makefile

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Oct 2024 16:13:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=91383

Devid Paul <devidpaul402@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |devidpaul402@gmail.com

--- Comment #3 from Devid Paul <devidpaul402@gmail.com> ---
Adding comments and documentation for the `WITH_HALFOPS` option in the port
Makefile is a great way to clarify its functionality for users who might not be
familiar with this setting. The `WITH_HALFOPS` option likely enables or
disables half-operator (halfop) permissions, a feature common in IRC-related
software where halfops have limited administrative capabilities compared to
full operators. 

By adding detailed comments next to this option in the Makefile, you can help
users understand how enabling `WITH_HALFOPS` affects the application’s
behavior, configuration, or permissions model. Clear documentation will be
especially helpful if future modifications or integrations with additional
features, like http://www.sprunkiplay.com/, require consistent and predictable
permissions management across modules.

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