summaryrefslogtreecommitdiff
path: root/lang/mono/patches
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-03 23:02:50 +0000
committerrecht <recht@pkgsrc.org>2004-07-03 23:02:50 +0000
commit0d3c4dffa760522212964a08de34887c63d6f400 (patch)
tree92c77ae787ccee31c2d54c22bf65b0c67735aac2 /lang/mono/patches
parent94b11bf4add2bebe31e8b5289a43c6f2918975b5 (diff)
downloadpkgsrc-0d3c4dffa760522212964a08de34887c63d6f400.tar.gz
update to 1.0
Changes are only bugfixes compared to the rc1 version. While at it also install the preview components.
Diffstat (limited to 'lang/mono/patches')
-rw-r--r--lang/mono/patches/patch-aa12
-rw-r--r--lang/mono/patches/patch-ab26
2 files changed, 26 insertions, 12 deletions
diff --git a/lang/mono/patches/patch-aa b/lang/mono/patches/patch-aa
deleted file mode 100644
index 150d2647eb9..00000000000
--- a/lang/mono/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2004/06/26 20:19:16 recht Exp $
-
---- configure.orig 2004-06-26 20:09:52.000000000 +0200
-+++ configure 2004-06-26 20:10:16.000000000 +0200
-@@ -14124,6 +14124,7 @@
- ;;
- *-*-*netbsd*)
- LIBC="libc.so.12"
-+ INTL="libintl.so.0"
- ;;
- esac
-
diff --git a/lang/mono/patches/patch-ab b/lang/mono/patches/patch-ab
new file mode 100644
index 00000000000..ba4c3954241
--- /dev/null
+++ b/lang/mono/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.6 2004/07/03 23:02:50 recht Exp $
+
+--- runtime/net_1_1/Makefile.in.orig 2004-06-29 18:09:20.000000000 +0200
++++ runtime/net_1_1/Makefile.in 2004-07-03 23:38:39.000000000 +0200
+@@ -361,17 +361,17 @@
+ install-data-local:
+ @if test -n '$(gac_assemblies)'; then \
+ for i in ''$(gac_assemblies); do \
+- echo "MONO_PATH=$(srcdir) $(mono_runtime) --config ../../data/config $(gacutil) /i $(srcdir)/$$i /f /package 1.0 /gacdir $(GAC_DIR) /root $(GAC_ROOT_DIR)" ; \
++ echo "MONO_PATH=$(srcdir) $(mono_runtime) --config ../../data/config $(gacutil) /i $(srcdir)/$$i /f /package 1.0 /root $(GAC_ROOT_DIR)" ; \
+ MONO_PATH=$(srcdir) \
+- $(LIBTOOL) --mode=execute $(mono_runtime) --config ../../data/config $(gacutil) /i $(srcdir)/$$i /f /package 1.0 /gacdir $(GAC_DIR) /root $(GAC_ROOT_DIR) || exit 1 ; \
++ $(LIBTOOL) --mode=execute $(mono_runtime) --config ../../data/config $(gacutil) /i $(srcdir)/$$i /f /package 1.0 /root $(GAC_ROOT_DIR) || exit 1 ; \
+ done; fi
+
+ uninstall-local:
+ @if test -n '$(gac_assemblies_list)'; then \
+ for i in ''$(gac_assemblies_list); do \
+- echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) /u $$i /gacdir $(GAC_DIR) /root $(GAC_ROOT_DIR)" ; \
++ echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) /u $$i /root $(GAC_ROOT_DIR)" ; \
+ MONO_PATH=$(srcdir) \
+- $(LIBTOOL) --mode=execute $(mono_runtime) --config ../../data/config $(gacutil) /u $$i /gacdir $(GAC_DIR) /root $(GAC_ROOT_DIR) || true ; \
++ $(LIBTOOL) --mode=execute $(mono_runtime) --config ../../data/config $(gacutil) /u $$i /root $(GAC_ROOT_DIR) || true ; \
+ done; fi
+
+ copy_dlls: