From owner-freebsd-x11@FreeBSD.ORG Sun Jun 17 09:37:37 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 583DA106564A; Sun, 17 Jun 2012 09:37:37 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward10.mail.yandex.net (forward10.mail.yandex.net [IPv6:2a02:6b8:0:202::5]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3968FC15; Sun, 17 Jun 2012 09:37:36 +0000 (UTC) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward10.mail.yandex.net (Yandex) with ESMTP id E55B91021037; Sun, 17 Jun 2012 13:37:34 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1339925855; bh=L3oe7Zp4sRbbd0OV0LEGT4/gkuXAXL47agKU5WkluyY=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=svQLmHSpA7Sop1HNAX7tlMOvQjLlZ3ga/lXioqglW0NtbMzezP5mczWMR8XrpN3Dg xMvHVqZOuWwYwj6zX8nYTTglE95Ol6s1gu8PZwpJC9Po8THvF5cvhzIMHHrIdIycdk nxru2HnZf9Z/n8dJ34uHXzCy4ImvHmdf/KKp7oO8= Received: from smtp7.mail.yandex.net (localhost [127.0.0.1]) by smtp7.mail.yandex.net (Yandex) with ESMTP id B45BC15800BA; Sun, 17 Jun 2012 13:37:34 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp7.mail.yandex.net (nwsmtp/Yandex) with ESMTP id bYemKbJr-bYeCiQEs; Sun, 17 Jun 2012 13:37:34 +0400 X-Yandex-Rcpt-Suid: zeising@daemonic.se X-Yandex-Rcpt-Suid: x11@freebsd.org X-Yandex-Rcpt-Suid: miwi@FreeBSD.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1339925854; bh=L3oe7Zp4sRbbd0OV0LEGT4/gkuXAXL47agKU5WkluyY=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type; b=H7QEm+vCn+rhFhhrUF1T4sn4+cbJLvooqn1kD5/N7MsLvIvNK/r7zZMneb/ok1Hpm 8L/XohNw9VwdMC3LBveycuWtUZpSbEBU1m5yNaAQJ0XtgItD7wWq8QQ2iZ1kD3UYnd WFJysyUEsUet8HurmGuurjpRjCXh1aSicwomogQI= Message-ID: <4FDDA52C.2040406@yandex.ru> Date: Sun, 17 Jun 2012 13:36:44 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120616 Thunderbird/13.0 MIME-Version: 1.0 To: Niclas Zeising References: <4FDD8FCD.1090602@yandex.ru> <4FDD9C7D.1060003@daemonic.se> <4FDD9D3B.1010808@yandex.ru> <4FDDA1AD.1080702@daemonic.se> <4FDDA1E5.5090101@yandex.ru> <4FDDA2CA.4040609@daemonic.se> In-Reply-To: <4FDDA2CA.4040609@daemonic.se> Content-Type: multipart/mixed; boundary="------------060609020203000705020202" 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:37:37 -0000 This is a multi-part message in MIME format. --------------060609020203000705020202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Niclas Zeising wrote on 17.06.2012 13:26: > 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! Ok, surely I missed this. I will do portmaster -o graphics/freeglut graphics/libglut to sort things out. Btw, here is patch that fixes minor typo in UPDATING:20120205 - s/where/were/g. -- Regards, Ruslan Tinderboxing kills... the drives. --------------060609020203000705020202 Content-Type: text/plain; charset=UTF-8; name="UPDATING.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="UPDATING.diff.txt" Index: UPDATING =================================================================== --- UPDATING (revision 524) +++ UPDATING (working copy) @@ -24,7 +24,7 @@ portmaster -r freeglut Starting with graphics/dri version 8.0. A number of older dri driver modules - where dropped. If you using one of the following you should consider not + were dropped. If you using one of the following you should consider not using the WITH_NEW_XORG switch. i810, mach64, mga, r128, r300, r600, savage, sis, tdfx and unichrome. --------------060609020203000705020202--