From owner-cvs-all@FreeBSD.ORG Tue Oct 25 05:29:32 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 2883816A41F; Tue, 25 Oct 2005 05:29:32 +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 C866E43D48; Tue, 25 Oct 2005 05:29:31 +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 j9P5TLrJ067682; Mon, 24 Oct 2005 22:29:21 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9P5TLS1067681; Mon, 24 Oct 2005 22:29:21 -0700 (PDT) (envelope-from obrien) Date: Mon, 24 Oct 2005 22:29:21 -0700 From: "David O'Brien" To: Jeremy Messenger Message-ID: <20051025052921.GG55418@dragon.NUXI.org> References: <200510240943.j9O9hR8r090890@repoman.freebsd.org> <20051025050240.GA55330@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Kirill Ponomarew , 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:29:32 -0000 On Tue, Oct 25, 2005 at 12:16:53AM -0500, Jeremy Messenger wrote: > On Tue, 25 Oct 2005 00:02:40 -0500, David O'Brien > wrote: > > >On Mon, Oct 24, 2005 at 09:43:26AM +0000, Kirill Ponomarew wrote: > >>krion 2005-10-24 09:43:26 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> editors/vim Makefile > >> Log: > >> Fix breakage with portupgrade(1). > >> > >> Submitted by: mezz > >> Approved by: portmgr hat > >> > >> Revision Changes Path > >> 1.269 +5 -5 ports/editors/vim/Makefile > > > >How did rev 1.268 break portupgrade? > > Not only portupgrade, but also with pkg_version, slave ports and INDEX. > With rev 1.268, the error looks in pkg_version like this: It seems our tools cannot handling any output other than the single exact line they are looking for. Adding .BEGIN -/usr/bin/falas also seems to break these tools - even though it doesn't break the build and '-' is used in some ports Makefile's build targets. -- -- David (obrien@FreeBSD.org)