Bug 58227 - patch to unbreak audio/sphinx port
Summary: patch to unbreak audio/sphinx port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Trevor Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 19:30 UTC by Andriy Gapon
Modified: 2003-10-24 05:32 UTC (History)
1 user (show)

See Also:


Attachments
patch-aa (5.67 KB, text/plain)
2003-10-18 19:30 UTC, Andriy Gapon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Gapon 2003-10-18 19:30:11 UTC
audio/sphinx port of Sphinx2 speech recognition software has been long broken
and marked IGNORE due to a number of bugs in working with FreeBSD OSS driver
e.g. dsp device is opened in nonblocking mode but EAGAIN condition is not
properly handled.

Fix: after applying the attached patch I was able to successfully run sphinx2-demo.
to unbreak the port this patch needs to be put in files/ subdirectory and
IGNORE line needs to be removed fro the Makefile.
How-To-Repeat: 
try to build it after removing IGNORE line from Makefile and run sphinx2-demo
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-18 23:26:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trevor

Over to maintainer
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2003-10-24 05:32:22 UTC
State Changed
From-To: open->closed

committed--thank you, Andriy!