From owner-freebsd-ports@freebsd.org Fri Aug 28 21:26:00 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 CAE9B9C54A9 for ; Fri, 28 Aug 2015 21:26:00 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 883F1DB6 for ; Fri, 28 Aug 2015 21:26:00 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by qgj62 with SMTP id 62so37114568qgj.2 for ; Fri, 28 Aug 2015 14:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+zDFZUqwHYQ9Mj4UFtbh1jURSR/lgi1nyVPcAi9q68E=; b=u5jzKS48RMveCwoDW+kch12EaUCmvlj8MZvzvK0CQz27ONSHV8xgNc/LVdhj9oYxQt NqMuW0IpbOyL02TK4DXekCgJhO4z58MFxM81rck9db/lKoPUebJ1if3uE4XXrt0/pO0+ JTfw+M/oSB/C7cb0bNGIELlUKxIjHgUnarYoYztokvzsRK83T9DLUgLxhFBOhOrC2dBe Jp3cljLX8ZF1b6SOQFgP7hu9rvUGI6VIhB+8Muvxu8lS+J/zH/60Yimvfr6CKLvCaNDy lYblowYv4zMVGzRwi7fWnnzBb685ReN/xklJu3o0PAES7qvEA49jIFSM8vtz5zioXrLp Gx3g== MIME-Version: 1.0 X-Received: by 10.140.135.197 with SMTP id 188mr20528436qhh.89.1440797159380; Fri, 28 Aug 2015 14:25:59 -0700 (PDT) Received: by 10.55.182.65 with HTTP; Fri, 28 Aug 2015 14:25:59 -0700 (PDT) Date: Fri, 28 Aug 2015 23:25:59 +0200 Message-ID: Subject: distfiles directory in poudriere From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 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: Fri, 28 Aug 2015 21:26:00 -0000 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? Thanks in advance