[Bug 283481] net/mtr: no option to disa ble “X11” in "make config"

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Dec 2024 00:49:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283481

            Bug ID: 283481
           Summary: net/mtr: no option to disable “X11” in "make config"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: dym@afalina.od.ua
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Missing the option to disable “X11” in the config.
It also does not respond to the option
--
OPTIONS_UNSET+=X11
--
in the make.conf file

There is, of course, the FLAVOUR option:

.if !empty(.CURDIR:M*/net/mtr)
  FLAVOR=nox11
.endif

But when “OPTIONS_UNSET+=...” stop working?

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