From owner-cvs-all Wed Mar 31 17:43:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0449D14CF2; Wed, 31 Mar 1999 17:43:50 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA18494; Wed, 31 Mar 1999 17:43:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199904010143.RAA18494@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 31 Mar 1999 17:43:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xgalaga/patches patch-ab ports/games/xgalaga/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/31 17:43:33 PST Modified files: games/xgalaga/patches patch-ab games/xgalaga/pkg DESCR Log: (1) Modification about sound by the following PR: PR: ports/8795 Submitted by: Mikhail Teterin (2) I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); The bug causes "Program terminated with signal 8, Floating point exception". (3) Typo in pkg/DESCR Revision Changes Path 1.2 +133 -19 ports/games/xgalaga/patches/patch-ab 1.2 +1 -1 ports/games/xgalaga/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message