From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 25 21:09:05 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2501116A4CE; Sun, 25 Jul 2004 21:09:05 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC13A43D3F; Sun, 25 Jul 2004 21:09:04 +0000 (GMT) (envelope-from andrew.lankford@verizon.net) Received: from outgoing.verizon.net ([192.168.1.1]) by out010.verizon.net ESMTP <20040725210904.CWZN14383.out010.verizon.net@outgoing.verizon.net>; Sun, 25 Jul 2004 16:09:04 -0500 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) From: To: , Date: Sun, 25 Jul 2004 16:09:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [192.168.1.1] at Sun, 25 Jul 2004 16:09:04 -0500 Message-Id: <20040725210904.CWZN14383.out010.verizon.net@outgoing.verizon.net> Subject: pkgconfig-related problem. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 21:09:05 -0000 I encountered problems building mplayerplug-in earlier because of a misnamed file in /usr/X11R6/libdata/pkgconfig. This looks like the error that stopped my first attempt at the port build: ===> Applying FreeBSD patches for mplayerplug-in-2.66 ===> mplayerplug-in-2.66 depends on file: /usr/X11R6/libdata/pkgconfig/mozilla-plugin-gtk1.pc - not found I found that all the mozilla* files in /usr/X11R6/libdata/pkgconfig had filenames with "-gtk1-gtk1.pc" at the end. After I copied "mozilla-plugin-gtk1-gtk1.pc" to "mozilla-plugin-gtk1.pc" the build finished successfully. I take that there is a bug in the ports tree/pkg management tools/who-knows-what, but I'm not sure where to start. I can tell you that I'm running Freebsd-amd64 and that I built mozilla from mozilla-gtk1/ in the ports tree a few days before mplayer-plugin. Hope this is helpful, Andrew L.