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}
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, with minor changes. Thanks!
sunpoet 2012-02-14 08:59:49 UTC FreeBSD ports repository Modified files: net/mtr Makefile Log: - Set OPTIONS X11 correctly by detecting WITHOUT_X11 setting first PR: ports/165119 Submitted by: edwin Revision Changes Path 1.83 +3 -2 ports/net/mtr/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"