[30098] trunk/dports/devel/mono

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 19 10:22:01 PDT 2007


Revision: 30098
          http://trac.macosforge.org/projects/macports/changeset/30098
Author:   mww at macports.org
Date:     2007-10-19 10:22:00 -0700 (Fri, 19 Oct 2007)

Log Message:
-----------
use included gc, external (macports) zlib (the zlib-test in configure fails due to a nested function, not a wrong zlib version..);
increase revision;

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Added Paths:
-----------
    trunk/dports/devel/mono/files/patch-configure

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2007-10-19 16:44:28 UTC (rev 30097)
+++ trunk/dports/devel/mono/Portfile	2007-10-19 17:22:00 UTC (rev 30098)
@@ -4,9 +4,10 @@
 
 name			mono
 version			1.2.5.1
+revision		1
 categories		devel lang mono
 platforms		darwin
-maintainers		mww at macports.org
+maintainers		mww
 description		Implementation of the .NET Development Framework
 long_description	Mono is an effort to create an open source \
 			implementation of the .NET Development Framework \
@@ -17,12 +18,14 @@
 checksums		sha1 c5f843cfdbb1d0114059c7d2d9ba2477529d22a8
 use_bzip2		yes
 
-depends_lib		port:pkgconfig port:gettext port:glib2 port:icu port:boehmgc \
+depends_lib		port:pkgconfig port:gettext port:glib2 port:icu \
 			port:libiconv port:zlib port:libgdiplus
 
+patchfiles		patch-configure
+
 configure.env-append	ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \
 			PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig"
-configure.args		--with-gc=boehm \
+configure.args		--with-gc=included \
 			--with-preview=yes \
 			--without-sigaltstack \
 			--with-libgdiplus=${prefix} \
@@ -54,8 +57,10 @@
 }
 
 platform darwin 9 {
+	configure.compiler	gcc-4.0
 	depends_lib-delete	port:icu
 	configure.cflags-append	-D_NONSTD_SOURCE
 	configure.cxxflags-append	-D_NONSTD_SOURCE
-	patchfiles patch-interp.h patch-stdio.c patch-sys-mman.c
+	patchfiles-append patch-interp.h patch-stdio.c patch-sys-mman.c
 }
+

Added: trunk/dports/devel/mono/files/patch-configure
===================================================================
--- trunk/dports/devel/mono/files/patch-configure	                        (rev 0)
+++ trunk/dports/devel/mono/files/patch-configure	2007-10-19 17:22:00 UTC (rev 30098)
@@ -0,0 +1,12 @@
+--- configure	2007-09-19 19:06:44.000000000 +0200
++++ configure	2007-10-19 19:03:32.000000000 +0200
+@@ -22193,9 +22193,7 @@
+ main ()
+ {
+ 
+-   void main () {
+    #if defined(ZLIB_VERNUM) && (ZLIB_VERNUM >= 0x1230)
+-   }
+    #else
+    #error No good zlib found
+    #endif

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071019/d3d96643/attachment.html


More information about the macports-changes mailing list