From owner-freebsd-ports@FreeBSD.ORG Fri Jun 4 15:08:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7552C16A4CE for ; Fri, 4 Jun 2004 15:08:11 -0700 (PDT) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9570643D58 for ; Fri, 4 Jun 2004 15:08:10 -0700 (PDT) (envelope-from dejan.lesjak@guest.arnes.si) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id 3629C26E05E; Sat, 5 Jun 2004 00:10:14 +0200 (CEST) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 72035-08; Sat, 5 Jun 2004 00:10:14 +0200 (CEST) Received: from clj8-144.dial-up.arnes.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by avs2.arnes.si (Postfix) with ESMTP id 8725F26DFCF; Sat, 5 Jun 2004 00:10:13 +0200 (CEST) From: Dejan Lesjak To: Eric Osterweil Date: Sat, 5 Jun 2004 00:07:51 +0200 User-Agent: KMail/1.6.2 References: <20040604154116.1978.qmail@web11701.mail.yahoo.com> In-Reply-To: <20040604154116.1978.qmail@web11701.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406050007.51873.dejan.lesjak@guest.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si cc: freebsd-ports@freebsd.org Subject: Re: XFree86 and VIA M10000 Video X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 22:08:11 -0000 On Friday 04 of June 2004 17:41, Eric Osterweil wrote: > Dejan, > > So, do you think I should use the same portupgrade > command that you sent me before to move to the xorg > stuff? None of the suggestions above seem to work. > > Thanks, > > Eric Yes, similar: portupgrade -f -o x11-servers/xorg-server XFree86-4-Server\* should work. Dejan