[Lunar-commits] r20176 - moonbase/trunk/compilers/mono
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue May 23 02:44:00 UTC 2006
Author: v3rt1g0
Date: 2006-05-23 02:43:59 +0000 (Tue, 23 May 2006)
New Revision: 20176
Modified:
moonbase/trunk/compilers/mono/BUILD
moonbase/trunk/compilers/mono/DEPENDS
moonbase/trunk/compilers/mono/DETAILS
Log:
Module Version Bump: mono (1.1.14 -> 1.1.15)
* new version. bugfixes mainly
* reworked DEPENDS to be a bit more realistic
* simplified BUILD and enabled .NET 2.x code
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/compilers/mono/BUILD
===================================================================
--- moonbase/trunk/compilers/mono/BUILD 2006-05-23 02:41:34 UTC (rev 20175)
+++ moonbase/trunk/compilers/mono/BUILD 2006-05-23 02:43:59 UTC (rev 20176)
@@ -1,9 +1,7 @@
(
- libtoolize --copy --force &&
- aclocal &&
- autoconf &&
- automake &&
- default_build
+ OPTS="$OPTS --with-preview=yes"
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/compilers/mono/DEPENDS
===================================================================
--- moonbase/trunk/compilers/mono/DEPENDS 2006-05-23 02:41:34 UTC (rev 20175)
+++ moonbase/trunk/compilers/mono/DEPENDS 2006-05-23 02:43:59 UTC (rev 20176)
@@ -1,2 +1,5 @@
-depends glib-2 &&
-optional_depends "cairo" "" "" "compile in cairo graphics support"
+depends glib-2 &&
+depends libxml2 &&
+
+optional_depends "libgdiplus" "" "" \
+ "for System.Drawing and Windows.Forms support"
Modified: moonbase/trunk/compilers/mono/DETAILS
===================================================================
--- moonbase/trunk/compilers/mono/DETAILS 2006-05-23 02:41:34 UTC (rev 20175)
+++ moonbase/trunk/compilers/mono/DETAILS 2006-05-23 02:43:59 UTC (rev 20176)
@@ -1,12 +1,12 @@
MODULE=mono
MAJOR=1.1
- VERSION=${MAJOR}.14
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_VFY=sha1:1a433061db7ca11e92f4c1bc8f9525f2a470d028
- SOURCE_URL=http://www.go-mono.com/sources/mono-${MAJOR}/
- WEB_SITE=http://www.mono-project.com
+ VERSION=$MAJOR.15
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_VFY=sha1:824e3dea0af94b96a177ed3d1439fca712f06ad2
+ SOURCE_URL=http://www.go-mono.com/sources/$MODULE-$MAJOR/
+ WEB_SITE=http://www.mono-project.com/
ENTERED=20020801
- UPDATED=20060407
+ UPDATED=20060522
SHORT=".NET and C# Compiler"
cat << EOF
More information about the Lunar-commits
mailing list