From owner-cvs-ports@FreeBSD.ORG Sat Feb 18 15:55:40 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 9F88416A420; Sat, 18 Feb 2006 15:55:40 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2A743D45; Sat, 18 Feb 2006 15:55:40 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1IFteoX039312; Sat, 18 Feb 2006 15:55:40 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1IFte7h039311; Sat, 18 Feb 2006 15:55:40 GMT (envelope-from marius) Message-Id: <200602181555.k1IFte7h039311@repoman.freebsd.org> From: Marius Strobl Date: Sat, 18 Feb 2006 15:55:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools Makefile ports/sysutils/cdrtools/files patch-ad patch-cdda2wav::interface.c patch-readcd::readcd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 18 Feb 2006 15:55:40 -0000 marius 2006-02-18 15:55:40 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools Makefile sysutils/cdrtools/files patch-ad patch-cdda2wav::interface.c patch-readcd::readcd.c Log: - Replace the fix to make `readcd -scanbus` work which was added in 2.01_2 with the "official" version from cdrtools 2.01.01a06. - Patch i386-freebsd-cc.rul to allow compilation with CC set to a compiler other than the default (as long as it doesn't include a path component, which requires considerably changes to make work). - Make the direct ATAPI transport of cdda2wav work again with FreeBSD after device major numbers were abandoned; bump PORTREVISION for this. Approved by: netchild Revision Changes Path 1.64 +1 -1 ports/sysutils/cdrtools/Makefile 1.4 +5 -4 ports/sysutils/cdrtools/files/patch-ad 1.4 +5 -5 ports/sysutils/cdrtools/files/patch-cdda2wav::interface.c 1.2 +58 -26 ports/sysutils/cdrtools/files/patch-readcd::readcd.c