Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2021 14:44:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258632] misc/mc: X11 is not properly unset when disabled
Message-ID:  <bug-258632-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258632

            Bug ID: 258632
           Summary: misc/mc: X11 is not properly unset when disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: michael.osipov@siemens.com
          Assignee: danfe@FreeBSD.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)

The Makfile like 69 configures:
> X11_CONFIGURE_ENABLE=3D x

This is, unfortunately, useless because the configure script says: --with-x.
Therefore, the Makefile passes --enable-x/--disable-x which remains without=
 any
effect. X will be autodetected even if you have (pseudo-)disabled it.

The fix is simple and works for me:
> X11_CONFIGURE_WITH=3D x

and that's it.

I have reported the same for vim in Bug 258407.

Without this fix and X11 explicitly disabled PuTTY session still tells me:
> PuTTY X11 proxy: unable to connect to forwarded X server: Network error: =
Connection refused

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258632-7788>