[Lunar-commits] r16822 - moonbase/trunk/compilers/mono

Terry Chan tchan at lunar-linux.org
Fri Oct 7 01:01:18 UTC 2005


Author: tchan
Date: 2005-10-07 01:01:17 +0000 (Fri, 07 Oct 2005)
New Revision: 16822

Modified:
   moonbase/trunk/compilers/mono/BUILD
Log:
This is Moe's comment from when he erroneously deleted then re-added BUILD
and thus losing the module's history.
-------------------------------------
Huge mono-related update:

* Removed all dependencies on mcs as it is old and
  not supported anymore.
  Replaced it with the updated mono dependency, as
  the compiler now ships with the framework.

* Bumped gecko-sharp, gtk-sharp, xsp, libgdiplus, mono
  and monodevelop. Tested and approved.

Some packages are still missing (volunteers?):
 - mod_mono
 - monodoc

And finally, these packages need new modules to be created:

 - gtk-sharp2
 - gtksourceview-sharp2
 - gecko-sharp2

I'm probably going to do those .. or maybe not. At least
gtk-sharp2 might be worth it.


Modified: moonbase/trunk/compilers/mono/BUILD
===================================================================
--- moonbase/trunk/compilers/mono/BUILD	2005-10-07 00:59:17 UTC (rev 16821)
+++ moonbase/trunk/compilers/mono/BUILD	2005-10-07 01:01:17 UTC (rev 16822)
@@ -1,5 +1,9 @@
 (
 
-default_build
+ libtoolize --copy --force &&
+ aclocal		   &&
+ autoconf		   &&
+ automake		   &&
+ default_build
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list