From owner-freebsd-x11@FreeBSD.ORG Sun Aug 2 10:05:28 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32A36106566C for ; Sun, 2 Aug 2009 10:05:28 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id B81A38FC0A for ; Sun, 2 Aug 2009 10:05:27 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by ewy2 with SMTP id 2so2283582ewy.43 for ; Sun, 02 Aug 2009 03:05:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=z+Vwo/1rGG/oj2iiVz8sjORJG++fpBn0coQ97mxf+QY=; b=QeE0ygO1sA4DYJKmwWeGugVQQ6s6BScGUzA4PTQhvqykyQvknuIzwlkhLJs/+deOnv ziQZRmCxGvGltHTQ1YVik06DLeWsN8giBapCIYASJoQAxVal3NxGLAeXu4Y7aGVtfL7R ufueC2gZciSWEDT7g8jDiu1EC1fAT7PQXr7P4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=brjxcEAVXBG5vgl8GhFi44ZKCMBNse7jAHBOseWC2GIL7DHCGA5k+eDY5qp9HQobLl nRGptXTLf4Mz4uvz6JF2s0lm5h6svFOdA8BNtUa5g8ti9tvz2xJrPTdQumW0N7oZIBvb amkhVgD/VfSEOV92YzHgc8L9hOmRUyAdcaiVM= Received: by 10.210.57.15 with SMTP id f15mr5820815eba.14.1249207526854; Sun, 02 Aug 2009 03:05:26 -0700 (PDT) Received: from localhost (95-24-174-48.broadband.corbina.ru [95.24.174.48]) by mx.google.com with ESMTPS id 28sm8015225eye.24.2009.08.02.03.05.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 03:05:25 -0700 (PDT) From: Anonymous To: Vitaly Vasilenko References: <4A74B392.1050601@gmail.com> Date: Sun, 02 Aug 2009 14:05:23 +0400 In-Reply-To: <4A74B392.1050601@gmail.com> (Vitaly Vasilenko's message of "Sat, 01 Aug 2009 23:28:50 +0200") Message-ID: <86zlai8ra4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@FreeBSD.org Subject: Re: libGLU X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2009 10:05:28 -0000 Vitaly Vasilenko writes: > Cheking for LIBDRM ... configure: errore: Package requirements > (libdrm >= 2.4.3) were not met; > > Requested 'libdrm >= 2.4.3' but version for libdrm is 2.3.1 . > Consider adjusting the PKG_CONFIG_PATH environment variable if > you installed software in a non-standart prefix. > Why are you trying to install/update libGLU prior to libdrm? The dependencies are libdrm -> libGL -> libGLU. I believe even `portupgrade -a' without `-r' would do it right.