ports/165119: net/mtr-nox11 options still has x11 enabled

Edwin Groothuis edwin at mavetju.org
Mon Feb 13 23:30:10 UTC 2012


>Number:         165119
>Category:       ports
>Synopsis:       net/mtr-nox11 options still has x11 enabled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 23:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        9.0
>Organization:
-
>Environment:
>Description:
When running make config in net/mtr-nox11

    │ Options for mtr-nox11 0.81                                         │
    │ ┌────────────────────────────────────────────────────────────────┐ │
    │ │                [*] IPV6  Build IPv6 support                    │ │
    │ │                [*] X11   Build X11-enabled mtr                 │ │


Fix:

In net/mtr, check for WITHOUT_X11 before creating the OPTIONS variable:

OPTIONS_X11= X11 "Build X11-enabled mtr"
.if defined(WITHOUT_X11)
OPTIONS_X11+= off
.else
OPTIONS_X11+= on
.endif
OPTIONS=    IPV6    "Build IPv6 support" on \
            ${OPTIONS_X11}


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list