From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 7 19:46:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEBF316E593 for ; Wed, 7 Jun 2006 18:10:55 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A4943D70 for ; Wed, 7 Jun 2006 18:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k57IASrD051898 for ; Wed, 7 Jun 2006 18:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k57IASZC051889; Wed, 7 Jun 2006 18:10:28 GMT (envelope-from gnats) Resent-Date: Wed, 7 Jun 2006 18:10:28 GMT Resent-Message-Id: <200606071810.k57IASZC051889@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, Yoshihide Sonoda Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3326016E853 for ; Wed, 7 Jun 2006 16:01:52 +0000 (UTC) (envelope-from yoshi@sayaka.sokohiki.org) Received: from sayaka.sokohiki.org (240.57.138.210.xn.2iij.net [210.138.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D082343D45 for ; Wed, 7 Jun 2006 16:01:51 +0000 (GMT) (envelope-from yoshi@sayaka.sokohiki.org) Received: by sayaka.sokohiki.org (Postfix, from userid 1004) id AC6585C03D; Thu, 8 Jun 2006 01:01:49 +0900 (JST) Message-Id: <20060607160149.AC6585C03D@sayaka.sokohiki.org> Date: Thu, 8 Jun 2006 01:01:49 +0900 (JST) From: Yoshihide Sonoda To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98638: update port: audio/waveplay X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihide Sonoda List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 19:46:35 -0000 >Number: 98638 >Category: ports >Synopsis: update port: audio/waveplay >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 07 18:10:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihide Sonoda >Release: FreeBSD 6.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD sayaka.sokohiki.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Nov 12 15:45:56 JST 2005 root@kotoko.sokohiki.org:/usr/obj/usr/src/sys/kotoko amd64 >Description: a change of MASTER_SITES and a bug fix >How-To-Repeat: >Fix: Please apply this patch. --- waveplay.diff begins here --- diff -uNr waveplay.old/Makefile waveplay/Makefile --- waveplay.old/Makefile Tue Jan 25 18:15:36 2005 +++ waveplay/Makefile Thu Jun 8 00:12:39 2006 @@ -7,8 +7,9 @@ PORTNAME= waveplay PORTVERSION= 2001.09.24 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://sore.totto.to/~ysonoda/FreeBSD/ports/ +MASTER_SITES= http://www.sokohiki.org/~yoshi/FreeBSD/ports/ DISTNAME= waveplay-20010924 MAINTAINER= yshd@na.rim.or.jp diff -uNr waveplay.old/files/patch-aa waveplay/files/patch-aa --- waveplay.old/files/patch-aa Thu Jan 1 09:00:00 1970 +++ waveplay/files/patch-aa Thu Jun 8 00:23:12 2006 @@ -0,0 +1,24 @@ +*** waveplay.c~ Mon Sep 24 16:38:40 2001 +--- waveplay.c Thu Jun 8 00:22:50 2006 +*************** +*** 286,293 **** + int status; + int arg; + +! if ((fd = open(devname, O_WRONLY)) == -1) + return fd; + + /* チャンネル(STEREO or MONAURAL)を設定 */ + arg = (int)(pwf->nChannels); +--- 286,296 ---- + int status; + int arg; + +! if ((fd = open(devname, O_WRONLY)) == -1) { +! fprintf(stderr, "%s - ", devname); +! perror("openDSP"); + return fd; ++ } + + /* チャンネル(STEREO or MONAURAL)を設定 */ + arg = (int)(pwf->nChannels); --- waveplay.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: