From owner-freebsd-questions@FreeBSD.ORG Sat Jun 25 13:48:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8A40716A41C for ; Sat, 25 Jun 2005 13:48:57 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44ABE43D49 for ; Sat, 25 Jun 2005 13:48:57 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 7E4A917B881; Sat, 25 Jun 2005 15:48:56 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 37585-01-8; Sat, 25 Jun 2005 15:48:54 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id 8A9BC17B8B5; Sat, 25 Jun 2005 15:48:54 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 4FBA35C22; Sat, 25 Jun 2005 15:48:54 +0200 (CEST) From: Dejan Lesjak To: Warren Date: Sat, 25 Jun 2005 15:48:53 +0200 User-Agent: KMail/1.8 References: <200506251157.54024.dejan.lesjak@ijs.si> <200506252310.47034.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200506252310.47034.shinjii@virusinfo.rdksupportinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506251548.53950.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade in Xfree86 pkg failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 13:48:57 -0000 On Saturday 25 of June 2005 15:10, Warren wrote: > > After this command that seems to skip ports that fail, what version of > > imake-4 and XFree86-4-libraries do you have installed? > > > > > > Dejan > > What ever is the latest version as i did a CVSUP and portupgrade as of 24 > June 2005 and the above port is the only one that failed. You can check with pkg_info(1). You should have imake-4.5.0. The file /usr/X11R6/lib/X11/config/X11.tmpl should include the following: #ifndef DRMIncludesDir #define DRMIncludesDir $(XF86OSSRC)/shared/drm/kernel #endif If it does not, you should (re)install devel/imake-4 port. Dejan