[34203] trunk/dports/devel/mono
gui_dos at macports.org
gui_dos at macports.org
Sun Feb 17 07:02:19 PST 2008
Revision: 34203
http://trac.macosforge.org/projects/macports/changeset/34203
Author: gui_dos at macports.org
Date: 2008-02-17 07:02:16 -0800 (Sun, 17 Feb 2008)
Log Message:
-----------
mono: remove patch to support/stdio.c since it has been solved upstream
<http://anonsvn.mono-project.com/viewcvs/trunk/mono/support/stdio.c?rev=88675&r1=88161&r2=88675>
(maintainer timeout, closes #14236)
Modified Paths:
--------------
trunk/dports/devel/mono/Portfile
Removed Paths:
-------------
trunk/dports/devel/mono/files/patch-stdio.c
Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile 2008-02-17 14:24:27 UTC (rev 34202)
+++ trunk/dports/devel/mono/Portfile 2008-02-17 15:02:16 UTC (rev 34203)
@@ -75,5 +75,5 @@
depends_lib-delete port:icu
configure.cflags-append -D_NONSTD_SOURCE
configure.cxxflags-append -D_NONSTD_SOURCE
- patchfiles-append patch-interp.h patch-stdio.c patch-sys-mman.c
+ patchfiles-append patch-interp.h patch-sys-mman.c
}
Deleted: trunk/dports/devel/mono/files/patch-stdio.c
===================================================================
--- trunk/dports/devel/mono/files/patch-stdio.c 2008-02-17 14:24:27 UTC (rev 34202)
+++ trunk/dports/devel/mono/files/patch-stdio.c 2008-02-17 15:02:16 UTC (rev 34203)
@@ -1,14 +0,0 @@
---- support/stdio.c.orig 2006-08-27 19:53:55.000000000 -0700
-+++ support/stdio.c 2006-08-27 19:53:58.000000000 -0700
-@@ -25,7 +25,11 @@
- gint32
- Mono_Posix_Syscall_L_cuserid (void)
- {
-+#ifdef L_cuserid
- return L_cuserid;
-+#else
-+ return 128;
-+#endif
- }
- #endif /* ndef PLATFORM_WIN32 */
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080217/fbaf71ea/attachment.html
More information about the macports-changes
mailing list