From owner-cvs-all@FreeBSD.ORG Wed Jan 12 03:26:28 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E5716A4CF; Wed, 12 Jan 2005 03:26:28 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D5C43D1F; Wed, 12 Jan 2005 03:26:27 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20050112032626.OTFZ1656.lakermmtao12.cox.net@mezz.mezzweb.com>; Tue, 11 Jan 2005 22:26:26 -0500 To: "Edwin Groothuis" References: <200501120304.j0C34bsX029474@repoman.freebsd.org> Message-ID: Date: Tue, 11 Jan 2005 21:27:03 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200501120304.j0C34bsX029474@repoman.freebsd.org> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/games/wormux Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 03:26:28 -0000 On Wed, 12 Jan 2005 03:04:37 +0000 (UTC), Edwin Groothuis wrote: > edwin 2005-01-12 03:04:37 UTC > > FreeBSD ports repository > > Modified files: > games/wormux Makefile > Log: > Maybe this will work better You should bother to install and test the things. > checking for clanSignals-0.7... no > gnome-config: not found > Package clanSignals-0.7 was not found in the pkg-config search > path. > > thus: > USE_GNOME= gnomelibs No, it isn't right. This error means wormux is calling on pkg-config to search for clanSignals-0.7. For example: ========================================== % pkg-config --libs glib-2.0 -L/usr/local/lib -lglib-2.0 -liconv % pkg-config --libs foobar gnome-config: not found Package foobar was not found in the pkg-config search path. Perhaps you should add the directory containing `foobar.pc' to the PKG_CONFIG_PATH environment variable No package 'foobar' found ========================================== I didn't check, but there are few possibles: -Missing dependency? -Already has dependency, but one of dependency installed .pc files in the wrong place? Correct place would be in ${PREFIX}/libdata/pkgconfig -Typo in Makefile to call on pkg-config for search something? -Maybe different others than above. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org