From owner-freebsd-ports Sun Mar 9 14:26:13 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CAFF37B401; Sun, 9 Mar 2003 14:26:11 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA81043FCB; Sun, 9 Mar 2003 14:26:09 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.8/8.12.3) with ESMTP id h29MQ82m069188; Sun, 9 Mar 2003 17:26:08 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id h29MQ8Wj069185; Sun, 9 Mar 2003 17:26:08 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sun, 9 Mar 2003 17:26:08 -0500 (EST) From: Trevor Johnson To: portmgr@freebsd.org, Subject: FreeBSD soundcard.h Message-ID: <20030309172331.X67317-200000@blues.jpj.net> MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="=-=-=" Content-ID: <20030309172331.F67317@blues.jpj.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --=-=-= Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <20030309172331.J67317@blues.jpj.net> I'd like permission to apply this patch during the ports freeze, assuming it is still in effect. -- Trevor Johnson ---------- Forwarded message ---------- Date: 09 Mar 2003 13:27:53 -0800 From: Joel Ray Holveck To: festival-talkMUNGEDcstr.ed.ac.uk Cc: Trevor Johnson Subject: FreeBSD soundcard.h In festival's speech_tools/audio/voxware.cc, the location of soundcard.h is out of date. The preferred location for soundcard.h under FreeBSD has been sys/soundcard.h for over three years, and on the most recent FreeBSDs the old location is no longer valid. Patch attached. Thanks, joelh [trimmed--Trevor] --=-=-= Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <20030309172331.P67317@blues.jpj.net> Content-Description: Content-Disposition: ATTACHMENT; FILENAME=festival-patch-soundcard --- speech_tools/audio/voxware.cc Tue Sep 28 09:38:22 1999 +++ speech_tools/audio/voxware.cc Sat Mar 8 18:55:29 2003 @@ -61,7 +61,7 @@ #include "EST_error.h" #ifdef SUPPORT_FREEBSD16 -#include +#include #include int freebsd16_supported = TRUE; int linux16_supported = FALSE; --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message