From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 17:55:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 422DC5E7; Fri, 12 Apr 2013 17:55:55 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id A95E114CC; Fri, 12 Apr 2013 17:55:54 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn17so1854934wib.4 for ; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=U7M41WUSeJlunseuH9PCmX+IwSbeJp5mmJg4HeLC7S4=; b=OKgiKOtYLUBYEPUVg5iIh5X8jEUsnQA2aX4KWTTU7OvU9UJpkvGTbkHeyg/zQClOhT cHb96BKH7KDiyUAhtfYVofcCaTgcZREwXL+kp/iayDB0I/mog5RX5GYw5VMxPw81p2CS pn53BsCozLm5JRMvdI3DTSM6hDSVW1ExglZguIOyHqMCYdV9NvnI2ReNRfMc/N1PdGmp JZv8y8a5/UAyRseCUTAWLgcsEZGO9P7+1mYaw43sMC0Y/KFYTO+oxjKCkgzgv1hVcQvV B3c+9MQiY6Z821xSSHwSTjRs9uuSXKKYOf4Rajumh1ko7es2rbxVu2DEZ73Bj7ufXLPw WdXw== MIME-Version: 1.0 X-Received: by 10.180.92.229 with SMTP id cp5mr5665804wib.20.1365789353792; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) Received: by 10.180.125.77 with HTTP; Fri, 12 Apr 2013 10:55:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 12 Apr 2013 19:55:53 +0200 Message-ID: Subject: Re: redports.org No address record From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 17:55:55 -0000 On Fri, Apr 12, 2013 at 6:54 PM, Chris Rees wrote: > On 12 April 2013 16:52, Fernando Apestegu=EDa > wrote: > > Hi, > > > > I'm getting a "No address record" error[1] trying to build cad/openvsp = in > > redports. > > It builds fine in my local machine and I can access the URL with the > > browser too. > > > > What am I missing? > > > > Thanks in advance. > > > > [1] > > > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og > > Network access is not allowed in any phase except the fetch phase. > I understand, but I'm only accessing the network in that phase via the do-fetch target, right? > > You need to add openvsp-2.2.3.tar.gz to DISTFILES-- are you using > USE_GITHUB? > I'm gonna need more help here :) The current version of the port (2.2.2) doesn't set DISTFILES. Is it necessary? Secondly, I didn't know of the existence of USE_GITHUB. I suppose I should do something like this: USE_GITHUB=3D yes GH_ACCOUNT=3D OpenVSP GH_PROJECT=3D OpenVSP GH_TAG=3D 2.2.3 GH_COMMIT=3D fb52aa2 and set MASTER_SITES =3D ${GITHUB_CLOUD} is that correct? Thanks > > Chris >