[Bug 295073] www/apache24: PROXY option vs. OPTIONS_MULTI_PROXY

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 May 2026 07:49:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295073

            Bug ID: 295073
           Summary: www/apache24: PROXY option vs. OPTIONS_MULTI_PROXY
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache@FreeBSD.org
          Reporter: freebsd@oldach.net
             Flags: maintainer-feedback?(apache@FreeBSD.org)
          Assignee: apache@FreeBSD.org

OPTIONS_MULTI_PROXY should be OPTIONS_GROUP_PROXY, as it's well possible to
build Apache without any proxy module. Therefore, the PROXY option is just
obsolete, as either one or more PROXY_xxx are defined, or none.

Currently, in case that all of PROXY and PROXY_xxx are UNSET, "make config"
fails if portconfig is not installed:

# make -C /usr/ports/www/apache24 config
===> Building/installing portconfig as it is required for the config dialog
===>  Cleaning for portconfig-0.6.2_2
===> Skipping 'config' as NO_DIALOG is defined
===>  License BSD2CLAUSE accepted by the user
====> You must check at least one option in the PROXY multi
*** Error code 1

Stop.
make[2]: stopped making
"/usr/obj/usr/ports/ports-mgmt/portconfig/work/.install_done.portconfig._usr_local"
in /usr/ports/ports-mgmt/portconfig
*** Error code 1

Stop.
make[1]: stopped making "clean install" in /usr/ports/ports-mgmt/portconfig

===> Options unchanged
#

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