diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-11-29 14:33:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-11-29 14:33:15 +0000 |
commit | 3b3ed051bcba7474c997c3d123f56af38d0c1f4e (patch) | |
tree | c9a23764a7350feced9ad9f0be69c749fd380fc3 /lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj | |
parent | - Update to 39.0.2171.71 (bugfix release) (diff) |
Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=373618
Diffstat (limited to '')
-rw-r--r-- | lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj | 47 |
1 files changed, 0 insertions, 47 deletions
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> |