aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/files
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2012-09-25 15:54:43 +0000
committerRomain Tartière <romain@FreeBSD.org>2012-09-25 15:54:43 +0000
commitc930dc1333c5b486ddf3811543166ae34e26d2bd (patch)
tree1f131c7a7e1d095dbd773808c9fcf60c6419222f /lang/mono/files
parentb22d106548f632b01f81345fdb337a1d9aeb157a (diff)
downloadports-c930dc1333c5b486ddf3811543166ae34e26d2bd.tar.gz
ports-c930dc1333c5b486ddf3811543166ae34e26d2bd.zip
Update to 2.11.4.
Notes
Notes: svn path=/head/; revision=304843
Diffstat (limited to 'lang/mono/files')
-rw-r--r--lang/mono/files/patch-configure18
-rw-r--r--lang/mono/files/patch-mono_metadata_sgen-gc.c23
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