From owner-freebsd-ports@FreeBSD.ORG Mon Jun 23 17:19:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 155CFE65 for ; Mon, 23 Jun 2014 17:19:30 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99AC62EC2 for ; Mon, 23 Jun 2014 17:19:29 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id cc10so4774377wib.1 for ; Mon, 23 Jun 2014 10:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=mj7xsftEOQFSBxiy8Qs5MAm+i7I9+SUqwoU5QBF/2dc=; b=wEXPOYqM9xVNY8h3J8GzIPRAopUx2nCTYDIa9opRq8f/YkP8ZOKl2lTbxu5yL1pOD2 /z7pT1Ed557F+Abby9Jg2a+2HDYTxG00xNdZB/6sWAcw5EAcQDWlQMTFp87sSUuY/0q3 VNKpVvQwQ3rIvlwcdJpVIwoY61Mb1cSTP0KLVKsiZR1ut3jnpEW6uxyxFFqqA7JP5G60 o0beD7gmicdxiF64CrvIuO8ykyOdKq+GUlzM36IOoHhz59gBqnFt8889BREOBfzFnu9N ym/GHaKVblacjszyszw1OZohjexsOrxoBBqw+ewoSiLzMnT/RWQoxqs+EfZ+z8uMfLN9 XX/Q== X-Received: by 10.180.14.196 with SMTP id r4mr27429479wic.2.1403543967875; Mon, 23 Jun 2014 10:19:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.162.33 with HTTP; Mon, 23 Jun 2014 10:18:57 -0700 (PDT) From: Yevgen Lasman Date: Mon, 23 Jun 2014 20:18:57 +0300 Message-ID: Subject: Broken PKG mirror To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 17:19:30 -0000 Recently met problems using standard configuration pkg+ http://pkg.FreeBSD.org/${ABI}/latest Did check available mirros host -t srv _http._tcp.pkg.freebsd.org CODE: SELECT ALL _http._ tcp.pkg.freebsd.org has SRV record 50 10 80 pkg0.ydx.freebsd.org. _http._tcp.pkg.freebsd.org has SRV record 90 10 80 pkg0.isc.freebsd.org. _http._tcp.pkg.freebsd.org has SRV record 10 10 80 pkg0.bme.freebsd.org. _http._tcp.pkg.freebsd.org has SRV record 50 10 80 pkg0.nyi.freebsd.org. And looks like among all mirrors only pkg0.bme.freebsd.org is broken. Could be a problem for those how use default configuration withwhich might return bme as the closest one, as it was with me.