From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 17:10:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A3316A4CE for ; Tue, 18 Jan 2005 17:10:54 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BA243D48 for ; Tue, 18 Jan 2005 17:10:54 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so246885wri for ; Tue, 18 Jan 2005 09:10:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=hRoYWMw1hKueGJ+US+r9E4kp4lpo+QmYYL6TVcBAawl3sh6NP4shiyQR71TJuP3Zdgy7PZ9wJOcVtIO8K5zWzGDP+k3xqmMxVU2rj/r+2VLILH/gGJOfOU5wT1fDet2B40BTboD3/vVrboRXb7E4GNU37ucQnKbvPPEpMAa1EAk= Received: by 10.54.11.8 with SMTP id 8mr23640wrk; Tue, 18 Jan 2005 09:10:53 -0800 (PST) Received: by 10.54.2.33 with HTTP; Tue, 18 Jan 2005 09:10:53 -0800 (PST) Message-ID: <5ef8c2f0050118091060582280@mail.gmail.com> Date: Tue, 18 Jan 2005 15:10:53 -0200 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Building quasi-full vim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 17:10:54 -0000 Greetings all. I'm trying to build a X11-less minimal install, but one thing I couldn't do was to build vim from ports without pulling out the xorg-libraries. Is there a way to do it? The WITH_X11 seems to be hard-wired in the makefile (setting it to =no on the make command line doesn't seem to have any effect; the ports system will pull the xorg-libraries, gtk12... no matter what I tell make to do)... I ended up building vim by hand, with features=huge but no gui. How can I configure it via the ports? (BTW, I'm running a 5.3 release whose image I downloaded and burned yesterday)