From owner-freebsd-ports@freebsd.org Sat Aug 29 14:00:36 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 889679C568E for ; Sat, 29 Aug 2015 14:00:36 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47F87C41; Sat, 29 Aug 2015 14:00:36 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by qgeh99 with SMTP id h99so45917512qge.0; Sat, 29 Aug 2015 07:00:35 -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; bh=Eo/k+3q3j17IYXDfUDJlh1X58X+6hkHIaoK6AilPfoo=; b=EXLw2kOrcX78aVzXeYIMYsLIQJxfCWhSMafkjEtXENOheOJNPzitLJRVJGYp1IFJFy znTi1/I78i/Kz/dfij9H2nukhzJSEOQbpCe3EWzT+FFiwnUQbmak9cwM66eTbR+fiQo/ xhr/ec+pOr3kKLaUG/nDWjvtZAWkG5vXrZRtJO5rGyAwZ+EounuLPWVsqq8zc7ITzfav 2dCFI1JQcJrmcX0qQXE+Llz+123h1TmjV6lek7UEt/vN3TXZPm7DBmz25FmI3oUwsgSi bXebhmve/SBQa5z3iUcPBrGXH5dB0CuXchXKGgcQv4dXISPZHz2VPTVUAQuyS9+8xekb iOrA== MIME-Version: 1.0 X-Received: by 10.140.146.214 with SMTP id 205mr25460852qhs.71.1440856835266; Sat, 29 Aug 2015 07:00:35 -0700 (PDT) Received: by 10.55.122.4 with HTTP; Sat, 29 Aug 2015 07:00:34 -0700 (PDT) Received: by 10.55.122.4 with HTTP; Sat, 29 Aug 2015 07:00:34 -0700 (PDT) In-Reply-To: <92837FAF88551BFCD0F07110@atuin.in.mat.cc> References: <92837FAF88551BFCD0F07110@atuin.in.mat.cc> Date: Sat, 29 Aug 2015 16:00:34 +0200 Message-ID: Subject: Re: distfiles directory in poudriere From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: Mathieu Arnold Cc: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sat, 29 Aug 2015 14:00:36 -0000 El 28/08/2015 23:32, "Mathieu Arnold" escribi=C3=B3: > > > > +--On 28 ao=C3=BBt 2015 23:25:59 +0200 Fernando Apestegu=C3=ADa > wrote: > | One of my ports depends on linux-oracle-jdk8 that must be downloaded > | by hand and place it in the distfiles directory before re-running > | 'make install' (license constraints). > | > | If I'm going to test my port with poudriere, where should I place the > | distribution file? > > In the directory defined by DISTFILES_CACHE. And that makes a lot of sense :) Thanks! > > -- > Mathieu Arnold