From owner-cvs-all@FreeBSD.ORG Sun Sep 18 10:23:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1777F16A41F; Sun, 18 Sep 2005 10:23:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874B043D45; Sun, 18 Sep 2005 10:23:42 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (d50.GkanagawaFL12.vectant.ne.jp [163.139.187.50]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j8IANYXl013140; Sun, 18 Sep 2005 19:23:41 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 18 Sep 2005 19:23:34 +0900 (JST) Message-Id: <200509181023.j8IANYXl013140@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Colin Percival In-Reply-To: <200509172230.j8HMUStB067017@repoman.freebsd.org> References: <200509172230.j8HMUStB067017@repoman.freebsd.org> X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.120]); Sun, 18 Sep 2005 19:23:41 +0900 (JST) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/timidity++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Sep 2005 10:23:43 -0000 On Sat, 17 Sep 2005 22:30:28 +0000 (UTC) Colin Percival wrote: > cperciva 2005-09-17 22:30:28 UTC > FreeBSD ports repository (src committer) > Modified files: > audio/timidity++ Makefile > Log: > Since MASTERDIR isn't autodefined by bsd.port.mk until after > bsd.port.pre.mk is included, move the block which uses it to be after > said inclusion. This makes timidity++ cease to depend upon itself, > and unbreaks portsnap's INDEX-building. > Approved by: linimon > Revision Changes Path > 1.45 +8 -8 ports/audio/timidity++/Makefile Thank you very much!