From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:00:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69BDF16A400 for ; Sat, 12 May 2007 21:00:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 28B0A13C45D for ; Sat, 12 May 2007 21:00:52 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1424334nze for ; Sat, 12 May 2007 14:00:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uRk6x+Jq10TgSzSTQ4NC7D0tZiexqk8tH5tMD+POEurUV/WCP7sPRzwM8kK85JsAQAzGtOvVBgqGSIgoScE+dIdZKdnTSALWMc1en3ZZHo5jIcFhmntU7B2YCopXS+hg9DIkzLiBrfU3hyPWnexoHSF4JJQzqDw/x8te5FDMcQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=t6IVgC7y9nI1LCIZau4A8Dnd4NhjSiIAsALPjj7+yQP2zcYF+eJ6eo8I6btLDRKNOB0lsz8cTwWKAy4HRt75gfG5odYrbWBLSVzTUoHXA8Jcjw7Y8qHDBEymLhkmreqkBypnMtLSpD3lkOPzN0KuqgApWjbvd8W/RqS/cLweboc= Received: by 10.115.88.1 with SMTP id q1mr372127wal.1179003652070; Sat, 12 May 2007 14:00:52 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 12 May 2007 14:00:51 -0700 (PDT) Message-ID: Date: Sun, 13 May 2007 01:00:51 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" , ports@freebsd.org In-Reply-To: <20070512153043.GA12201@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> X-Google-Sender-Auth: 0b39b5933cf89524 Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 21:00:53 -0000 Reporting success on one of my desktops. It's a current/i386 box with a little over 1000 packages (after the upgrade). I used portupgrade-devel, but started with stale INDEX. For this reason or not, I stumbled upon the libXft quirk. Stopped the upgrade when I saw a few pkg_create's to take far too long because of dependency loop, rebuilt the INDEX with "make index" (portsdb -U didn't work for me), ran pkgdb -F and after that portupgrade -a finished without any major surprises. mergebase.sh failed, probably because my system is quite dirty. Even after I removed the conflicting files, it just failed. I've made the merge myself and been living happily ever since (so far). Waiting for portupgrade -a to finish on my laptop. Thanks, Kris and all of you guys for making this step as painless as possible - for me and everyone. Thanks!