From owner-freebsd-questions@FreeBSD.ORG Fri May 11 19:01:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44F9716A402 for ; Fri, 11 May 2007 19:01:45 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id C021013C459 for ; Fri, 11 May 2007 19:01:44 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so251264and for ; Fri, 11 May 2007 12:01:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=idBd0+hvZaZRSxCPeQ01WMXterAyQvl06bBvNHkX9nysm1PL3VFcMh+pIgumfXRX4Obi9GaiOVAI+F2UgDMsk1Ka4dxTw46kEqjud2WCSobkmvY/X7BTvvDzLmXsq2uMXSawmXrBUPJ0/Si/BCeH7islp26XjcGfvODUds0g4No= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fE+TAxWEyROgQgutd/iyoNJkw3K4BMoUeAD+YH81Cju7+PZ7bAAxUhQ+0uEZQUZXnHPKG9mMwbo6vUoFRGBlh98dFOjL33CQZjn1lx1k7yv3UuU2oZeV/u3SxlUmaqrkLTw4nKzdSB7d8XSyYYc6jzZmhi5bBjM136DGy38ljHo= Received: by 10.100.9.19 with SMTP id 19mr2463818ani.1178910099355; Fri, 11 May 2007 12:01:39 -0700 (PDT) Received: by 10.100.201.15 with HTTP; Fri, 11 May 2007 12:01:39 -0700 (PDT) Message-ID: <340a29540705111201v32ccd135u1f9fccfcf2fc21d4@mail.gmail.com> Date: Fri, 11 May 2007 13:01:39 -0600 From: "Andrew Falanga" To: RW In-Reply-To: <20070511171837.306763a3@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540705102053k4365b00bua92b56ed194bbf05@mail.gmail.com> <46444AC8.5090401@gahr.ch> <340a29540705110648v62ee41fej24737dadf9697f5d@mail.gmail.com> <20070511171837.306763a3@gumby.homeunix.com.> Cc: freebsd-questions@freebsd.org Subject: Re: How to recompile the VIM port for GUI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 19:01:45 -0000 On 5/11/07, RW wrote: > On Fri, 11 May 2007 07:48:16 -0600 > "Andrew Falanga" wrote: > > > On 5/11/07, Pietro Cerutti wrote: > > > Andrew Falanga wrote: > > > > Hi, > > > Hello, > > > > So, how do I modify the build environment properly to allow for > > > > the building of the GUI? There are several variables referenced > > > > in the Makefile in /usr/ports/editors/vim, but I'm not sure what > > > > to make of them. > > > > > > cd /usr/ports/editors/vim > > > make WITH_GTK2=yes > > > make install > > > > > > > Thanks, I'll give that a try tonight. > > > I don't think this should be needed. Setting WITH_GTK2=yes makes it > use gtk 2.x instead of gtk 1.x. I have it working and up-to-date with > the latter. > > Check that you don't have NO_GUI or WITHOUT_X11 defined somewhere. I saw both of those in the make file. Would I want to do the same thing as was suggested above, but with those variables; e.g. make NO_GUI=no? It's for this reason that I asked about this here. Where would they be defined? All I did, if I recall, was install the vim port from using sysinstall when I originally installed FreeBSD. After that, I installed cvsup-without-gui, updated my ports tree and then used portupgrade to upgrade the vim port (after installing portupgrade of course). I didn't actually define NO_GUI or WITHOUT_X11 anywhere when I originally did the install, and when I had originally installed the vim port it did work with the GUI. Andy