From owner-freebsd-questions@FreeBSD.ORG Sat Jun 25 23:18:43 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 4A96116A41F for ; Sat, 25 Jun 2005 23:18:43 +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 E6EBD43D49 for ; Sat, 25 Jun 2005 23:18:42 +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 65DD817B891; Sun, 26 Jun 2005 01:18:41 +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 61737-01-3; Sun, 26 Jun 2005 01:18:39 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id B221E17B88D; Sun, 26 Jun 2005 01:18:39 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id A552B5C32; Sun, 26 Jun 2005 01:18:39 +0200 (CEST) From: Dejan Lesjak To: Warren Date: Sun, 26 Jun 2005 01:18:38 +0200 User-Agent: KMail/1.8 References: <200506251157.54024.dejan.lesjak@ijs.si> <200506251548.53950.dejan.lesjak@ijs.si> <200506260844.51109.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200506260844.51109.shinjii@virusinfo.rdksupportinc.com> X-Face: l`biwj7ErNt!P.,J7a!e:(1e=K=NSp5kC`U:f"{,=?utf-8?q?=25ehAE3=5CW=7DYb=60=3AP=60m4Or-k=3Dy=24=7C=3BoF51=0A=09xZ=3A?=),6FF&_y; =Ty5^c>T1+7cC?z\J@YDEjb MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506260118.39330.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 23:18:43 -0000 On Sunday 26 of June 2005 00:44, Warren wrote: > > 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. > > I actually have imake-6.8.1 This is imake from Xorg distribution. You need to replace it with the one from XFree86. The following command should do the trick: portupgrade -o devel/imake-4 imake-6\* Dejan