From owner-cvs-ports@FreeBSD.ORG Wed Dec 27 19:19:04 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C61C16A40F; Wed, 27 Dec 2006 19:19:04 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 035C013C473; Wed, 27 Dec 2006 19:19:03 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kBRJJ0wU013015; Thu, 28 Dec 2006 03:19:00 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kBRJJ0Kd014165; Thu, 28 Dec 2006 03:19:00 +0800 (CST) (envelope-from rafan) Date: Thu, 28 Dec 2006 03:19:00 +0800 From: Rong-En Fan To: "Simon L. Nielsen" Message-ID: <20061227191900.GB73262@svm.csie.ntu.edu.tw> References: <20061227171352.GC1063@zaphod.nitro.dk> <200612271849.kBRInDYv032963@cwsys.cwsent.com> <20061227190446.GE1063@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061227190446.GE1063@zaphod.nitro.dk> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-ports@FreeBSD.org, Cy Schubert , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Cy Schubert Subject: Re: cvs commit: ports/sysutils/screen Makefile 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: Wed, 27 Dec 2006 19:19:04 -0000 On Wed, Dec 27, 2006 at 08:04:47PM +0100, Simon L. Nielsen wrote: > On 2006.12.27 10:49:13 -0800, Cy Schubert wrote: > > In message <20061227171352.GC1063@zaphod.nitro.dk>, "Simon L. Nielsen" > > writes: > > > On 2006.12.27 16:51:21 +0000, Cy Schubert wrote: > > > > cy 2006-12-27 16:51:21 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > sysutils/screen Makefile > > > > Log: > > > > Add my people.freebsd.org distfiles directory as a distribution site. > > > > > > I think public_distfiles should work again now that we have an > > > ftp-master again. > > > > It's been a while since I've used public_distfiles. How would I code that > > in a Makefile? I don't want to alter MASTER_SITE_SUBDIR as I'm hoping the > > GNU folks will get the latest release of screen shortly. The only solution > > I can think of is to replicate MASTER_STIE_LOCAL except %SUBDIR% becomes my > > FreeBSD.org id. Not elegant enough for me. Hopefully I'm missing something > > here and an elegant solution is available. > > See how it's done in astro/xearth/Makefile . It's rather magic to me, > but that is how smart people told me it should be done :-). sat@ has more evil things in bsd.sites.mk. Say MASTER_SITES= LOCAL/rafan > > -- > Simon L. Nielsen