From owner-svn-ports-head@freebsd.org Wed Sep 16 12:42:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D149C2727; Wed, 16 Sep 2015 12:42:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4B6B1EAC; Wed, 16 Sep 2015 12:42:02 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GCg2io087012; Wed, 16 Sep 2015 12:42:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GCg0LK087002; Wed, 16 Sep 2015 12:42:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201509161242.t8GCg0LK087002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 16 Sep 2015 12:42:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397063 - head/lang/mono/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 12:42:03 -0000 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 @@