From owner-freebsd-questions Thu Jun 21 8: 8:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id C4C3337B403 for ; Thu, 21 Jun 2001 08:08:33 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 36123 invoked by uid 100); 21 Jun 2001 15:08:32 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15154.3568.622801.552582@guru.mired.org> Date: Thu, 21 Jun 2001 10:08:32 -0500 To: Ed Heil Cc: questions@freebsd.org Subject: Re: disabling esound from audio packages In-Reply-To: <91497842@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ed Heil types: > Hi. I'm running FreeBSD 4.3, and I've recently noticed that packages > such as timidity and mpg123 compile with esound support by default. > > I don't want esound support, because my machine's pretty slow and > esound slows it down more. > > I tried "make WANT_ESOUND=no" and that didn't seem to help -- esound > still ran when I ran the resulting executables. WANT_ESOUND is set by the port to indicate that it wants to use ESOUND. To indicate you don't want the port to use ESOUND, you need to set WITHOUT_ESOUND=yes (or something similar). You'd put it in /etc/make.conf if you were me. This will only work with ports that respect the WANT/WITHOUT/WITH/HAVE variables for ESOUND. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message