From owner-freebsd-ports@FreeBSD.ORG Sun Aug 31 18:37:55 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 3080E825 for ; Sun, 31 Aug 2014 18:37:55 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9B21990 for ; Sun, 31 Aug 2014 18:37:54 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M4kfR-1YMSiy02aT-00yx1Z; Sun, 31 Aug 2014 20:37:45 +0200 Message-ID: <54036B7E.4040504@gmx.de> Date: Sun, 31 Aug 2014 20:37:50 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Ports ML Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion References: <20140828142610.6dc3b78d@X220.alogt.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:nI77hbcciXBDrGMVPGDTZZoX1b0NxKKAtRG9rwnXBYinpgwrOrG DRIWJH+jzGUBBqok6zXFQgOXrOhly9X4zb1WiM9ED4W6oo8q100ZuMl7LnFQH/zbXJXbAVJ SfYYMnLxjHPMmDF1r7HAbqN8pO7N4J7S9F8umB/NIoiMFJ2wroO6k3+IhPfPTbfPahT5pXE tUejSa/Bsa9pLTJx/L7RQ== X-UI-Out-Filterresults: notjunk:1; Cc: Torfinn Ingolfsen X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 18:37:55 -0000 On 2014-08-31 19:43, Torfinn Ingolfsen wrote: > On Thu, Aug 28, 2014 at 8:26 AM, Erich Dollansky > wrote: >> Hi, >> >> I did not got through the full thread to see if you found a solution. > > Yes, I did. In fact, freebsd-update provided the solution; I used it > to upgrade to FreeBSD 8.4-release: > root@kg-vm2# uname -a > FreeBSD kg-vm2 8.4-RELEASE-p14 FreeBSD 8.4-RELEASE-p14 #0: Tue Jul 8 > 12:41:46 UTC 2014 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > and since the machine now is on a supported version, the ports tree > works again, and I installed subversion and > used that to get the latest FreeBSD 8-stable source on the machine, > and used that to update the machine to FreeBSD 8.4-stable. Hm, do you mean update with subversion to 8.4-stable or 8.4-current? Unless you have a non default kernel there is no need to rebuild to get 8.4-stable, just run `freebsd-update fetch install' without '-r ...' and you are done. Rebuilding the system from source can break freebsd-update specially if build with custom optimizations (-O...) Anyway good to hear you managed to get your system to a supported release. -- olli