cvs commit: ports/games/wormux Makefile

Jeremy Messenger mezz7 at cox.net
Tue Jan 11 19:26:28 PST 2005


On Wed, 12 Jan 2005 03:04:37 +0000 (UTC), Edwin Groothuis  
<edwin at 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 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the cvs-all mailing list