From owner-freebsd-questions@FreeBSD.ORG Fri Sep 20 10:40:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 291909F9 for ; Fri, 20 Sep 2013 10:40:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 911F02DD8 for ; Fri, 20 Sep 2013 10:40:37 +0000 (UTC) Received: from ox-dell39.ox.adestra.com ([178.78.126.226]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r8KAeWxW023957 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 20 Sep 2013 11:40:33 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk r8KAeWxW023957 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1379673633; bh=B6GYVjd3FdjghHrc68LHCAhPQrQe89syOiAzKBTFZVs=; h=Date:From:To:CC:Subject:References:In-Reply-To; z=Date:=20Fri,=2020=20Sep=202013=2011:40:32=20+0100|From:=20Matthew =20Seaman=20|To:=20Mehmet=20Erol= 20Sanliturk=20|CC:=20FreeBSD=20Questions= 20Mailing=20List=20|Subject:=20Re:= 20PKGNG|References:=20=20<523C1273.6040504@infracaninophile.co.u k>=20|In-Reply-To:=20; b=XhdC4cnNmgKIOk2CrOMDmGQRdhSoNZXAzSfU17fVbEYC3tEOJqsA4Oxp2FqjAPccD Wkq1YLl1uoaLN+GIij5a13nCxuhm0UB3wIuambeOHnVhuG9Px7u46bFqdKK/7pLyjP dR8NUnGEs9z9e7ahaghGh4kvCSHfHyhny3qbjJUg= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [178.78.126.226] claimed to be ox-dell39.ox.adestra.com Message-ID: <523C2620.9070604@infracaninophile.co.uk> Date: Fri, 20 Sep 2013 11:40:32 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130828 Thunderbird/17.0.8 MIME-Version: 1.0 To: Mehmet Erol Sanliturk Subject: Re: PKGNG References: <523C1273.6040504@infracaninophile.co.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,DCC_CHECK, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RDNS_NONE autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 10:40:38 -0000 On 09/20/13 10:59, Mehmet Erol Sanliturk wrote: > The following links are not accessible ( at least from Turkey ) : > > http://pkg-test.freebsd.org/ > http://pkg-test.freebsd.org/pkg-test-amd64/ > http://pkg-test.freebsd.org/pkg-test-i386/ > pkg-test.freebsd.org is a SRV record, not an A record[*]. pkg(8) will be able to find the repo given the information I showed. Also ${ABI} in pkg.conf expands to a string like freebsd:9:x86:64 which includes more than just the CPU architecture. Cheers, Matthew [*] This usage is not in compliance with RFC 2616 so the URL will need to be changed at some point. See https://github.com/freebsd/pkg/issues/550