Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 00:31:52 +0200
From:      Roland Smith <rsmith@xs4all.nl>
To:        Raphael Ahrens <tant.sinnister@googlemail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: gvim GUI cannot be used
Message-ID:  <20130705223152.GA47381@slackbox.erewhon.net>
In-Reply-To: <20130705154110.GB40375@googlemail.com>
References:  <CAFYkXjm5b5FMCTmWZd=nHbF_Qv28CoDNKH76Yu8B0DdtwkByPQ@mail.gmail.com> <20130705121140.GA40375@googlemail.com> <20130706000313.70F7.D16F81C7@kpa.biglobe.ne.jp> <20130705154110.GB40375@googlemail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jul 05, 2013 at 05:41:11PM +0200, Raphael Ahrens wrote:
> Ahh, thank you.
> kentn@kpa.biglobe.ne.jp wrote on Sat, 06.Jul.13 00:03:
> > Hi,
> >=20
> > On Fri, 5 Jul 2013 14:11:41 +0200
> > Raphael Ahrens <tant.sinnister@googlemail.com> wrote:
> >=20
> > > When I execute "cd /usr/ports/editors/vim; make config" I get
> > > 	=3D=3D=3D> No options to configure
> >=20
> > try: setenv WITH_OPTIONS=3Dyes
> that did the trick, but I assume this is not the way it is supposed
> to happen.

The port maintainer has made it so, for reasons unknown. This is a marked=
=20
deviation from basically all other ports; the vim port is the only port=20
that uses WITH_OPTIONS.

The switch was dropped in r314778 of the ports tree:
http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?revision=3D314778=
&view=3Dmarkup
but it was brought back in r322016:
http://svnweb.freebsd.org/ports/head/editors/vim/Makefile?revision=3D322016=
&view=3Dmarkup

I ran into the same issue because I installed vim when WITH_OPTIONS was
absent.

The best way to get around this issue once and for all is to add the=20
following to /etc/make.conf:

----- /etc/make.conf excerpt -----
=2Eif ${.CURDIR:M*/editors/vim}
WITH_OPTIONS=3DYES
=2Eendif
----- /etc/make.conf excerpt -----

Roland
--=20
R.F.Smith                                   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

--wac7ysb48OaltWcw
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (FreeBSD)

iEYEARECAAYFAlHXSVgACgkQEnfvsMMhpyU86QCfWFTIO4T9j2fNevJ1Tf6Ekg6O
lScAoJVUtk8TmTZ8mG0xPKBOED5RtaVd
=3Xja
-----END PGP SIGNATURE-----

--wac7ysb48OaltWcw--



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