From owner-cvs-all@FreeBSD.ORG Tue Oct 25 05:13:10 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 919FA16A41F; Tue, 25 Oct 2005 05:13:10 +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 3CB3F43D55; Tue, 25 Oct 2005 05:13:10 +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 j9P5D9nB066838; Mon, 24 Oct 2005 22:13:09 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9P5D93d066837; Mon, 24 Oct 2005 22:13:09 -0700 (PDT) (envelope-from obrien) Date: Mon, 24 Oct 2005 22:13:09 -0700 From: "David O'Brien" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20051025051309.GC55418@dragon.NUXI.org> References: <200510240128.j9O1Smu7056232@repoman.freebsd.org> <20051024091136.GT1217@droso.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051024091136.GT1217@droso.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: Subject: Re: cvs commit: ports/editors/vim Makefile distinfo ports/editors/vim/files patch-configure 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:13:10 -0000 On Mon, Oct 24, 2005 at 11:11:37AM +0200, Erwin Lansing wrote: > On Mon, Oct 24, 2005 at 01:28:48AM +0000, David E. O'Brien wrote: > > obrien 2005-10-24 01:28:48 UTC > > > > FreeBSD ports repository > > > > Modified files: > > editors/vim Makefile distinfo > > editors/vim/files patch-configure > > Log: > > Update to Vim 6.4 release! > > > > 6.4 is a maintenance release - containing additional syntax files, translations > > and all 90 patches to 6.3. It is a "reset" for future patch fixes. > > > This commit was clearly not tested. The commit was fully tested. People need to auctally pay attention and report real breakage: $ make jot: infinite sequences cannot be bounded "Makefile", line 19: warning: "/usr/bin/jot -s " " -w 6.4.%03d 0 1 0" returned non-zero status ===> Vulnerability check disabled, database not found ..snip.. $ ll work/vim64/src/vim -rwxr-x--- 1 obrien ncvs 1.4M Oct 24 22:09 work/vim64/src/vim* There are many Makefiles in the world that issue "warnings" or "errors" but make ignores them and keeps working. Please review the usage of '-' as the first character in actions. -- -- David (obrien@FreeBSD.org)