From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 12 08:00:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 470DF106564A for ; Sun, 12 Jun 2011 08:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEE1B8FC14 for ; Sun, 12 Jun 2011 08:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5C80L5h056666 for ; Sun, 12 Jun 2011 08:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5C80LYm056665; Sun, 12 Jun 2011 08:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jun 2011 08:00:21 GMT Resent-Message-Id: <201106120800.p5C80LYm056665@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "RandomUser" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8020106566B for ; Sun, 12 Jun 2011 07:55:32 +0000 (UTC) (envelope-from rannumgen@globaleyes.net) Received: from MX1.ll.net (mail.globaleyes.net [209.131.230.155]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9058FC15 for ; Sun, 12 Jun 2011 07:55:32 +0000 (UTC) Received: from FreeBSD1.LocalNET10 (unverified [50.44.196.217]) by MX1.ll.net (Vircom SMTPRS 4.4.571.23) with ESMTP id for ; Sun, 12 Jun 2011 02:43:37 -0500 Message-Id: <1307864615.9648@FreeBSD1.LocalNET10> Date: Sun, 12 Jun 2011 02:43:35 -0500 From: "RandomUser" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/157791: audo/midimountain fails to copy all xpm files and fails to inform user of /dev/music requirement for MIDI iniput X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 08:00:22 -0000 >Number: 157791 >Category: ports >Synopsis: audo/midimountain fails to copy all xpm files and fails to inform user of /dev/music requirement for MIDI iniput >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 12 08:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: RandomUser >Release: FreeBSD 7.4-STABLE i386 >Organization: >Environment: System: FreeBSD 7.4-STABLE #29: Wed Jun 1 03:12:07 CDT 2011 >Description: 1) Neither the pkg-descr nor the Makefile identify the fact that MidiMountain uses "/dev/music0" for its MIDI input (sequencer). My FBSD-7.4 system does not have a "/dev/music" device of any type, so it must come from some other application or environment (Linux?). If "/dev/music" comes form somewhere else, that needs to be identified, and any prerequisite needs to be included in the Makefile (if there is one that satisfies the "/dev/music" requirement). /usr/ports/audio/midimountain/work/midimountain-0.3.0/midimountain grep music * mcOSSIO.cpp:const char* TMidiOSSIO::sequencer = "/dev/music0"; mcOSSIO.cpp: cerr << "Error writing /dev/music" << endl; mcOSSIO.cpp.orig:const char* TMidiOSSIO::sequencer = "/dev/music"; mcOSSIO.cpp.orig: cerr << "Error writing /dev/music" << endl; When starting MidiMountain it ends/fails with: "Error determining the number of MIDI inputs". 2) None of the Cursor pixmap files get copied to the target directory: /usr/local/share/midimountain/pixmaps. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: