Question about gmcs/mono

Jesse Smith jessefrgsmith at yahoo.ca
Wed Aug 11 20:56:49 UTC 2010


-------- Forwarded Message --------
From: Greg Larkin <glarkin at FreeBSD.org>
Reply-to: glarkin at FreeBSD.org
To: Jesse Smith <jessefrgsmith at yahoo.ca>
Cc: freebsd-ports <freebsd-ports at FreeBSD.org>
Subject: Re: Question about gmcs/mono
Date: Wed, 11 Aug 2010 15:58:36 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jesse Smith wrote:
> Hi all,
> 
> I'm trying to put together a port and I'm running into a dependency
> issue. The package's configure script says it can't find "gmcs" on the
> system.
> 
> A little Googling has told me that gmcs is a part of Mono. But I'm not
> sure which Mono module I need. There are a lot of Mono packages in the
> Ports system (Mono, mono-basic, monodevelop...)
> 
> Searching the Ports system for "gmcs" turns up a blank. Could someone
> please tell me which mono package I should be using?
> 
> Thank you,
> Jesse

Hi Jesse,

When faced with a question like that, I often grep the pkg-plist files
in /usr/ports.  I did that for gmcs like so:

grep gmcs /usr/ports/*/*mono*/pkg-plist

and that turned up:

/usr/ports/lang/mono/pkg-plist:bin/gmcs

You can add a BUILD_DEPENDS variable to pull in lang/mono before the
configure script starts.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMYwDs0sRouByUApARArskAKCfcXBn9b1kAJMYRZWcKvT6g84qmQCfbrf5
uhXy3ZIrbfJ3SjhuemIYHS8=
=Jkdf
-----END PGP SIGNATURE-----



Greg,

Thank you, that was very helpful. I'm going to give this a try with
lang/mono as a build dependency and see if this works. Really appreciate
the assistance, sir.

Jesse







More information about the freebsd-ports mailing list