From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 28 17:55:26 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF46ADFC; Fri, 28 Dec 2012 17:55:26 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-vb0-f51.google.com (mail-vb0-f51.google.com [209.85.212.51]) by mx1.freebsd.org (Postfix) with ESMTP id 77C6B8FC0A; Fri, 28 Dec 2012 17:55:26 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id fq11so11145351vbb.10 for ; Fri, 28 Dec 2012 09:55:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JAUcfOIxLQYqRKTsEPwYF9aKdO1Fss7WFTNIwVmuOD4=; b=a8c5pKrjH9LADpABdmk1JWPQozEkaqdk6BKxChbjtelqupoKdrrp+2NrSRpjV3nhfF B2q/6H3lkY2wMURlbp2aCPD7mZKVMpKL3YmjZ9nB8LOU2XigV0QT94G1dksj9Ravk3VP YwJaDNR76409oFdm1IHoEpAXJiXvPbDgh1ETtM47UqZvrrmoCD09csPnkOiTLc3CrDl+ EVhyEDLMFniUi/fNw62BwSKm1hlPrcv8gns42FUi/HiG1DBgt65xsQXit3nDNx4tM9ZB 3HYqV8rSkqB7N/0n7DjJ8a+QICQz6XCX/KakfnZ3oihayrlb32QITGZJPfLOj/dSHdyF BTug== MIME-Version: 1.0 Received: by 10.220.8.18 with SMTP id f18mr50427014vcf.14.1356717320230; Fri, 28 Dec 2012 09:55:20 -0800 (PST) Received: by 10.58.189.36 with HTTP; Fri, 28 Dec 2012 09:55:20 -0800 (PST) In-Reply-To: <50DDDBEB.6090902@gmail.com> References: <201212281747.qBSHlRbe038791@freefall.freebsd.org> <50DDDBEB.6090902@gmail.com> Date: Fri, 28 Dec 2012 11:55:20 -0600 Message-ID: Subject: Re: ports/174034: [patch] x11-toolkits/gtk20: needs glproto to build From: Jeremy Messenger To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org, mezz@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 17:55:26 -0000 On Fri, Dec 28, 2012 at 11:50 AM, David Demelier wrote: > On 28/12/2012 18:47, mezz@FreeBSD.org wrote: >> >> Synopsis: [patch] x11-toolkits/gtk20: needs glproto to build >> >> State-Changed-From-To: open->closed >> State-Changed-By: mezz >> State-Changed-When: Fri Dec 28 17:43:30 UTC 2012 >> State-Changed-Why: >> There is nothing in gtk20 that suggest require glproto. See here: >> >> # cd /usr/ports/x11-toolkits/gtk20 >> # make extract >> # find work -name \* | xargs egrep -l "glproto" >> >> >> It sounds like the error was from different port? >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=174034 >> > > Yes but where that error comes from then? > > No package 'glproto' found > -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 > -lgthread-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lfreetype -L/usr/local/lib > -lfontconfig > Package glproto was not found in the pkg-config search path. > Perhaps you should add the directory containing `glproto.pc' > to the PKG_CONFIG_PATH environment variable > No package 'glproto' found > > I think it is probably a deeper dependency in pkgconfig .pc files. The > problem is that graphics/cairo is built without OpenGL by default while > x11-toolkits/gtk20 needs that. The gtk20 doesn't need glproto at all. If the cairo requires it then it needs to be added in cairo. I believe that cairo has OpenGL disable by default, so I doubt that it's this issue but I will check in cairo though. I have built gtk20 today and it has went well. -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org