From owner-freebsd-ports@FreeBSD.ORG Sun Aug 31 17:43: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 442056D4 for ; Sun, 31 Aug 2014 17:43:30 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (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 C1EC312DC for ; Sun, 31 Aug 2014 17:43:29 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id s18so5068309lam.34 for ; Sun, 31 Aug 2014 10:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UmC0c/sK9THbHeNGi3IkrVfSr1WeTnhxVJe7U54MSOg=; b=wqcs55yx2gDP07shECZnQiohwlFPfraX4YaESKTwK2F9qJwhG5MtXZYzURugMTmKCr LNeU3M8yM4wU753TrhMRqlphjRh+OY20FXWrjPgh9uAtbWZTNjtJrf+eAzg0F7cGAS1N bQBb2dBgCQ6SCEsrb2U5wxOZuAKvmK+ok2k2UT9ONjfNjjxNVoueg7lRlwAVF1aUqag6 Wbcd6mtShRcmIWo5LGeH1kaEurpfma7lFo05fzpJM4osMDlukky160310ZYnkMMolhCx QjxV36nw0AbXjob1uSgVpsJLVqqfdt+k3CZpeqieJxqYLjH/GW5f75yXX+aAM7obAEeZ jEng== MIME-Version: 1.0 X-Received: by 10.112.210.138 with SMTP id mu10mr3298258lbc.81.1409507007571; Sun, 31 Aug 2014 10:43:27 -0700 (PDT) Received: by 10.25.24.196 with HTTP; Sun, 31 Aug 2014 10:43:27 -0700 (PDT) In-Reply-To: <20140828142610.6dc3b78d@X220.alogt.com> References: <20140828142610.6dc3b78d@X220.alogt.com> Date: Sun, 31 Aug 2014 19:43:27 +0200 Message-ID: Subject: Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 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 17:43:30 -0000 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. HTH -- Regards, Torfinn Ingolfsen