From owner-cvs-all@FreeBSD.ORG Sun Mar 7 20:07:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA2616A4CF; Sun, 7 Mar 2004 20:07:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0531243D31; Sun, 7 Mar 2004 20:07:45 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2847iGe097102; Sun, 7 Mar 2004 20:07:44 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2847iJ7097101; Sun, 7 Mar 2004 20:07:44 -0800 (PST) (envelope-from edwin) Message-Id: <200403080407.i2847iJ7097101@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 7 Mar 2004 20:07:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mbrolavox Makefileports/audio/mbrolavox/files ports/audio/mbrolavox/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 04:07:45 -0000 edwin 2004/03/07 20:07:44 PST FreeBSD ports repository Modified files: audio/mbrolavox Makefile audio/mbrolavox/scripts configure Added files: audio/mbrolavox/files default-fetchdirs.conf default-voices.conf Log: [patch] fix "make fetch" for audio/mbrolavox When building audio/mbrolavox on bento, it doesn't do anything usefull because it there are no voices selected. Furthermore, the fetch stage tries to download each file from each subdirectory, which is inefficient. See also http://bento.freebsd.org/errorlogs/i386-4-exp-latest/mbrolavox-3.0.1.log PR: ports/61500 Submitted by: Edwin Groothuis Approved by: maintainer timeout Revision Changes Path 1.5 +13 -7 ports/audio/mbrolavox/Makefile 1.1 +58 -0 ports/audio/mbrolavox/files/default-fetchdirs.conf (new) 1.1 +58 -0 ports/audio/mbrolavox/files/default-voices.conf (new) 1.3 +4 -2 ports/audio/mbrolavox/scripts/configure