From owner-freebsd-ports@FreeBSD.ORG Thu Aug 9 21:07:05 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAF86106566B for ; Thu, 9 Aug 2012 21:07:05 +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 664E98FC08 for ; Thu, 9 Aug 2012 21:07:05 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 74A0A403A0 for ; Thu, 9 Aug 2012 23:07:03 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 69DFF4039B; Thu, 9 Aug 2012 23:07:03 +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 (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id C78CC4030C; Thu, 9 Aug 2012 23:07:02 +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 3WtMTy3Syzz8gtP; Thu, 9 Aug 2012 23:07:02 +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 VgYezI4SGGBc; Thu, 9 Aug 2012 23:07:00 +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 3WtMTw154Nz8gtN; Thu, 9 Aug 2012 23:07:00 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3WtMTw0kbRz9CwX; Thu, 9 Aug 2012 23:07:00 +0200 (CEST) Message-ID: <50242669.2000304@daemonic.se> Date: Thu, 09 Aug 2012 23:06:49 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Tijl Coosemans References: <5023C674.10900@coosemans.org> In-Reply-To: <5023C674.10900@coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Olivier Smedts , FreeBSD Ports Subject: Re: pkgconf issue ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 21:07:06 -0000 On 2012-08-09 16:17, Tijl Coosemans wrote: > On 09-08-2012 15:14, Olivier Smedts wrote: >> All my ports are up-to-date and I've previously dealt with the >> pkg-config -> pkgconf transition by reading UPDATING. No problems. >> >> But now I try to install a port which depends on ports I didn't have, >> which in turn depend on cairo... and they fail to build. And it's >> strange because there seems to be a problem with pkgconf, at least on >> my system : >> >> # pkg-config --cflags cairo >> 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 opened a PR for this a month ago: > http://www.freebsd.org/cgi/query-pr.cgi?pr=169701 > A fix for this was committed to the xorg development repo not long ago. It will be merged to the regular ports tree after some testing. Regards! -- Niclas