From owner-freebsd-questions@FreeBSD.ORG Fri May 11 03:54:00 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 92D4C16A402 for ; Fri, 11 May 2007 03:54:00 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 54A8713C4C5 for ; Fri, 11 May 2007 03:54:00 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so197474and for ; Thu, 10 May 2007 20:53:59 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lr4lugRCnoZ9AR84dOwXCv5KMun24YVKMLxLBK9cYaaZc0xRosW7XrIuzgUo43kuJBGyIyCgpSOGGw758JqJtwnwQRRV6FiCICzbRBJZTwWpzl4HUaaffW+XmY1qbAla8oye0RbuMMbDBHYgnXoakrUYJguXHrzzYz9B9g6vIiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gYYqo85iNdEQINonfGGFJ+qsp/kONUIRQn7gA+ox+9MktAKfdZjzB0oxlEm0mxiIBKsFEgNoMowu1eH4xYhTZ6zzMbN8eWDHyutjuZPvPeojeoX2u0s3OsRclDK54yR2BpNkIpH45Dj4lsiinQECR0LeaQ1wLGmLyjvKki+7+VQ= Received: by 10.101.66.11 with SMTP id t11mr1881870ank.1178855639405; Thu, 10 May 2007 20:53:59 -0700 (PDT) Received: by 10.100.201.15 with HTTP; Thu, 10 May 2007 20:53:59 -0700 (PDT) Message-ID: <340a29540705102053k4365b00bua92b56ed194bbf05@mail.gmail.com> Date: Thu, 10 May 2007 21:53:59 -0600 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 03:54:00 -0000 Hi, As I'd mentioned before, I upgraded my vim installation using portupgrade. However, when the upgrade completed, I could no longer start vim in the GUI. I get an error saying that GUI stuff wasn't compiled. I asked here at that time and was told to check up with the port maintainer. I've done this, but to no avail. I've heard nary a peep from the maintainer. 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. Can someone please educate me on how to make vim work with a GUI using the ports rather than downloading and installing from scratch? It's not that I'm scared to install in that manner, it's just that I'd rather make the port work. Thanks, Andy