pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gbrainy/patches Remove patch that is not necessa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8d0a3711434
branches:  trunk
changeset: 621070:b8d0a3711434
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 04 07:25:11 2013 +0000

description:
Remove patch that is not necessary since 2.2.1

diffstat:

 games/gbrainy/patches/patch-src_Core_Libraries_CSharpCompiler.cs |  24 ----------
 1 files changed, 0 insertions(+), 24 deletions(-)

diffs (28 lines):

diff -r e74d646c5701 -r b8d0a3711434 games/gbrainy/patches/patch-src_Core_Libraries_CSharpCompiler.cs
--- a/games/gbrainy/patches/patch-src_Core_Libraries_CSharpCompiler.cs  Thu Jul 04 06:43:24 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_Core_Libraries_CSharpCompiler.cs,v 1.1 2013/05/29 11:13:41 wiz Exp $
-
-Fix
-./Libraries/CSharpCompiler.cs(48,20): error CS1729: The type `Mono.CSharp.Report' does not contain a constructor that takes `1' arguments
-/usr/pkg/lib/mono/4.0/Mono.CSharp.dll (Location of the symbol related to previous error)
-./Libraries/CSharpCompiler.cs(50,16): error CS1729: The type `Mono.CSharp.Evaluator' does not contain a constructor that takes `2' arguments
-/usr/pkg/lib/mono/4.0/Mono.CSharp.dll (Location of the symbol related to previous error)
-from
-http://svnweb.freebsd.org/ports/head/games/gbrainy/files/patch-CSharpCompiler.cs?revision=297313&view=markup
-
---- src/Core/Libraries/CSharpCompiler.cs.orig  2011-07-19 18:22:43.000000000 +0000
-+++ src/Core/Libraries/CSharpCompiler.cs
-@@ -44,10 +44,7 @@ namespace gbrainy.Core.Libraries
- 
-               public CSharpCompiler ()
-               {
--                      CompilerSettings settings = new CompilerSettings ();
--                      Report report = new Report (new NullReportPrinter ());
--
--                      evaluator = new Evaluator (settings, report);
-+                      evaluator = new Evaluator (new CompilerContext (new CompilerSettings (), new NullReportPrinter ()));
-               }
- 
-               public void EvaluateCode (string code)



Home | Main Index | Thread Index | Old Index