From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 06:59:38 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3988816A468 for ; Thu, 20 Dec 2007 06:59:38 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id DE8FD13C4D1 for ; Thu, 20 Dec 2007 06:59:37 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Smvv1Y0090mv7h0050eP00; Thu, 20 Dec 2007 06:59:37 +0000 Received: from belle.0lsen.net ([24.20.127.157]) by OMTA11.westchester.pa.mail.comcast.net with comcast id Suzc1Y00A3Pt6RU3X00000; Thu, 20 Dec 2007 06:59:37 +0000 X-Authority-Analysis: v=1.0 c=1 a=oTgmICQExT8gkMQCwz4A:9 a=6iH-65Gw3mDAfHWXg4nKDB_VJPsA:4 a=WN8zLioqDSwA:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id 4E086792DA; Wed, 19 Dec 2007 22:59:36 -0800 (PST) Date: Wed, 19 Dec 2007 22:59:36 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20071220065935.GA47531@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: Enabling sound in xpilot-ng-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 06:59:38 -0000 Yet again, I'm having fun with these WITH_* options, and I can't seem to coerce the configure phase to enable sound with this port. My config after hacking the Makefile looks like: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for xpilot-ng-client-4.7.2_1 _OPTIONS_READ=xpilot-ng-client-4.7.2_1 WITH_SDL=true WITH_SOUND=true However, when I examine config.log down in the work area, I see no sound switches being thrown, and thus no sound. Someone please throw me a cluepon here. -Clint