[87794] trunk/dports/devel/mono

ryandesign at macports.org ryandesign at macports.org
Tue Dec 6 03:14:41 PST 2011


Revision: 87794
          http://trac.macports.org/changeset/87794
Author:   ryandesign at macports.org
Date:     2011-12-06 03:14:41 -0800 (Tue, 06 Dec 2011)
Log Message:
-----------
mono: no longer set -D_NONSTD_SOURCE on Darwin 9; it causes configure to fail; see #32402

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

Removed Paths:
-------------
    trunk/dports/devel/mono/files/patch-sys-mman.c.diff

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2011-12-06 10:52:38 UTC (rev 87793)
+++ trunk/dports/devel/mono/Portfile	2011-12-06 11:14:41 UTC (rev 87794)
@@ -68,10 +68,8 @@
 }
 
 platform darwin 9 {
-    # is this still valid for 2.6.3+ ?
-    configure.cflags-append    -D_NONSTD_SOURCE
-    configure.cxxflags-append    -D_NONSTD_SOURCE
-    patchfiles-append patch-interp.h.diff patch-sys-mman.c.diff
+    # is this still needed?
+    patchfiles-append patch-interp.h.diff
 }
 
 livecheck.type  regex

Deleted: trunk/dports/devel/mono/files/patch-sys-mman.c.diff
===================================================================
--- trunk/dports/devel/mono/files/patch-sys-mman.c.diff	2011-12-06 10:52:38 UTC (rev 87793)
+++ trunk/dports/devel/mono/files/patch-sys-mman.c.diff	2011-12-06 11:14:41 UTC (rev 87794)
@@ -1,10 +0,0 @@
---- support/sys-mman.c.orig	2006-08-27 19:57:09.000000000 -0700
-+++ support/sys-mman.c	2006-08-27 19:58:44.000000000 -0700
-@@ -8,6 +8,7 @@
-  */
- 
- #define _XOPEN_SOURCE 600
-+#undef _NONSTD_SOURCE
- 
- #include <sys/types.h>
- #include <sys/mman.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111206/5540e948/attachment.html>


More information about the macports-changes mailing list