head	1.2;
access;
symbols
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.06.01.12.41.29;	author romain;	state dead;
branches;
next	1.1;

1.1
date	2009.06.22.07.55.48;	author flz;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
@
text
@--- configure.orig	Wed Feb  2 19:30:26 2005
+++ configure	Wed Feb 23 22:03:36 2005
@@@@ -1974,6 +1974,28 @@@@
 	MCS=$CSC
 fi
 
+if test "x$GMCS" != "xno" ; then
+	echo "$as_me:$LINENO: checking whether gmcs is actually able to compile..." >&5
+echo $ECHO_N "checking whether gmcs is actually able to compile...... $ECHO_C" >&6
+
+	tmpin=fixme.exe
+	tmpout=fixme.exe
+
+	echo "class Foo { public static void Main() {} }" > $tmpin
+
+	if  gmcs -r:System.Web.dll -out:$tmpout $tmpin > /dev/null 2>&1
+	then
+		echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+	else
+		GMCS=no
+		echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+	fi
+
+	rm -f $tmpin $tmpout
+fi
+
 case "$host" in
 	*-*-mingw*|*-*-cygwin*)
 	platform_win32=yes
@


1.1
log
@- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:		ports/135248, ports/135249
Submitted by:	Romain Tartiere <romain@@blogreen.org>
@
text
@@

