From owner-freebsd-questions@FreeBSD.ORG Fri Jul 5 22:32:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 09503EBD for ; Fri, 5 Jul 2013 22:32:01 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 832B41897 for ; Fri, 5 Jul 2013 22:32:00 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id r65MVrjf072107; Sat, 6 Jul 2013 00:31:53 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id F138F12493; Sat, 6 Jul 2013 00:31:52 +0200 (CEST) Date: Sat, 6 Jul 2013 00:31:52 +0200 From: Roland Smith To: Raphael Ahrens Subject: Re: gvim GUI cannot be used Message-ID: <20130705223152.GA47381@slackbox.erewhon.net> References: <20130705121140.GA40375@googlemail.com> <20130706000313.70F7.D16F81C7@kpa.biglobe.ne.jp> <20130705154110.GB40375@googlemail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20130705154110.GB40375@googlemail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 22:32:01 -0000 --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 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--