svn commit: r397063 - head/lang/mono/files
John Marino
marino at FreeBSD.org
Wed Sep 16 12:42:03 UTC 2015
Author: marino
Date: Wed Sep 16 12:42:00 2015
New Revision: 397063
URL: https://svnweb.freebsd.org/changeset/ports/397063
Log:
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)
Modified:
head/lang/mono/files/patch-configure
head/lang/mono/files/patch-eglib_src_gfile-posix.c
head/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets
head/lang/mono/files/patch-mono_metadata_socket-io.c
head/lang/mono/files/patch-mono_mini_exceptions-x86.c
head/lang/mono/files/patch-mono_tests_Makefile.in
head/lang/mono/files/patch-mono_unit-tests_Makefile.in
Modified: head/lang/mono/files/patch-configure
==============================================================================
--- head/lang/mono/files/patch-configure Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-configure Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- configure.orig
+++ configure
@@ -25136,7 +25136,7 @@
Modified: head/lang/mono/files/patch-eglib_src_gfile-posix.c
==============================================================================
--- head/lang/mono/files/patch-eglib_src_gfile-posix.c Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-eglib_src_gfile-posix.c Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- eglib/src/gfile-posix.c.orig
+++ eglib/src/gfile-posix.c
@@ -170,7 +170,7 @@
Modified: head/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets
==============================================================================
--- head/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-mcs_tools_xbuild_targets_Microsoft.Portable.Common.targets Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- /dev/null
+++ mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets
@@ -0,0 +1,4 @@
Modified: head/lang/mono/files/patch-mono_metadata_socket-io.c
==============================================================================
--- head/lang/mono/files/patch-mono_metadata_socket-io.c Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-mono_metadata_socket-io.c Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
Fix build on FreeBSD 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404#c6
Modified: head/lang/mono/files/patch-mono_mini_exceptions-x86.c
==============================================================================
--- head/lang/mono/files/patch-mono_mini_exceptions-x86.c Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-mono_mini_exceptions-x86.c Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- mono/mini/exceptions-x86.c.orig
+++ mono/mini/exceptions-x86.c
@@ -12,6 +12,7 @@
Modified: head/lang/mono/files/patch-mono_tests_Makefile.in
==============================================================================
--- head/lang/mono/files/patch-mono_tests_Makefile.in Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-mono_tests_Makefile.in Wed Sep 16 12:42:00 2015 (r397063)
@@ -1,6 +1,3 @@
-
-$FreeBSD$
-
--- mono/tests/Makefile.in.orig
+++ mono/tests/Makefile.in
@@ -1509,7 +1509,7 @@
Modified: head/lang/mono/files/patch-mono_unit-tests_Makefile.in
==============================================================================
--- head/lang/mono/files/patch-mono_unit-tests_Makefile.in Wed Sep 16 12:29:56 2015 (r397062)
+++ head/lang/mono/files/patch-mono_unit-tests_Makefile.in Wed Sep 16 12:42:00 2015 (r397063)
@@ -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 @@
More information about the svn-ports-head
mailing list