From owner-freebsd-ports@FreeBSD.ORG Sun Nov 30 11:51:34 2014 Return-Path: Delivered-To: freebsd-ports@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 A9FCFD19 for ; Sun, 30 Nov 2014 11:51:34 +0000 (UTC) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id 449ECAF2 for ; Sun, 30 Nov 2014 11:51:33 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkQAL4De1RbsIre/2dsb2JhbABbDoJ4UVgBuA+Oc4ZMAoEHFwEBAQEBfYQDAQEEOhwjEAsYCSUPKh4GE4hEAQjSIwEBAQEBBQEBAQEekHsHhEgFlVKGdIEvPIYfhjCDCIQCgztBPjABAYJFAQEB Received: from 222.138-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.138.222]) by relay.skynet.be with ESMTP; 30 Nov 2014 12:50:24 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id sAUBoMFS007979; Sun, 30 Nov 2014 12:50:22 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 30 Nov 2014 12:50:22 +0100 From: Tijl Coosemans To: "Reed A. Cartwright" Subject: Re: Tracking Binary Ports/Pkgs Tree Message-ID: <20141130125022.26460190@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 11:51:34 -0000 On Sat, 29 Nov 2014 21:58:17 -0700 "Reed A. Cartwright" wrote: > I have been using poudriere for a while to build packages locally. I > recently reduced the package server to just the ports that I need to > have custom options. I want to rely on the freebsd pkgs as much as I > can. > > However, this has proven difficult because my ports directory is often > ahead of the one that corresponded to the latest set of binary > packages. I read where packages are build off of a snapshot of the > ports tree on every wednesday. > > Is this snapshot saved anywhere? If so, I would like to be able to > sync my local ports directory against it. If not, I would like to > request such ability. Package build information is available on http://beefy1.isc.freebsd.org/ and http://beefy2.isc.freebsd.org/ and each package set lists the port revision that was used. For instance on http://beefy1.isc.freebsd.org/build.html?mastername=10i386-default&build=2014-11-26_03h32m47s it says svn://svn0.us-west.freebsd.org/ports/head@373435 Then you can update your ports tree to that revision with: svn up -r 373435