diff options
author | romain <romain@FreeBSD.org> | 2012-09-25 23:54:43 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2012-09-25 23:54:43 +0800 |
commit | fb60869a86d02f58d327ebef5b1b0743d1299e5a (patch) | |
tree | 1f131c7a7e1d095dbd773808c9fcf60c6419222f /lang/mono/files | |
parent | 44e74112b96d925e96184e471e6867b7f87f63bf (diff) | |
download | freebsd-ports-gnome-fb60869a86d02f58d327ebef5b1b0743d1299e5a.tar.gz freebsd-ports-gnome-fb60869a86d02f58d327ebef5b1b0743d1299e5a.tar.zst freebsd-ports-gnome-fb60869a86d02f58d327ebef5b1b0743d1299e5a.zip |
Update to 2.11.4.
Diffstat (limited to 'lang/mono/files')
-rw-r--r-- | lang/mono/files/patch-configure | 18 | ||||
-rw-r--r-- | lang/mono/files/patch-mono_metadata_sgen-gc.c | 23 |
2 files changed, 0 insertions, 41 deletions
diff --git a/lang/mono/files/patch-configure b/lang/mono/files/patch-configure deleted file mode 100644 index c87eab20d235..000000000000 --- a/lang/mono/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - -https://bugzilla.novell.com/show_bug.cgi?id=553640 - ---- configure.orig -+++ configure -@@ -39414,8 +39415,8 @@ - INTERP_SUPPORTED=no - LIBC="libc.so.6" - INTL="libc.so.6" --SQLITE="libsqlite.so.0" --SQLITE3="libsqlite3.so.0" -+SQLITE="libsqlite.so.8" -+SQLITE3="libsqlite3.so.8" - X11="libX11.so" - - sizeof_register="SIZEOF_VOID_P" diff --git a/lang/mono/files/patch-mono_metadata_sgen-gc.c b/lang/mono/files/patch-mono_metadata_sgen-gc.c deleted file mode 100644 index efe710337cb5..000000000000 --- a/lang/mono/files/patch-mono_metadata_sgen-gc.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- mono/metadata/sgen-gc.c.orig -+++ mono/metadata/sgen-gc.c -@@ -222,14 +222,12 @@ - #include "utils/mach-support.h" - #endif - -+#include <ucontext.h> -+#include "mini/mini.h" -+ - #define OPDEF(a,b,c,d,e,f,g,h,i,j) \ - a = i, - --enum { --#include "mono/cil/opcode.def" -- CEE_LAST --}; -- - #undef OPDEF - - #undef pthread_create |