From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 06:17:30 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29A35938 for ; Wed, 17 Jun 2015 06:17:30 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id F0156F2B for ; Wed, 17 Jun 2015 06:17:29 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id t5H6HSO0090171 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 16 Jun 2015 23:17:28 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <558110F7.9050309@rawbw.com> Date: Tue, 16 Jun 2015 23:17:27 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: kpneal@pobox.com, freebsd-ports@freebsd.org Subject: Re: Any ports that download whole trees with git? References: <20150616233346.GA42565@neutralgood.org> In-Reply-To: <20150616233346.GA42565@neutralgood.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 06:17:30 -0000 On 06/16/2015 16:33, kpneal@pobox.com wrote: > Are there any ports that download entire source trees using git? > > I'm looking at doing a port, but the only source for the source is > a tree in git. Are there any examples I can crib from? I generalized my previous patch into USE_SCMREPO: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200929 It fetches source from SCM repository. Yuri