aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-09-16 20:42:00 +0800
committermarino <marino@FreeBSD.org>2015-09-16 20:42:00 +0800
commit3f1bef742f739745c93f4968fd5cb7090bf8150f (patch)
treea3aaa5ef8612db8a4d12be901950095025e58efc
parent50bbb29c6afdf996d4cc620befd2624523018d97 (diff)
downloadfreebsd-ports-gnome-3f1bef742f739745c93f4968fd5cb7090bf8150f.tar.gz
freebsd-ports-gnome-3f1bef742f739745c93f4968fd5cb7090bf8150f.tar.zst
freebsd-ports-gnome-3f1bef742f739745c93f4968fd5cb7090bf8150f.zip
lang/mono: Remove $FreeBSD$ from patches
Patches aren't supposed to have $FreeBSD$ tags anymore. The fbsd:nokeywords property was properly set, so the $FreeBSD$ tag was not even expanded, so these tags were removed. Note that the mini-exceptions patch is no longer needed. According to the comments, it's is for FreeBSD 8 support only. Approved by: portmgr (mat)
-rw-r--r--lang/mono/files/patch-configure3
-rw-r--r--lang/mono/files/patch-eglib_src_gfile-posix.c3
-rw-r--r--lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets3
-rw-r--r--lang/mono/files/patch-mono_metadata_socket-io.c3
-rw-r--r--lang/mono/files/patch-mono_mini_exceptions-x86.c3
-rw-r--r--lang/mono/files/patch-mono_tests_Makefile.in3
-rw-r--r--lang/mono/files/patch-mono_unit-tests_Makefile.in7
7 files changed, 2 insertions, 23 deletions
diff --git a/lang/mono/files/patch-configure b/lang/mono/files/patch-configure
index 041a3910c02a..a8377755294f 100644
--- a/lang/mono/files/patch-configure
+++ b/lang/mono/files/patch-configure
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- configure.orig
+++ configure
@@ -25136,7 +25136,7 @@
diff --git a/lang/mono/files/patch-eglib_src_gfile-posix.c b/lang/mono/files/patch-eglib_src_gfile-posix.c
index 93dd6410b6bc..7e3c141cf095 100644
--- a/lang/mono/files/patch-eglib_src_gfile-posix.c
+++ b/lang/mono/files/patch-eglib_src_gfile-posix.c
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- eglib/src/gfile-posix.c.orig
+++ eglib/src/gfile-posix.c
@@ -170,7 +170,7 @@
diff --git a/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets b/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets
index 15aef1ea95fc..a845d4cf7f3e 100644
--- a/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets
+++ b/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- /dev/null
+++ mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets
@@ -0,0 +1,4 @@
diff --git a/lang/mono/files/patch-mono_metadata_socket-io.c b/lang/mono/files/patch-mono_metadata_socket-io.c
index 3ad2593b8614..96bd2ff19d59 100644
--- a/lang/mono/files/patch-mono_metadata_socket-io.c
+++ b/lang/mono/files/patch-mono_metadata_socket-io.c
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
Fix build on FreeBSD 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404#c6
diff --git a/lang/mono/files/patch-mono_mini_exceptions-x86.c b/lang/mono/files/patch-mono_mini_exceptions-x86.c
index b672d6b4485e..31070e7046e9 100644
--- a/lang/mono/files/patch-mono_mini_exceptions-x86.c
+++ b/lang/mono/files/patch-mono_mini_exceptions-x86.c
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- mono/mini/exceptions-x86.c.orig
+++ mono/mini/exceptions-x86.c
@@ -12,6 +12,7 @@
diff --git a/lang/mono/files/patch-mono_tests_Makefile.in b/lang/mono/files/patch-mono_tests_Makefile.in
index d8ff7672fc87..c00f67fabbf4 100644
--- a/lang/mono/files/patch-mono_tests_Makefile.in
+++ b/lang/mono/files/patch-mono_tests_Makefile.in
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- mono/tests/Makefile.in.orig
+++ mono/tests/Makefile.in
@@ -1509,7 +1509,7 @@
diff --git a/lang/mono/files/patch-mono_unit-tests_Makefile.in b/lang/mono/files/patch-mono_unit-tests_Makefile.in
index 8a7ca0db5b89..4e9968e2c684 100644
--- a/lang/mono/files/patch-mono_unit-tests_Makefile.in
+++ b/lang/mono/files/patch-mono_unit-tests_Makefile.in
@@ -1,12 +1,9 @@
-
-$FreeBSD$
-
See comments on:
https://github.com/mono/mono/commit/056cc3be24f933bc3638be4909ad1b7f1cd6e6d4
- (What's wrong with the test)
+ (What is wrong with the test)
https://github.com/mono/mono/commit/120d194d10ad351dd95450749cc4a62331331d8a
- (Only one program cause trouble)
+ (Only one program causes trouble)
--- mono/unit-tests/Makefile.in.orig
+++ mono/unit-tests/Makefile.in
@@ -81,12 +81,10 @@