Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 15:48:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258407] editors/vim: vim@console and vim@tiny is not truly console/tiny
Message-ID:  <bug-258407-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258407
           Summary: editors/vim: vim@console and vim@tiny is not truly
                    console/tiny
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw@FreeBSD.org
          Reporter: michael.osipov@siemens.com
             Flags: maintainer-feedback?(adamw@FreeBSD.org)
          Assignee: adamw@FreeBSD.org

Created attachment 227808
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227808&action=
=3Dedit
Patch for Makefile

If flavors tiny or console are used you expect that no X is involved.
Unfortunately, the port does not properly handle that:
* The configure option says:
>  --enable-gui=3DOPTS       X11 GUI. default=3Dauto OPTS=3Dauto/no/gtk2/gn=
ome2/gtk3/motif/athena/neXtaw/haiku/photon/carbon
So it is still X11
* If you have X11 installed, e.g., for Wireshark, it will still link with X=
11
no matter what

To make is truly tiny/console you MUST pass --without-x.

Attached is a patch which addresses this for tiny and console for me.

--=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-258407-7788>