Re: cvs commit: ports/editors/vim Makefile distinfo ports/editors/vim/files patch-configure

[ Available lists | Index of cvs-all | Month of Oct 2005 | Week of 25 Oct 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David O'Brien <obrien@FreeBSD.org>
Date
25 Oct 2005 05:13:10
Subject
Re: cvs commit: ports/editors/vim Makefile distinfo ports/editors/vim/files patch-configure
Message-ID
20051025051309.GC55418@dragon.NUXI.org


[ Hide this part ]
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..
<completed build>
$ 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)


Elapsed time: 0.133 seconds