From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 00:05:23 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF2D11065674; Tue, 9 Sep 2008 00:05:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EDD88FC1D; Tue, 9 Sep 2008 00:05:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48C5BDC4.7060102@FreeBSD.org> Date: Tue, 09 Sep 2008 09:35:24 +0930 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Brooks Davis References: <539c60b90809081003t35ebd62p2f5e006a1270f066@mail.gmail.com> <20080908185627.GE20793@lor.one-eyed-alien.net> In-Reply-To: <20080908185627.GE20793@lor.one-eyed-alien.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Steve Franks , freebsd-ports@freebsd.org Subject: Re: Making ports from source with weird download restrictions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 00:05:23 -0000 Brooks Davis wrote: > As long as the license allows redistribution, we can host it on FreeBSD > infrastructure using MASTER_SITE_LOCAL. > >> 2) openocd - http://openfacts.berlios.de/index-en.phtml?title=Building_OpenOCD >> - this is a bit more sensible - there's a stable SVN repository for >> it, it's just that the only ports I've seen are on sourceforge, and >> come from release .tgz archives, not a SVN archive (although I've >> never gotten a broken version from the openocd SVN). If someone >> pointed me at a port that built from SVN instead of a .tgz, I'm sure I >> could get the port done. > > Doing an svn export in the fetch stage is possible, but probably not > ideal. In my devel/llvm-devel port I have a do-fetch target that > fetches a snapshot and makes a tarball out of it, but I only use that > for my own use and host a snapshot on the FreeBSD ftp servers for normal > users since a tarball allows users to do a make clean and retry without > having to fetch files again. Yes, this is the right way to do it. Kris