From owner-freebsd-ports@FreeBSD.ORG Sun Sep 9 16:47:15 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 198E816A417; Sun, 9 Sep 2007 16:47:15 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from ella.lautre.net (ella.lautre.net [80.67.160.76]) by mx1.freebsd.org (Postfix) with ESMTP id C51BF13C45A; Sun, 9 Sep 2007 16:47:14 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.lautre.net (Postfix) with ESMTP id BF19B4C1D9; Sun, 9 Sep 2007 18:22:59 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id B7A241142F; Sun, 9 Sep 2007 18:22:58 +0200 (CEST) Date: Sun, 9 Sep 2007 18:22:58 +0200 From: Thierry Thomas To: Kris Kennaway Message-ID: <20070909162258.GV66151@graf.pompo.net> Mail-Followup-To: Kris Kennaway , Luigi Rizzo , ports@freebsd.org References: <20070909065432.A33424@xorpc.icir.org> <46E41795.3060304@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <46E41795.3060304@FreeBSD.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: ports@freebsd.org, Luigi Rizzo Subject: Re: any standard method to fetch a port's sources from svn (or cvs, etc) ? 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: Sun, 09 Sep 2007 16:47:15 -0000 Le Dim 9 sep 07 à 17:56:05 +0200, Kris Kennaway écrivait : > It is recommended not to do this. Some of our users are behind > firewalls and cannot fetch except via HTTP and FTP. Instead, you need > to create your own tarball of the sources checked out from the VCS, > possibly using a "helper" makefile target that fetches from VCS and > creates the tarball for republication by you on MASTER_SITE_LOCAL. There is an example in ports/www/tidy-devel/Makefile. -- Th. Thomas.