Date: Wed, 11 Aug 2010 15:58:36 -0400 From: Greg Larkin <glarkin@FreeBSD.org> To: Jesse Smith <jessefrgsmith@yahoo.ca> Cc: freebsd-ports <freebsd-ports@FreeBSD.org> Subject: Re: Question about gmcs/mono Message-ID: <4C6300EC.6070304@FreeBSD.org> In-Reply-To: <1281554635.3529.23.camel@hp-laptop> References: <1281554635.3529.23.camel@hp-laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C6300EC.6070304>