summaryrefslogtreecommitdiff
path: root/devel/ruby-debug-base/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-debug-base/patches/patch-aa')
-rw-r--r--devel/ruby-debug-base/patches/patch-aa32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/ruby-debug-base/patches/patch-aa b/devel/ruby-debug-base/patches/patch-aa
new file mode 100644
index 00000000000..78f94394d7e
--- /dev/null
+++ b/devel/ruby-debug-base/patches/patch-aa
@@ -0,0 +1,32 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/06 23:03:23 seb Exp $
+
+Sync with current Rake and drop the ruby-debug gem build.
+
+--- Rakefile.orig 1970-01-01 00:00:00.000000000 +0000
++++ Rakefile
+@@ -23,7 +23,6 @@ CLI_FILES = COMMON_FILES + FileList[
+ "cli/**/*",
+ 'ChangeLog',
+ 'bin/*',
+- 'doc/rdebug.1',
+ 'test/**/*.cmd',
+ 'test/**/*.right',
+ 'test/**/gcd.rb',
+@@ -150,16 +149,13 @@ end
+ Rake::GemPackageTask.new(base_spec) do |pkg|
+ pkg.need_tar = true
+ end
+-Rake::GemPackageTask.new(cli_spec) do |pkg|
+- pkg.need_tar = true
+-end
+
+ task :default => [:package]
+
+ # Windows specification
+ win_spec = base_spec.clone
+ win_spec.extensions = []
+-win_spec.platform = Gem::Platform::WIN32
++win_spec.platform = Gem::Platform::CURRENT
+ win_spec.files += ["lib/#{SO_NAME}"]
+
+ desc "Create Windows Gem"