summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbad <bad>2011-05-28 16:32:10 +0000
committerbad <bad>2011-05-28 16:32:10 +0000
commit9e2ba6ba5e677db7bcdb740a6e16d95d6bf9f42a (patch)
tree39b74feeaf03aeccf9d3d5540b8a15d798972374 /devel
parente7c2b6b8b09d1972edd45b5b897520e74086383a (diff)
downloadpkgsrc-9e2ba6ba5e677db7bcdb740a6e16d95d6bf9f42a.tar.gz
Do not rename disassemble.RB to disaassemble.rb and install it.
It depends on gems that Do Not Work(tm) und recent versions ruby 1.8.x. This makes ruby-debug work again. PKGREVISION++ XXX the other .RB files seem to have been using uppcase so they do not get loaded but I am not touching this yet.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-debug/Makefile5
-rw-r--r--devel/ruby-debug/PLIST3
-rw-r--r--devel/ruby-debug/distinfo4
-rw-r--r--devel/ruby-debug/patches/patch-ab12
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/ruby-debug/Makefile b/devel/ruby-debug/Makefile
index 8867609e202..4ed362a8b31 100644
--- a/devel/ruby-debug/Makefile
+++ b/devel/ruby-debug/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/12/04 03:53:32 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/05/28 16:32:10 bad Exp $
DISTNAME= ruby-debug-0.10.4
+PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= devel
@@ -16,8 +17,8 @@ RUBY_VERSION_SUPPORTED= 18
pre-configure:
${RM} -f ${WRKSRC}/cli/ruby-debug/processor.RB
+ ${RM} -f ${WRKSRC}/cli/ruby-debug/disassemble.RB
cd ${WRKSRC}/cli/ruby-debug/commands && \
- ${MV} disassemble.RB disassemble.rb; \
${MV} raise.RB raise.rb; \
${MV} source.RB source.rb;
${RM} -f continue.RB.save
diff --git a/devel/ruby-debug/PLIST b/devel/ruby-debug/PLIST
index 87a8d4d8326..b4fc822b9ba 100644
--- a/devel/ruby-debug/PLIST
+++ b/devel/ruby-debug/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2010/12/04 03:53:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/05/28 16:32:10 bad Exp $
bin/rdebug
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.require_paths
@@ -17,7 +17,6 @@ ${GEM_LIBDIR}/cli/ruby-debug/commands/catchpoint.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/condition.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/continue.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/control.rb
-${GEM_LIBDIR}/cli/ruby-debug/commands/disassemble.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/display.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/edit.rb
${GEM_LIBDIR}/cli/ruby-debug/commands/enable.rb
diff --git a/devel/ruby-debug/distinfo b/devel/ruby-debug/distinfo
index af7ef7e00c4..008def5ba19 100644
--- a/devel/ruby-debug/distinfo
+++ b/devel/ruby-debug/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/12/04 03:53:32 taca Exp $
+$NetBSD: distinfo,v 1.6 2011/05/28 16:32:10 bad Exp $
SHA1 (ruby-debug-0.10.4.gem) = 1f324185d20ff7fad063df5959850d8b56f56184
RMD160 (ruby-debug-0.10.4.gem) = 97373e6c612f9987de3634dd0e85a160bdae085c
Size (ruby-debug-0.10.4.gem) = 132096 bytes
-SHA1 (patch-ab) = 08a045523d48e3a05bb6c158cfab39ae3b0aa66e
+SHA1 (patch-ab) = cd141bb341b74e06b2945182011959b8f8b0b29f
diff --git a/devel/ruby-debug/patches/patch-ab b/devel/ruby-debug/patches/patch-ab
index 66cf624eee9..3ef5df3813b 100644
--- a/devel/ruby-debug/patches/patch-ab
+++ b/devel/ruby-debug/patches/patch-ab
@@ -1,10 +1,11 @@
-$NetBSD: patch-ab,v 1.2 2010/12/04 03:53:32 taca Exp $
+$NetBSD: patch-ab,v 1.3 2011/05/28 16:32:10 bad Exp $
- Try to correct some name of files.
+- disassemble.rb relies on pre-requisites that do not work on 1.8.7
---- ../ruby-debug-0.10.4.gemspec.orig 2010-12-01 01:43:52.000000000 +0000
-+++ ../ruby-debug-0.10.4.gemspec
-@@ -50,23 +50,23 @@ files:
+--- ../ruby-debug-0.10.4.gemspec.orig 2011-05-28 15:27:41.000000000 +0000
++++ ../ruby-debug-0.10.4.gemspec 2011-05-28 15:28:55.000000000 +0000
+@@ -67,23 +67,22 @@
- VERSION
- Rakefile
- cli/ruby-debug.rb
@@ -28,11 +29,10 @@ $NetBSD: patch-ab,v 1.2 2010/12/04 03:53:32 taca Exp $
- cli/ruby-debug/commands/variables.rb
- cli/ruby-debug/commands/threads.rb
-- cli/ruby-debug/commands/disassemble.RB
-+- cli/ruby-debug/commands/disassemble.rb
- cli/ruby-debug/commands/irb.rb
- cli/ruby-debug/commands/tmate.rb
- cli/ruby-debug/commands/kill.rb
-@@ -82,7 +82,7 @@ files:
+@@ -99,7 +98,7 @@
- cli/ruby-debug/commands/eval.rb
- cli/ruby-debug/commands/info.rb
- cli/ruby-debug/commands/continue.rb