cvs commit: ports/audio/xmp Makefile

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jul 5 07:50:21 UTC 2010


Alexey Dokuchaev <danfe at FreeBSD.ORG> wrote:
> On Mon, Jul 05, 2010 at 09:00:15AM +0200, Emanuel Haupt wrote:
> > Anonymous <swell.k at gmail.com> wrote:
> > > Emanuel Haupt <ehaupt at FreeBSD.org> writes:
> > > 
> > > > ehaupt      2010-07-01 06:47:22 UTC
> > > >
> > > >   FreeBSD ports repository
> > > >
> > > >   Modified files:
> > > >     audio/xmp            Makefile 
> > > >   Log:
> > > >   Prevent unconditional linking against ALSA
> > > 
> > > Hmm, and why you untabified ALSA option?
> > > 
> > > It's inconsistent with other options. Turn on whitespace-mode (in
> > > emacs) and see for yourself.
> > 
> > Good catch, it's due to a copy pasta [1] glicht. I'll fix it in the
> > upcoming release.
> 
> These are pretty easy to avoid, just do "grep '  ' *" and "grep ' $'
> *" in the port directory before committing (like I always do, in
> addition to portlint(1)).

Portlint wouldn't have cought it, since the spaces were here:

OPTIONS=        ALSA    "ALSA output driver" off \
                    ^^^^

I and many others often use spaces in that part of the options section.
In this case it just wasn't consistent with the other options, which is
due to copy pasting.

Emanuel


More information about the cvs-all mailing list