From owner-freebsd-x11@FreeBSD.ORG Sun Jun 17 09:26:39 2012 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 BF7B2106564A; Sun, 17 Jun 2012 09:26:39 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 61D498FC0C; Sun, 17 Jun 2012 09:26:39 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A9D804000B; Sun, 17 Jun 2012 11:26:38 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 9EF2F4000C; Sun, 17 Jun 2012 11:26:38 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 6AE644000B; Sun, 17 Jun 2012 11:26:37 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3WFVSF1YqRz8ggx; Sun, 17 Jun 2012 11:26:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id Hfe7bPdfTxIE; Sun, 17 Jun 2012 11:26:35 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3WFVSC0yb1z8ggv; Sun, 17 Jun 2012 11:26:35 +0200 (CEST) Received: from tifa.daemonic.se (78-69-168-131-no84.tbcn.telia.com [78.69.168.131]) by mail.daemonic.se (Postfix) with ESMTPSA id 3WFVSC0G4nz9Ctq; Sun, 17 Jun 2012 11:26:35 +0200 (CEST) Received: from tifa.daemonic.se (localhost [127.0.0.1]) by tifa.daemonic.se (Postfix) with ESMTP id BFFE522AC3; Sun, 17 Jun 2012 11:26:34 +0200 (CEST) Message-ID: <4FDDA2CA.4040609@daemonic.se> Date: Sun, 17 Jun 2012 11:26:34 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4FDD8FCD.1090602@yandex.ru> <4FDD9C7D.1060003@daemonic.se> <4FDD9D3B.1010808@yandex.ru> <4FDDA1AD.1080702@daemonic.se> <4FDDA1E5.5090101@yandex.ru> In-Reply-To: <4FDDA1E5.5090101@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: x11@freebsd.org, Martin Wilke Subject: Re: graphics/libglut fails to install 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, 17 Jun 2012 09:26:39 -0000 On 06/17/12 11:22, Ruslan Mahmatkhanov wrote: > Niclas Zeising wrote on 17.06.2012 13:21: >>>> Hi! >>>> Is this witht he CFT tree? Because in that tree, libglut should not be >>>> installed at all. >>>> Regards! >>> >>> Hi, >>> >>> yes, in the CFT tree. Strange enough, I believe it was referenced by may >>> packages until I deleted them all with portmaster --check-depends. >>> It's ok if it doesn't needed though. Thanks for insight. >>> >> >> Can you look into bsd.port.mk, look for the line starting with >> _GL_glut_LIB_DEPENDS= >> and let me know what comes after. >> Regards! > > [rm@smeshariki3 ~]> grep _GL_glut_LIB_DEPENDS= /usr/ports/Mk/bsd.port.mk > _GL_glut_LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut > [rm@smeshariki3 ~]> > Then you have the right version. libglut is deprecated in favour of freeglut, but you have to recompile all ports depending on glut because if a shlib version bump. We're working on getting this into the main tree, there was a HEADS UP sent out last weekend, and there should be a not in UPDATING in the xorg dev tree about it. Regards! -- Niclas Zeising