From owner-cvs-ports@FreeBSD.ORG Mon May 19 13:13:04 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F61737B40A; Mon, 19 May 2003 13:13:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0B843F93; Mon, 19 May 2003 13:13:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4JKD30U032171; Mon, 19 May 2003 13:13:03 -0700 (PDT) (envelope-from hoek@repoman.freebsd.org) Received: (from hoek@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4JKD3ix032170; Mon, 19 May 2003 13:13:03 -0700 (PDT) Message-Id: <200305192013.h4JKD3ix032170@repoman.freebsd.org> From: Tim Vanderhoek Date: Mon, 19 May 2003 13:13:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/cdplay Makefile ports/audio/cdplay/files patch-ab patch-ad patch-ae X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 20:13:05 -0000 hoek 2003/05/19 13:13:03 PDT FreeBSD ports repository Modified files: audio/cdplay Makefile audio/cdplay/files patch-ab patch-ad patch-ae Log: Patches for: 1) Avoid becoming confused about the current state of "pause" when rewinding/forwarding to the prev/next track. 2) Use capital 'E' instead of lower 'e' for Eject. The 'e' button is too close to the 'r' button and accidentally ejecting when you're trying to rewind is really annoying. 3) When multiple subsequent r)ewind or f)orward operations are used before the ioctl() from an earlier r)ewind or f)orward has returned, perform the delayed 'r' and 'f' operations all at once rather than individually (and serially). This avoids a buffer overflow crash that could occur and also makes the 'r' and 'f' controls much more usable Update PORTREVISION for these improvements. Revision Changes Path 1.10 +1 -1 ports/audio/cdplay/Makefile 1.2 +76 -6 ports/audio/cdplay/files/patch-ab 1.2 +20 -6 ports/audio/cdplay/files/patch-ad 1.3 +65 -7 ports/audio/cdplay/files/patch-ae