From owner-freebsd-current@FreeBSD.ORG Tue Apr 2 05:25:52 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2E006BC for ; Tue, 2 Apr 2013 05:25:52 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF8D8CB for ; Tue, 2 Apr 2013 05:25:52 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id o17so38974oag.20 for ; Mon, 01 Apr 2013 22:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ONqzwcVFseR3xmu9MZbZnqumQq8jIg8bvDjqgBipqV0=; b=s94sG/Rb5Rc7lDn4kinUHqCaSYqx/8rFkWwBHH72GrtYe7ZxtAAylEOJsJFjCIKvRM 4SjguR7LONcGGWnDTL17RaxXLsRP9CX/wwoeOEfQ4BLT21qtqx5BdecN6SCfiSscUhQi Q+yIL/YB47FleGuVb5vKod29EqvgW83mrRE6HfEU6Qsz2P17BybUR6QOTjqXkIyH0889 P1Bee+ZLIs5zA19PtnBHkdk5ZckoNO/5W4Y5JvcWc/uefNler8Y4Au7uDSfy+OGQfIzf YwhRRWUx9THrKRTE5HaO1yVFTcCGJKuVc703oKDjooU+KSfGsWlPRy7UQob6ulsFdl/D 5jjA== MIME-Version: 1.0 X-Received: by 10.60.62.70 with SMTP id w6mr5276145oer.38.1364880346442; Mon, 01 Apr 2013 22:25:46 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.33.7 with HTTP; Mon, 1 Apr 2013 22:25:46 -0700 (PDT) In-Reply-To: <20130402050309.GA2357@tinyCurrent> References: <20130401144605.GA3932@tinyCurrent> <20130402050309.GA2357@tinyCurrent> Date: Mon, 1 Apr 2013 22:25:46 -0700 X-Google-Sender-Auth: 09bSw0D8vDGD42VQUmHoaG5bTL4 Message-ID: Subject: Re: updating ports to HEAD From: Kevin Oberman To: Matthias Apitz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 05:25:52 -0000 On Mon, Apr 1, 2013 at 10:03 PM, Matthias Apitz wrote: > El d=C3=ADa Monday, April 01, 2013 a las 08:54:59PM -0700, Kevin Oberman > escribi=C3=B3: > > > > Is there something in the base system of r235646 which would not allo= w > > > to do so, i.e. which is to old for HEAD of ports? > > > > > > > I'm not quite sure what you mean by "update /usr/ports with SVN to > HEAD", > > since ports does not branch, so any time you "svn up /usr/potrts", it i= s > > updated to head. > > I used the term 'HEAD' because the SVN command I have used was: > > # svn co https://svn0.us-west.FreeBSD.org/ports/head /usr/ports > Assuming you previously deleted /usr/ports/*, that should so it > > Any version of FreeBSD 8 or newer should work fine with > > ports/head. Note that some ports will need to be compiled with gcc as > not > > all will work with clang. > > thanks; > > > > > Are you having a problem updating (or checking out) head or with some o= f > > the ports after the update? > > the system in question hast around 1200 ports compiled based on the CVS > checkout of ports on May 19 last year; I want to check if I could > compile Ekiga out of its GIT, wich needs gtk+3.4.x and other recent > stuff; I will just for a test rename /usr/local and /var/db/pkg, update > the ports to 'HEAD' and compile them again to see if this would solve > the problem and make Ekiga happy. > > Thanks for your feedback > Good luck. I suspect a successful update of ptlib will be the real tricky part. At least it gave me headaches back when I was using Ekiga. Also, gtk-3 has well over 400 dependencies. You will probably need to update some of these, so check UPDATING for those that need special attention. Good luck! --=20 R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com