From owner-svn-ports-all@FreeBSD.ORG Tue Apr 28 14:20:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F41A387E; Tue, 28 Apr 2015 14:20:30 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAC241444; Tue, 28 Apr 2015 14:20:30 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 31B4B43BC9; Tue, 28 Apr 2015 09:20:26 -0500 (CDT) Message-ID: <553F9728.6050906@marino.st> Date: Tue, 28 Apr 2015 16:20:24 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Gerald Pfeifer , Jan Beich CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:20:31 -0000 On 4/28/2015 16:05, Gerald Pfeifer wrote: > On Tue, 28 Apr 2015, Jan Beich wrote: >> It fails to fetch from GCC mirrors. Did you mean the following? >> >> MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} > > Thanks Jan! Fixed now. > > I spent 20+ minutes trying to diagnose what had happened, and found this: > > => Attempting to fetch http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 > gcc-5.1.0.tar.bz2 0 B 0 Bps > > Interestingly this happens still, even after I commented all lines > containing "distcache" in $PORTSDIR/Mk/bsd.*.mk. > I think you can get what you are looking for with by putting "MASTER_SITE_BACKUP=" in make.conf or the command line. That will save you having to edit files next time. John