From owner-cvs-all@FreeBSD.ORG Tue Oct 25 05:15:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E041516A41F; Tue, 25 Oct 2005 05:15:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8808D43D45; Tue, 25 Oct 2005 05:15:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j9P5FtAI067051; Mon, 24 Oct 2005 22:15:55 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9P5Ftgg067050; Mon, 24 Oct 2005 22:15:55 -0700 (PDT) (envelope-from obrien) Date: Mon, 24 Oct 2005 22:15:55 -0700 From: "David O'Brien" To: Alexander Leidinger Message-ID: <20051025051555.GD55418@dragon.NUXI.org> References: <200510240034.j9O0YDgG047096@repoman.freebsd.org> <20051024143613.hu726dyokc4wco88@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051024143613.hu726dyokc4wco88@netchild.homeip.net> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 05:15:57 -0000 On Mon, Oct 24, 2005 at 02:36:13PM +0200, Alexander Leidinger wrote: > "David E. O'Brien" wrote: > > >obrien 2005-10-24 00:34:13 UTC > > > > FreeBSD ports repository > > > > Modified files: > > editors/vim Makefile > > Log: > > Attempt to fix to respect non-standard LOCALBASE/X11BASE settings. > > Let me just take this opportunity to express how much I hate autoconf's > > attempt at containing AI, and note the size of hammer one has to use to > > knock some real knowledge into its head. > > In your commit you use PREFIX instead of LOCALBASE/X11BASE, so this commit > message confuses me. > > I've compiled vim 6.[34] on Solaris 10 recently and I had no problem to use > "--prefix=", Correct. And on FreeBSD too. > so I doubt that replacing /usr/local with PREFIX as a reinplace > command is supposed to fix the destination. The issue is the autoconfig script has /usr/local/include and /usr/local hard coded in it (ac_default_prefix=/usr/local). > But PREFIX is not right for a non-standard LOCALBASE/X11BASE. What is > this commit supposed to do? To tell the truth I'm not sure the exact case Kris was trying to allow. You are right that ac_default_prefix=${LOCALBASE} may be a better substitution. -- -- David (obrien@FreeBSD.org)