aboutsummaryrefslogtreecommitdiff
path: root/lang/ironpython/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ironpython/files')
-rw-r--r--lang/ironpython/files/ipy.in2
-rw-r--r--lang/ironpython/files/ipy64.in2
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj47
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs11
-rw-r--r--lang/ironpython/files/patch-Solutions-Build.IronPython.proj62
-rw-r--r--lang/ironpython/files/patch-Solutions-Common.proj18
6 files changed, 0 insertions, 142 deletions
diff --git a/lang/ironpython/files/ipy.in b/lang/ironpython/files/ipy.in
deleted file mode 100644
index bd9c295be6f9..000000000000
--- a/lang/ironpython/files/ipy.in
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%%LOCALBASE%%/bin/mono %%PREFIX%%/lib/ironpython/ipy.exe $*
diff --git a/lang/ironpython/files/ipy64.in b/lang/ironpython/files/ipy64.in
deleted file mode 100644
index 757f618b3cf7..000000000000
--- a/lang/ironpython/files/ipy64.in
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%%LOCALBASE%%/bin/mono %%PREFIX%%/lib/ironpython/ipy64.exe $*
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj b/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj
deleted file mode 100644
index c15f60699972..000000000000
--- a/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj
+++ /dev/null
@@ -1,47 +0,0 @@
---- ./Languages/IronPython/IronPython/IronPython.csproj.orig 2013-05-01 13:31:53.000000000 +0200
-+++ ./Languages/IronPython/IronPython/IronPython.csproj 2013-05-01 13:32:28.000000000 +0200
-@@ -13,35 +13,35 @@
- <DocumentationFile>$(SolutionDir)..\bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FxCop|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Release|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight5Debug|AnyCPU' ">
- </PropertyGroup>
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs b/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
deleted file mode 100644
index 6ddd3f651ef3..000000000000
--- a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
+++ /dev/null
@@ -1,11 +0,0 @@
---- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100
-+++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100
-@@ -705,7 +705,7 @@
- static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
- {
- PCache1 pCache; /* The newly created page cache */
-- PGroup pGroup; /* The group the new page cache will belong to */
-+ PGroup pGroup = null; /* The group the new page cache will belong to */
- int sz; /* Bytes of memory required to allocate the new cache */
-
- /*
diff --git a/lang/ironpython/files/patch-Solutions-Build.IronPython.proj b/lang/ironpython/files/patch-Solutions-Build.IronPython.proj
deleted file mode 100644
index 5f6087fe1d78..000000000000
--- a/lang/ironpython/files/patch-Solutions-Build.IronPython.proj
+++ /dev/null
@@ -1,62 +0,0 @@
---- Solutions/Build.IronPython.proj.orig 2013-09-08 04:53:28.000000000 +0200
-+++ Solutions/Build.IronPython.proj 2013-09-12 18:21:09.000000000 +0200
-@@ -81,7 +81,7 @@
- <SilverlightScriptTemplates Include="$(BaseDir)\Hosts\Silverlight\Public\script\templates\python\**\*.*" />
-
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.html" />
-- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.rtf" />
-+ <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.Rtf" />
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.txt" />
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\Readme.html" />
-
-@@ -149,6 +149,7 @@
- <Copy SourceFiles="@(TutorialFiles)" DestinationFiles="@(TutorialFiles->'$(StageDir)\Tutorial\%(RecursiveDir)%(Filename)%(Extension)')" />
-
- <!-- Continue to copy the Silverlight files here for compatibility with previous releases. -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
- <Copy SourceFiles="@(SilverlightDlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
- <Copy SourceFiles="@(IronPythonLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
-@@ -156,33 +157,38 @@
-
- <Copy SourceFiles="@(SilverlightScriptFiles)" DestinationFiles="@(SilverlightScriptFiles->'$(StageDir)\Silverlight\script\%(RecursiveDir)%(Filename)%(Extension)')" />
- <Copy SourceFiles="@(SilverlightScriptTemplates)" DestinationFiles="@(SilverlightScriptTemplates->'$(StageDir)\Silverlight\script\templates\python\%(RecursiveDir)%(Filename)%(Extension)')" />
--
-+-->
- <!-- .NET 4 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(IronPythonLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(v4IronPythonModules->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(IronPythonModules->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
--
-+-->
- <!-- .NET 4.5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(IronPythonLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(v4IronPythonModules->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(IronPythonModules->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
--
-+-->
- <!-- .NET 3.5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(v2DlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(IronPythonLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(IronPythonModules->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
--
-+-->
- <!-- Silverlight 5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(SilverlightDlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(IronPythonLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(IronPythonModules->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
-+-->
- </Target>
-
- <Target Name="NuGetPackage" DependsOnTargets="Stage" Condition="'$(OS)' == 'Windows_NT'">
diff --git a/lang/ironpython/files/patch-Solutions-Common.proj b/lang/ironpython/files/patch-Solutions-Common.proj
deleted file mode 100644
index 813bf09d8ef6..000000000000
--- a/lang/ironpython/files/patch-Solutions-Common.proj
+++ /dev/null
@@ -1,18 +0,0 @@
---- Solutions/Common.proj.orig 2013-05-01 13:37:45.000000000 +0200
-+++ Solutions/Common.proj 2013-05-01 13:37:50.000000000 +0200
-@@ -147,7 +147,7 @@
- <OutputPath>$(SolutionDir)..\bin\$(Configuration)</OutputPath>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <WarningsNotAsErrors>618;429;219;1717;162;414</WarningsNotAsErrors>
-- <NoWarn>1591;1584;1574;444;1685;1573</NoWarn>
-+ <NoWarn>1591;1584;1574;1685;1573;436</NoWarn>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>AnyCPU</PlatformTarget>
-@@ -467,4 +467,4 @@
- <Private>False</Private>
- </Reference>
- </ItemGroup>
--</Project>
-\ No newline at end of file
-+</Project>