From owner-freebsd-gnome@FreeBSD.ORG Mon May 21 18:09:52 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 94E731065688 for ; Mon, 21 May 2012 18:09:52 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep11.mx.upcmail.net (fep11.mx.upcmail.net [62.179.121.31]) by mx1.freebsd.org (Postfix) with ESMTP id D4DC78FC18 for ; Mon, 21 May 2012 18:09:51 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep11-int.chello.at (InterMail vM.8.01.05.04 201-2260-151-105-20111014) with ESMTP id <20120521180944.IZVR993.viefep11-int.chello.at@edge03.upcmail.net>; Mon, 21 May 2012 20:09:44 +0200 Received: from [127.0.0.1] ([178.84.137.57]) by edge03.upcmail.net with edge id Ci9j1j00s1EUzH603i9jzz; Mon, 21 May 2012 20:09:44 +0200 X-SourceIP: 178.84.137.57 Message-ID: <4FBA84E6.3070102@rainbow-runner.nl> Date: Mon, 21 May 2012 20:09:42 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Boris Samorodov References: <20120424222233.GA23481@marge.bs.l> <4FBA6593.9050501@passap.ru> In-Reply-To: <4FBA6593.9050501@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 120521-0, 21-05-2012), Outbound message X-Antivirus-Status: Clean Cc: Jeremy Messenger , gnome@freebsd.org, Bertram Scharpf Subject: Re: Bug in /usr/ports/graphics/gegl X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 18:09:52 -0000 On 21-5-2012 17:56, Boris Samorodov wrote: > 21.05.2012 01:57, Jeremy Messenger написал: >> On Tue, Apr 24, 2012 at 5:22 PM, Bertram Scharpf >> wrote: >>> Dear maintainers, >>> >>> today I installed some ports and made packages out of them. >>> >>> Port /usr/ports/graphics/gegl installs the file >>> >>> /usr/local/lib/pkgconfig/gegl.pc >>> >>> but its pkg-plist demands for the path >>> >>> /usr/local/libdata/pkgconfig/gegl.pc >>> ^^^^ >> >> I can't reproduce it. >> >> # find /usr/local -name gegl.pc >> /usr/local/libdata/pkgconfig/gegl.pc >> >> # ls -l /usr/local/libdata/pkgconfig/gegl.pc >> -r--r--r-- 1 root wheel 309 May 20 16:54 >> /usr/local/libdata/pkgconfig/gegl.pc > > % uname -a > FreeBSD bsam.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r235604M: > Fri May 18 15:32:26 SAMT 2012 > bsam@bsam.wart.ru:/usr/obj/usr/src/sys/BBX i386 > > % find /usr/local -name gegl.pc > /usr/local/lib/pkgconfig/gegl.pc > I don't see this on my 10.0 system, granted it is a amd64 box. Can you remove this file and rebuild gegl again, to see if the issue is still there? It might be a old left over from a old (and fixed) bug. -Koop >> You need to make sure you have ports/Mk/bsd.gnome.mk in your system. > > % ident /usr/ports/Mk/bsd.gnome.mk > /usr/ports/Mk/bsd.gnome.mk: > $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.173 2011/08/12 08:03:18 kwm > Exp $ > $NetBSD: $ > $MCom: ports/Mk/bsd.gnome.mk,v 1.549 2011/06/10 22:16:59 mezz Exp $ > > PS. I don't use GNOME but fluxbox as my wm. >