From owner-freebsd-ports@FreeBSD.ORG Thu Aug 7 13:43:03 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A231BE24 for ; Thu, 7 Aug 2014 13:43:03 +0000 (UTC) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [IPv6:2a02:6b8:0:1819::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 617A02A2F for ; Thu, 7 Aug 2014 13:43:02 +0000 (UTC) Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 8693AE61062; Thu, 7 Aug 2014 17:42:51 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id CF3C1BE006D; Thu, 7 Aug 2014 17:42:50 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ZxrAZKzHZo-go4SAxE2; Thu, 7 Aug 2014 17:42:50 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 43c545e3-658e-4c40-b135-47cbd002b816 Message-ID: <53E38259.2070109@passap.ru> Date: Thu, 07 Aug 2014 17:42:49 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Matthias Apitz , freebsd-ports@freebsd.org Subject: Re: poudriere ports -c && svn co ports References: <20140807111833.GA25418@sh4-5.1blu.de> In-Reply-To: <20140807111833.GA25418@sh4-5.1blu.de> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 13:43:03 -0000 07.08.2014 15:18, Matthias Apitz пишет: > > I will move from pkg_* tools to pkgng on my build host to create > packages for my other laptops/netbooks. > > # poudriere ports -c > > will use a snapshot of the ports to build them; is it somehow possible > to use a ports tree fetched by 'svn co' from head? I think that you are interested at -m (method) option for the command "poudriere ports", create a ports tree: ----- % poudriere ports -c -p -m svn+https ----- Update a portstree: ----- % poudriere ports -u -p ----- In case of svn+https method the portstree will be updated to the HEAD. Look at POUDRIERE(8) for more info. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve