Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 21:27:03 -0600
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Edwin Groothuis" <edwin@freebsd.org>
Cc:        ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/games/wormux Makefile
Message-ID:  <opskgzvdip9aq2h7@mezz.mezzweb.com>
In-Reply-To: <200501120304.j0C34bsX029474@repoman.freebsd.org>
References:  <200501120304.j0C34bsX029474@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 12 Jan 2005 03:04:37 +0000 (UTC), Edwin Groothuis  
<edwin@FreeBSD.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opskgzvdip9aq2h7>