From owner-cvs-all@FreeBSD.ORG Mon Jul 5 07:00:17 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BA041065680; Mon, 5 Jul 2010 07:00:17 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id E51338FC25; Mon, 5 Jul 2010 07:00:16 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o6570FnO076423; Mon, 5 Jul 2010 09:00:15 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 5 Jul 2010 09:00:15 +0200 From: Emanuel Haupt To: Anonymous Message-Id: <20100705090015.0e97934e.ehaupt@FreeBSD.org> In-Reply-To: <86iq4uxvzp.fsf@gmail.com> References: <201007010647.o616lMdP059532__40956.557825166$1277966864$gmane$org@repoman.freebsd.org> <86iq4uxvzp.fsf@gmail.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 07:00:17 -0000 Anonymous wrote: > Emanuel Haupt 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? > I submitted > > OPTIONS= ALSA "ALSA output driver" off \ > ^^^^ > not > > OPTIONS= ALSA "ALSA output driver" off \ > ^^^^ > > 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. [1] http://mirror.servut.us/kuvat/copypasta.jpg Emanuel