From owner-freebsd-ports@FreeBSD.ORG Mon Jul 9 20:39:43 2012 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 723891065674; Mon, 9 Jul 2012 20:39:43 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id ADC528FC18; Mon, 9 Jul 2012 20:39:42 +0000 (UTC) Received: by lbon10 with SMTP id n10so20591938lbo.13 for ; Mon, 09 Jul 2012 13:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ytTuIjElgpjf4T0VZ503SdWdxNuAiB6eKe0zfQa97Go=; b=d6SDGjTmeRjkxGcW/nxFMSpEY1wLI3KNGLiMQHyng5mxkdu+tCIOvhWc1A3a7O1PNG E4CPfF02SxCRgq6MuyvUrvsb1zehX6Y9f5hb3HLmDIQBMhUgfP0iGBU/4LTMXgYDAzqb sFsFAXqw8XS9GYshaREm5yfH1faIk8nOq54S1EfIRF3ShhiAivNEXtARQAtnyXdQNsV+ OQnF44ZLJGPm/uZCdamdMAOou+fLK6D4c0tXebdktzf2mMszmrYeNS+DhUJZb7gp0P9q v9LoUQWcayxewJtO1AWrntC3Nq81O3EeI1r9aBzz9Fko2JRuxUeStxxmrMWRnMOCTul0 50gw== MIME-Version: 1.0 Received: by 10.152.109.198 with SMTP id hu6mr41855458lab.21.1341866376010; Mon, 09 Jul 2012 13:39:36 -0700 (PDT) Received: by 10.152.24.131 with HTTP; Mon, 9 Jul 2012 13:39:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 9 Jul 2012 22:39:35 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Clarification about redports.org 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: Mon, 09 Jul 2012 20:39:43 -0000 On Mon, Jul 9, 2012 at 8:27 PM, Chris Rees wrote: > On 9 July 2012 19:19, Fernando Apestegu=EDa wrote: >> Hi there, >> >> I just created an account at redports.org. While reading the user >> guide, I found the following paragraph: >> >> "Notice: All ports in your repository replace the complete directory >> of the official ports whenever you build a port." >> >> I don't know if I understood correctly. Does it _really_ mean the >> directory of the official ports? The one users update for instance >> executing "freebsd-update fetch udpate"? > > No. What it means is that *when you test the tree* the ports tree is > mounted, and then your changes are applied to it (like a unionfs). > > This means that if you've modified a port that the tested port depends > on, that one will also be tested. > > For example: > > I use my redports account and commit some changes to net-p2p/transmission= -cli > > I want to test my changes to the slaves too, so I queue some builds > for net-p2p/transmission-daemon. > > These use the modified transmission-cli. It's much clearer now. Thanks! > > Chris