From owner-freebsd-ports@freebsd.org Thu Feb 25 08:41:49 2016 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 6149BAB3682 for ; Thu, 25 Feb 2016 08:41:49 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA9A772 for ; Thu, 25 Feb 2016 08:41:48 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [192.168.0.143] (port-212-202-156-99.static.qsc.de [212.202.156.99]) by toco-domains.de (Postfix) with ESMTPA id 8C1841B22098; Thu, 25 Feb 2016 09:41:40 +0100 (CET) Subject: Re: Unable to update ports using svnlite To: Alphons van Werven , Clinton Bessesen References: <56CDCF3B.1060405@xopen.plus.com> <20160224171039.GA54277@spectrum.skysmurf.nl> <56CDE8BD.5010609@xopen.plus.com> <20160224174347.GA55917@spectrum.skysmurf.nl> Cc: freebsd-ports@freebsd.org From: =?UTF-8?Q?Torsten_Z=c3=bchlsdorff?= Message-ID: <56CEB49F.2050707@toco-domains.de> Date: Thu, 25 Feb 2016 09:00:31 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160224174347.GA55917@spectrum.skysmurf.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 25 Feb 2016 08:41:49 -0000 Hello, On 24.02.2016 18:43, Alphons van Werven wrote: > Clinton Bessesen wrote: > >> after trying many different things, it seems to have been a DNS issue. > > Glad I could help. > > Note that I symlinked svnlite to svn because otherwise > # make -C /usr/ports update > doesn't work: "svn" is hardwired into one of the Makefiles somewhere. If > you use svn directly (e.g. > # cd /usr/ports && svnlite update > or something, you might not need the symlink. Huh - thats annoying! Not only that i did not know this method ;) The error is in /usr/ports/Makefile line 167. This could be easily fixed. I'm currently offline but will send a fix when back. Greetings, Torsten