summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
commit5e1001eeb3e8c92ec3453e2cee94a870ee99ed86 (patch)
tree2d4440a865b6507c6089800fceacb58171068eed /devel/rubygem-debugger/files
parentIgnore on the package builders when default version of python is not 3.4+ (diff)
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months 2015-10-31 devel/libphish: Broken for more than 6 months 2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance. 2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months 2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0 2015-10-31 graphics/picviz: Broken for more than 6 months 2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead) 2015-10-31 mail/cucipop: Broken for more than 6 months 2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car 2015-10-31 multimedia/streamanalyze: Broken for more than 6 months 2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched 2015-10-31 sysutils/sdd: Broken for more than 6 months 2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months 2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months 2015-10-31 www/py-feedfinder: Broken for more than 6 months 2015-10-31 www/py-openssl-proxy: Broken for more than 6 months 2015-10-31 www/py-webware: Broken for more than 6 months 2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware 2015-10-31 x11-fonts/code2001: Broken for more than 6 months 2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
Notes
Notes: svn path=/head/; revision=400622
Diffstat (limited to 'devel/rubygem-debugger/files')
-rw-r--r--devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb21
-rw-r--r--devel/rubygem-debugger/files/patch-gemspec10
2 files changed, 0 insertions, 31 deletions
diff --git a/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb b/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb
deleted file mode 100644
index 5c32eaac077f..000000000000
--- a/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb
+++ /dev/null
@@ -1,21 +0,0 @@
---- ext/ruby_debug/extconf.rb.orig 2013-07-27 13:58:53.000000000 +0400
-+++ ext/ruby_debug/extconf.rb 2013-07-27 14:01:30.000000000 +0400
-@@ -13,7 +13,6 @@
- end
-
- require "mkmf"
--require "debugger/ruby_core_source"
- require 'fileutils'
-
- if RUBY_VERSION < "1.9"
-@@ -84,7 +83,9 @@
- end
-
- dir_config("ruby")
--if !Debugger::RubyCoreSource.create_makefile_with_core(hdrs, "ruby_debug")
-+if hdrs.call
-+ create_makefile("ruby_debug")
-+else
- STDERR.print("Makefile creation failed\n")
- STDERR.print("*************************************************************\n\n")
- STDERR.print(" NOTE: If your headers were not found, try passing\n")
diff --git a/devel/rubygem-debugger/files/patch-gemspec b/devel/rubygem-debugger/files/patch-gemspec
deleted file mode 100644
index a014d3343bd2..000000000000
--- a/devel/rubygem-debugger/files/patch-gemspec
+++ /dev/null
@@ -1,10 +0,0 @@
---- debugger.gemspec.orig 2014-11-29 13:54:11.000000000 +0000
-+++ debugger.gemspec 2014-11-29 13:54:46.000000000 +0000
-@@ -26,7 +26,6 @@
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<columnize>, [">= 0.3.1"])
-- s.add_runtime_dependency(%q<debugger-ruby_core_source>, ["~> 1.2.3"])
- s.add_runtime_dependency(%q<debugger-linecache>, ["~> 1.2.0"])
- s.add_development_dependency(%q<rake>, ["~> 0.9.2.2"])
- s.add_development_dependency(%q<rake-compiler>, ["~> 0.8.0"])