Bug 112739 - audio/midimountain doesn't work as patched
Summary: audio/midimountain doesn't work as patched
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: Tom McLaughlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 18:50 UTC by Devon H. O'Dell
Modified: 2007-07-02 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1002 bytes, patch)
2007-05-17 18:50 UTC, Devon H. O'Dell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devon H. O'Dell 2007-05-17 18:50:13 UTC
MIDI Mountain is a MIDI sequencer in the ports collection. As built, it will not work as it tries to open /dev/music to determine the number of available MIDI inputs. This entry doesn't exist on FreeBSD and MIDI Mountain throws the error:

``Error determining the number of MIDI inputs''

The attached file should replace patch-midimountain::mcOSSIO.cpp and corrects this issue.

Fix: Patch attached with submission follows:
How-To-Repeat: Build and run MIDI Mountain from ports
Comment 1 Tom McLaughlin freebsd_committer freebsd_triage 2007-06-24 21:56:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tmclaugh

Grab.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-02 19:13:13 UTC
tmclaugh    2007-07-02 18:13:07 UTC

  FreeBSD ports repository

  Modified files:
    audio/midimountain   Makefile 
    audio/midimountain/files patch-midimountain::mcOSSIO.cpp 
  Log:
  Use correct device to probe number of MIDI inputs.
  
  PR:             112739
  Submitted by:   Devon H. O'Dell
  
  Revision  Changes    Path
  1.13      +1 -1      ports/audio/midimountain/Makefile
  1.3       +8 -3      ports/audio/midimountain/files/patch-midimountain::mcOSSIO.cpp
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tom McLaughlin freebsd_committer freebsd_triage 2007-07-02 19:13:45 UTC
State Changed
From-To: open->closed

Committed, thanks.