From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 13:08:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2FA16A4CE for ; Sat, 11 Sep 2004 13:08:45 +0000 (GMT) Received: from ncm.gu.se (ncm1.ncm.chalmers.se [129.16.132.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EAD43D55 for ; Sat, 11 Sep 2004 13:08:45 +0000 (GMT) (envelope-from dippe@ncm.gu.se) Received: from [192.168.0.2] (2-1-1-21a.gmt.gbg.bostream.se [82.182.76.138]) by ncm.gu.se (Postfix) with ESMTP id F1E33B886 for ; Sat, 11 Sep 2004 15:06:16 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: =?ISO-8859-1?Q?G=FCnther_Dippe?= Date: Sat, 11 Sep 2004 15:08:43 +0200 X-Mailer: Apple Mail (2.619) Subject: Re: Problems with the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 13:08:45 -0000 I found this on a list and it works for me. portsdb/ruby issue with 5.2.1 (and may also work with 4.10) (Install portindex - /usr/ports/sysutils/portindex) cvsup your ports tree cd /usr/ports && make index /usr/local/bin/portindex (this will take some time the first run but then it'll be much faster) /usr/local/bin/portindexdb pkgdb -afuF (or whatever you use for parms) portversion -vL= portupgrade -a (or whatever you use for parms) Cheers